Like master pages,c# have any concept????
I have an one form in C# .net which is common to all other forms.
how I can use that??
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Feb 25, 2010, 12:33 PM
I am sure there are many other options that I am not familiar with; I am sorry that I don't know .Net well enough. One thing that might help is a UserControl. Something else I would look for is whether it is possible to put a form in a form that is not a MDI child; I think MDI was not designed to do what you are looking to do.