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
Explain About sn.exe
What is parameters in c#?
What are the differences between events and delegates in c#?
What is the difference between disposing of () and finalize() methods in c#?
Is namespace necessary in c#?
Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?
Can a private virtual method can be overridden?
Describe a Struct ?
What is datareader c#?
What is keywords in c#?
What are expressions c#?
What does immutable mean in c#?
What is difference between iqueryable and ienumerable in c#?
how background thread access to ui control?
Is unity object oriented?