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
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