Thursday, March 29, 2012

Setting Pop-Up Window Dimensions with ASP .NET

I have a datagrid of 'People' on which I want to have a button column that links to a pop-up window that displays more information about this particular person. I have figured out how to do this, but is there a way to limit the deminsions of the new page either using the asp:Hyperlink, or the Response.Redirect?

Thanks,

GrierThe Hyperlink should have its NavigateUrl property set to "javascript:somefunction" and somefunction could be a client script that uses window.open to spawn a new window. We had a recent post on this that might help (?):view post 462554

0 comments:

Post a Comment