How to navigate from one page(form) to another page(form)
using C#.net...please give me the example
Answer Posted / vikul
Response.Redirect("SamplePage.aspx") OR Server.Transfer
("SamplePage.aspx")
| Is This Answer Correct ? | 37 Yes | 13 No |
Post New Answer View All Answers
What is a race condition?
What is cli in c#?
What does char mean in c#?
Why do we need oops in c#?
Is as operator in c#?
Can scriptable objects have methods?
What is the difference between list and array in c#?
What is parseexact c#?
Explain the Abstract class in c#.net
How to sign an assembly with strong name?
What is private class in c#?
Do events have return type c#?
How do I develop c# apps?
What is the use of the dispose method in C# ?
What is function and method in c#?