Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to navigate from one page(form) to another page(form)
using C#.net...please give me the example

Answer Posted / sujai cn

you have to create a second form object in first form event.
Ex:
form2 objform2=new form2(parameters)
objform2.show();
//To hide the present form
this.hide();

Is This Answer Correct ?    18 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the differences between events and delegates in c#?

1030


What is indexer c#?

932


Is predicate a functional interface?

1012


What do you mean by sealed classes and static classes?

1054


What types of object can I throw as exceptions?

982


Does c# replace c++?

1114


Can abstract class instantiated c#?

950


List the difference between the virtual method and the abstract method?

940


What are the advantages of interface in c#?

1005


In which way a two-dimensional array declared in C#?

956


hi my question is about understanding a text the user entered to a site , so i want to analyse that text looking for some specific items such as "honda" "shoffere" etc.. so if this site could help or could tell me where to go with such question ,i wonder. thanks

2072


Does c# have functions?

954


Why do we need constructor?

972


Are c# strings immutable?

945


Explain circular reference in c#?

995