Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  ASP.NET Data Controls Part 1: DataGrids
Subject:   Problem in Update with Data Grid
Date:   2006-02-27 03:31:10
From:   neeraj_thakur
Response to: Problem in Update with Data Grid

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • Problem in Update with Data Grid
    2006-11-15 08:37:50  beautifulmind_1978 [View]

    I believe that the select and the update links are causing the post back to the page and rebinding the grid to the web page.

    try using if not page.isPostBack during the databinding routine.