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 throw in c#?
What is the delegates in c#?
What are the differences between a class and a struct?
Is there an equivalent to the instanceof operator in visual j++?
If I want to override a method one of class A and in class b then how do you declare?
Explain the clr triggers?
What is the symbol used for in c#?
What are different types of classes in c#?
Is string a class in c#?
Does c# do array bounds checking?
What is difference between static and constant variable?
What are the different types of delegation?
Can we inherit private class in c#?
What do you mean by default constructor?
What is anonymous methods in c#?