ASP.NET DataGrid

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

    ASP.NET DataGrid

    I am using the datagird to display and edit the data.
    For editing purpose, I display data with drop down list and text box.

    And I use Item_Created event to fill the dropdown list.
    And I use Item_Databound event to set selection at drop down list.

    I have 2 dropdown list in each item of datagrid. one of thest contain 3 list
    and another contain only 4.

    It seems to be ok at only 9 rows of data. but when data is more than 9 rows,
    an error happend at IE, not a server side code.

    So I have to limit page size to 9 of the datagird and it worked. but I want
    to set page size more than 9.

    I want to know the possible reason and solution. Any ideas?
Working...