Hello friends
Today i will tell you how to open a page in asp.net
Assume that you have two page first one is loginpage.aspx
and second one is registration.aspx page
you are in login page and you want to open a registration.aspx page when you click on login.aspx
page on button click event
So write following code in login page Button Click Event
Response.Redirect(/~registration.aspx)
Thanks
Today i will tell you how to open a page in asp.net
Assume that you have two page first one is loginpage.aspx
and second one is registration.aspx page
you are in login page and you want to open a registration.aspx page when you click on login.aspx
page on button click event
So write following code in login page Button Click Event
Response.Redirect(/~registration.aspx)
Thanks
