Results 1 to 3 of 3

Thread: [RESOLVED] Sorting 3 DataGrid..

  1. #1

    Thread Starter
    Addicted Member NinaWilliam's Avatar
    Join Date
    May 2005
    Location
    @Home
    Posts
    133

    Smile [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.

  2. #2
    New Member
    Join Date
    May 2005
    Posts
    3

    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.

  3. #3

    Thread Starter
    Addicted Member NinaWilliam's Avatar
    Join Date
    May 2005
    Location
    @Home
    Posts
    133

    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
  •  



Click Here to Expand Forum to Full Width