V
Vivek
Hi all,
I have used a DataGrid in my ASP.Net, C# WebPage and Binded DataSet to
DataGrid in
"not IsPostBack".
I have Three DropDownList OutSide DataGrid Which act as Filters For Data in
DataGrid, When user Changes the selected item in DropDownList the data in
grid should change.
example : One DropDownList Contains all countries of records are shown in
grid, now when you select suppose "USA" only records of country "USA" are
shown.
and 3 such DropDowns are given.
now my question is how shall i put these filters to DataSet.
1> shall i Query DB for each filter and bind new DataSet to grid each time.
2> shall i use a Static DataSet and just Put Filter to DataSet.
3> shall i write DataSet to XML File and refer it each time.
give me the best solution which is not very heavy.
Thanx in advanca...
Vivek Kumbhojkar
I have used a DataGrid in my ASP.Net, C# WebPage and Binded DataSet to
DataGrid in
"not IsPostBack".
I have Three DropDownList OutSide DataGrid Which act as Filters For Data in
DataGrid, When user Changes the selected item in DropDownList the data in
grid should change.
example : One DropDownList Contains all countries of records are shown in
grid, now when you select suppose "USA" only records of country "USA" are
shown.
and 3 such DropDowns are given.
now my question is how shall i put these filters to DataSet.
1> shall i Query DB for each filter and bind new DataSet to grid each time.
2> shall i use a Static DataSet and just Put Filter to DataSet.
3> shall i write DataSet to XML File and refer it each time.
give me the best solution which is not very heavy.
Thanx in advanca...
Vivek Kumbhojkar