|
-
Jun 1st, 2005, 02:37 AM
#1
Thread Starter
Addicted Member
[RESOLVED] Sorting 3 DataGrid..
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
Last edited by NinaWilliam; Mar 8th, 2006 at 02:00 AM.
-
Jun 2nd, 2005, 07:51 AM
#2
New Member
Re: Sorting 3 DataGrid..
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.
-
Jun 5th, 2005, 10:57 PM
#3
Thread Starter
Addicted Member
Re: Sorting 3 DataGrid..
thanks alot my friend
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|