response.write in vb.net
-
Sir, I want to use the response.Write function to open the page in the new window.I am using the window.open function in the Write function parameter .But not working. Please help me.
-
Sir, I want to use the response.Write function to open the page in the new window.I am using the window.open function in the Write function parameter .But not working. Please help me.
Try using Page.RegisterClientScriptBlock instead.
-
Try using Page.RegisterClientScriptBlock instead.
-
Sir, I will import any class for the function you told.if yes please tell the class and can you please give the implementation for openning the page in vew window by the function you told. Thanks and Regards Amaneet Brar
Probably you want to go through this. http://www.codeproject.com/aspnet/Emitting\_Client-side.asp Best Regards, Apurva Kaushal