When you click a button in a GridView, the event is bubbled to the
GridView which raises the RowCommand event. If the CommandName of the
button was "Edit", then another event would be subsequently raised and
this is the RowEditing event. This is where you should handle the
event.

On May 18, 10:02 am, Sun <[email protected]> wrote:
> i have got textbox,dropdowns,calendar control in my grid view.When i
> click update in girdview there is nothing happening.can someone tell
> me where to handle the code for it and How.

Reply via email to