Creating a form across tabs
I once knew how to do this, but have forgotten. I have a rather large form. Instead of breaking it into groups and having a long scroll bar, I would like to group the fields by tabs. I want to know how to bind the data source to the tabs so no matter what tab I am on that it would remain in the same record. Please let me know if you have any suggestions.

Kirtan PatelPosted Oct 20, 2009, 4:39 PM
KathyPosted Oct 20, 2009, 4:37 PM
KathyPosted Oct 20, 2009, 4:10 PM
Kirtan PatelPosted Oct 20, 2009, 4:06 PM
it will work because all the fields are on same form no matter its on Different tabs :)
//Now Bind The TextBoxes etc to DataSet Table Which is Filled From Database
and Move Records By CurrencyManager :)
thats it :)
if my answer helped you please mark "do you like this answer" :)
KathyPosted Oct 20, 2009, 3:51 PM
Here's an example: the titles at the top are the tab names. Let's say I'm looking at Brandon. I'd like no matter which tab I go on it's still his info.
Kirtan PatelPosted Oct 20, 2009, 3:40 PM
Roei BarPosted Oct 20, 2009, 3:37 PM
KathyPosted Oct 20, 2009, 3:33 PM
Kirtan PatelPosted Oct 20, 2009, 3:22 PM
Why dont you use Wizard Control it will be nice to collect data by different sections :)