Explain the differences between static, void and public in c#?
What is dependency injection?
What is lock in c#?
What is entity framework in c#?
If we write a goto or a return statement in try and catch block will the finally block execute?
What can we do to handle multiple exceptions?
What .exe means?
Is java better than c#?
What is a Jagged Array in C#?
C Sharp
What is .net c#?
Hai, I want to open a new form while the previous form is hiding or closing. I tried this with using MDI.I created one form like ParentForm.placed one button control.when clicked one that it opend new form like ChildForm.When i set the property of ChildForm to Maximize,but the ParentForm button control also appearing on the childform. so plz help me how to hide parentform controls(hide parentform while it is childform opened) thanq..
What you mean by inner exception in c#?