DataList or Gridview?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?TWljaGFlbA==?=

    DataList or Gridview?

    Hello all,
    I want to put a view on my page that looks like an interactive table. In
    other words, like you might see in an access form. I need it to show the
    columns across the top, and the rows below them. I need the user to be able
    to modify any one of the cells. Then when done, click one button that will
    update/save all rows. Also want to be able to add a new row at the bottom
    some times. I have been searching and can not find a way to do this. Any
    help will be apreciated. I would like to use a .NET control if possible.

    Thanks,
    Michael

  • John Timney \(MVP\)

    #2
    Re: DataList or Gridview?

    Gridview does sound like what your after, its certainly updatable if bound
    to the correct data source



    Regards

    John Timney (MVP)






    "Michael" <Michael@discus sions.microsoft .comwrote in message
    news:4DFEEE7F-DDAF-48FC-9EE0-9EE4100C7303@mi crosoft.com...
    Hello all,
    I want to put a view on my page that looks like an interactive table. In
    other words, like you might see in an access form. I need it to show the
    columns across the top, and the rows below them. I need the user to be
    able
    to modify any one of the cells. Then when done, click one button that
    will
    update/save all rows. Also want to be able to add a new row at the bottom
    some times. I have been searching and can not find a way to do this. Any
    help will be apreciated. I would like to use a .NET control if possible.
    >
    Thanks,
    Michael
    >

    Comment

    Working...