Results 1 to 2 of 2

Thread: Editable Datagrid with No Postback

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2002
    Location
    Malaysia
    Posts
    345

    Editable Datagrid with No Postback

    I have a page which contains a datagrid, where I populate the search results.

    However, the concern is that inline editing is causing POSTBACK, i.e each time an edit button is pressed. I kow this is the default pattern and works well in most cases, but is there a way to implement inline editing with a DataGrid/GridView etc without doing a postback, setting the editItemIndex etc ... It seems such a waste to have to perform these intense search queries on the database simply to turn text into textboxes ... and vica versa when if the cancel button is pressed.

    I am coding in c#.

    Thanks
    Thanks.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Editable Datagrid with No Postback

    Do a search on using the GridView with the UpdatePanel (ASP.NET AJAX)

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