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?



How to call a child form method from the master page? ..

Answer / 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

More ASP.NET Interview Questions

Is it possible to migrate visual interdev design-time controls to asp.net?

0 Answers  


You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.

2 Answers   Microsoft, Syntax Softtech,


Best Institute in india for online training (Dotnet/java/Tibco/Dwh/etc.....)

4 Answers  


Which color scheme in a Repeater control can you provide alternatively?

1 Answers   Siebel,


how to encrypt a connection string in web.config file?

3 Answers   Hexaware,


Explain the difference between server control and html control.

0 Answers  


What is difference between Fragment Caching and Page Caching in ASP.NET?

0 Answers   PUCIT,


What are the event handlers that can be included in the Global.asax file?

0 Answers   MindCracker,


what is clr . how we access them?

3 Answers   TCS,


In your web.config file which attribute of <Globalization> element identifies the default culture that will be used for web request?

1 Answers  


What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.

0 Answers  


What?s the difference between Response.Write() andResponse.Output.Write()?

2 Answers  


Categories