I want to use a Button for ...
-
hi all! i have 2 webform ,page1 and page2. without using a Hyperlink label , and only with using a button , i want to open another WebForm(for eg. from page1 to page2) . How can i do it? mostafa hosseiny b.
hi yes .. you can use Response.Redirect in your button event handler to go to another page...just like Response.Redirect(Page2.aspx); if you are not using server side then you can use javascript at client side to open page2 in a new window. hopefully it would help you in resolving the problem... bye Munawar Hussain Munawar Hussain Sr.Software Engineer Ayfasoft Lahore Pakistan Cell# +92-42-4365657 +92-42-3044030466
-
hi yes .. you can use Response.Redirect in your button event handler to go to another page...just like Response.Redirect(Page2.aspx); if you are not using server side then you can use javascript at client side to open page2 in a new window. hopefully it would help you in resolving the problem... bye Munawar Hussain Munawar Hussain Sr.Software Engineer Ayfasoft Lahore Pakistan Cell# +92-42-4365657 +92-42-3044030466