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


Please Help Members By Posting Answers For Below Questions

What is the difference between “out” and “ref” parameters in c#?

592


What is transparent caching with aop ?

707


How can I produce an assembly?

704


How many digits is a 32 bit number?

572


What is the use of expression tree in c#?

549






Can enum have methods c#?

556


What are PE(Portable Executable)?

613


What are immutable types in c#?

572


Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).

571


What is difference between il and dll ?

613


Are structs faster than classes?

619


What is static and use of it?

574


How does insertion sort work?

600


What is different about switch statements in c#?

557


Why are strings immutable in c#?

579