I'm working on a Visual C# Program in Visual Studio 2008 Pro.
The program has 4 tabs and there are couple of things same in each and also will perform the same action.
Like a Title box and clear form button and so.
Now since i can't give same label to 2 items the way i see i have to give all the items a unique name and make a bloody long code that will process them out.
I do plan on using functions that will let me reuse the code rather then all the hassle.
But can i make a .cs file for each tab, add their data in it and then link it to the xaml.cs file so it grabs all the code.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.