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 call a child form method from the master page?

Answer Posted / jyotshna rani mohakud

To call child form from a master form in winform, 1st u have
to ceate the object of a child form.then cal the form

Under the button click from where you want to show the child
form
write the following code.....
childform kk = new childform ;
kk.MdiParent = this;
kk.Show();or kk.showDialog()

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where can I get the details on migration of existing projects using various technologies to asp.net?

1159


1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?

2277


Where is session data stored in asp net?

1030


Why is xap important?

1062


Where is cookie used in asp.net?

1150


What is viewstategenerator?

1265


What is session id in web application?

1149


How can we make sure that Web API returns JSON data only?

1075


What are the new login controls in asp.net 2.0?

1026


Can user control be stored in library?

949


What is a page life cycle?

1102


For which does this Codebehind="MyCode.aspx.cs" is relevent to ?

1103


Is post back in asp.net?

1004


Web API uses which library for JSON serialization?

1142


How asp.net mvc differs from asp.net web forms? : asp.net mvc

1163