How to navigate to a different page ?
-
I want to navigate the user to a new page, how to do this. It is when the user clicks a button. :)
-
I want to navigate the user to a new page, how to do this. It is when the user clicks a button. :)
onclick=" location.href='URL' "
It's my life
-
I want to navigate the user to a new page, how to do this. It is when the user clicks a button. :)
Response.Redirect("NewPageName")
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
onclick=" location.href='URL' "
It's my life
i want to add the code to my aspx.cs file, not by using java functions...
-
I want to navigate the user to a new page, how to do this. It is when the user clicks a button. :)
-
I want to navigate the user to a new page, how to do this. It is when the user clicks a button. :)
Response.Redirect("PageName.aspx")
Sathya
-
Response.Redirect("NewPageName")
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
thanx ! :)