Вопрос Dynamic Gridview columns Update

  • 4 августа 2006 г. 18:18
     
     

    Hi

    I have a user control with a grid view that is bound to a dataset

    I create Dynamic bound columns based on the datafield type

    I have no problem in populating the gridview and also performing

    Delete and Cancel operations.

    Also when I click on Edit GridViewgoes to Edit mode allowing me to update the values.

    But when I click on Update it calls the Edit Event handler instead of UpdateHandler(E.commandname shows as Edit for both Edit and Update)

    I would appreciate if someone can help me with this issue.

     

     

     

Все ответы

  • 5 сентября 2006 г. 21:14
     
     
    What control are you using that has Edit/Update? This is not part of the core control. Are you working off another sample?