could u please send me to detailed code about popup window in ASP.NET?
sasu kp
hi
i m sending a javascript function for popup window
use this on client side
n call it on any click event
Page.RegisterStartupScript("Popup", popup)
PopUp("urfoemname.aspx")
hope this will help u.
hi,
there is no way directly in ASP.NET to open a popup window...u hav to write javascript for that.....
like i have taken a and then in the .cs file written a javascript code to open a popup window..
this
May this helps....
Regards
Ajay