I am creating a table cell

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • replica watch

    I am creating a table cell

    I am creating a table cell by cell (create the table, add columns,
    create row, add cells to the row) in which I want to add the
    capability for users to sort ASC and DESC by column header. Can anyone
    give me an idea or an example of how can I do this in code ? Thank
    you. Dan


  • Ignacio Machin ( .NET/ C# MVP )

    #2
    Re: I am creating a table cell

    On Jul 1, 3:04 am, replica watch <michellechen.. .@hotmail.comwr ote:
    I am creating a table cell by cell (create the table, add columns,
    create row, add cells to the row) in which I want to add the
    capability for users to sort ASC and DESC by column header. Can anyone
    give me an idea or an example of how can I do this in code ? Thank
    you. Dan
    >
    HTTP://www.21watch.com
    Hi,

    You have to sort the data source. you can include linkbuttons in the
    header (the first row) and in the code behind you build the table
    You can build the table ni the PreRender method

    Comment

    Working...