A
amanatio
I have a huge form with many data bound controls on it and 34 tables in
database (and of course 34 data adapters and 34 datasets). The form is
extremely slow to design (huge delay when I go to code from design mode
or vice versa) and to show.
I didn't design the form but I WILL redisgn it from scratch. What would
you propose me to do? The form now haw a tab control with 7 tabs and
about 600 text boxes that are bounded to 34 datasets...
Having one dataset with 34 tables instead of 34 datasets is faster? Is
there any catch using data bind in .NET? What is the best practice for
data binding? Any example form with data bind (addnew, load data) ...
Thanks
database (and of course 34 data adapters and 34 datasets). The form is
extremely slow to design (huge delay when I go to code from design mode
or vice versa) and to show.
I didn't design the form but I WILL redisgn it from scratch. What would
you propose me to do? The form now haw a tab control with 7 tabs and
about 600 text boxes that are bounded to 34 datasets...
Having one dataset with 34 tables instead of 34 datasets is faster? Is
there any catch using data bind in .NET? What is the best practice for
data binding? Any example form with data bind (addnew, load data) ...
Thanks