Hi,
I created 3 DataGrid in one page and i only know how to sort one datagrid..
So my question is how can i sort 3 DataGrid in one page??
Each dataGrid has different data than the other DataGrid...
SQL Server 2000, ASP.NET/VB.NET
Printable View
Hi,
I created 3 DataGrid in one page and i only know how to sort one datagrid..
So my question is how can i sort 3 DataGrid in one page??
Each dataGrid has different data than the other DataGrid...
SQL Server 2000, ASP.NET/VB.NET
the same way u do the one grid.
As i guess 3 different grid is present in one page.
For sorting u will set allowsorting=true for each grid,
and In sortcommand event of each grid
U will write code for sorting.
thanks alot my friend :)