Go Back   CodingForums.com > :: Server side development > ASP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-30-2005, 12:43 AM   PM User | #1
esb01
New Coder

 
Join Date: Jun 2003
Posts: 81
Thanks: 0
Thanked 0 Times in 0 Posts
esb01 is an unknown quantity at this point
ASP.Net Non-resizeable window on Datagrid's hyperlink column click

I would like to read a field (which is an image file name) from the database, build a datagrid with a hyperlink column, and to display those images on a hyperlink click in the separate window.

This is easy. Just need to describe a hyperlink column as

<asp:HyperlinkColumn Target="new" DataNavigateURLField="FileName" DataNavigateURLFormatString="ShowImagePage.aspx/{0}".....

where ShowImagePage.aspx is a new window and
FileName is the database field name.

But I would like to set a specific size while openning a new window (and to make it non-resizeable) like
window.open("ShowImagePage.aspx/{0}",,"width=500,height=500...")

Any ideas how to implement it?
esb01 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:55 AM.


Advertisement
Log in to turn off these ads.