
November 24th, 2005, 02:26 AM
|
|
Registered User
|
|
Join Date: Nov 2005
Location: canada
Posts: 3
Time spent in forums: 1 h 19 m 30 sec
Reputation Power: 0
|
|
|
Clear table in dataset
Hi sir,
I have 2 combobox: combo1 and combo2.
I fill the first combo from the sql server table_1 using an sqldataadapter.
when I select an item from the combo1 I should fill the second combobox combo2 from sql server table_2 through an another sqldataadapter.
my problem is when i try to clear the table in the dataset(related to the second combobox it takes a lot of time ......
N.B: the second combobox contain 1147 rows from the database ...
any one get this problem before
PLZ HEILP
|