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
Where do we set the min and max pool size for connection pooling?
Why do I get a security exception when I try to run my c# app?
Difference between a sub and a function in c#.
Why we use anonymous methods in c#?
How to use session under class file of APP_Code folder?
What is public void in c#?
What is xor operation?
Can we make a class private in c#?
Explain synchronous and asynchronous operations?
What is the difference between c and c sharp?
Are tuples immutable c#?
How many dimensions can an array have?
what is collections in .net? why we use?
How does one compare strings in c#?
How do you comment in c#?