Click to See Complete Forum and Search --> : Popup a new window?


megaxoom
May 12th, 2004, 04:36 PM
Hello everyone

I wonder that can we write a code in CSharp to open up a new window, but not using javascript.

I know this method works:

string str = "window.open('Status.aspx')" ;
statusButton.Attributes.Add("onclick", str);

Is there another way to do it? Thanks

Sonu Kapoor
May 13th, 2004, 09:50 AM
What kind of button is that ?

Sonu