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 the difference between “out” and “ref” parameters in c#?
What is transparent caching with aop ?
How can I produce an assembly?
How many digits is a 32 bit number?
What is the use of expression tree in c#?
Can enum have methods c#?
What are PE(Portable Executable)?
What are immutable types in c#?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
What is difference between il and dll ?
Are structs faster than classes?
What is static and use of it?
How does insertion sort work?
What is different about switch statements in c#?
Why are strings immutable in c#?