There are some hidden controls in the FOOTER of the GridView.
The GridView code is autogenerated.
When i click update button of GridView, it converts labels into textboxes.
Also, When i click on the Update button of GridView, the hidden feilds of the footer becomes visible, which i dont want..
What to do??
Can i add an event handler with update button, so that when i click update button, it hides the footer fields and also converts the labels into textboxes too as its working..??
Go to the complete details ...