open window not work properly
-
Respected, Below is my code : If Session("DataTableForPrint") IsNot Nothing Then Dim st As String = "<script language='javascript'>" & _ "window.open(Report_fees_Collection.aspx)" & _ "</script>" Page.ClientScript.RegisterStartupScript(Me.GetType(), "MyScript", st, True) It not work please help me . thanks
-
Respected, Below is my code : If Session("DataTableForPrint") IsNot Nothing Then Dim st As String = "<script language='javascript'>" & _ "window.open(Report_fees_Collection.aspx)" & _ "</script>" Page.ClientScript.RegisterStartupScript(Me.GetType(), "MyScript", st, True) It not work please help me . thanks
Check this below links it may help..! How To Open a Web Page In a New Browser ASP.NET?[^] ASP.NET Popup Control[^] http://www.developerfusion.com/code/4505/add-a-javascript-popup-to-an-aspnet-button/[^]
LatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.
-
Respected, Below is my code : If Session("DataTableForPrint") IsNot Nothing Then Dim st As String = "<script language='javascript'>" & _ "window.open(Report_fees_Collection.aspx)" & _ "</script>" Page.ClientScript.RegisterStartupScript(Me.GetType(), "MyScript", st, True) It not work please help me . thanks
-
Check this below links it may help..! How To Open a Web Page In a New Browser ASP.NET?[^] ASP.NET Popup Control[^] http://www.developerfusion.com/code/4505/add-a-javascript-popup-to-an-aspnet-button/[^]
LatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.
Thanks allot....