Editing a row in a gridview
        Posted  
        
            by chaitanya
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by chaitanya
        
        
        
        Published on 2010-03-23T06:29:50Z
        Indexed on 
            2010/03/23
            6:33 UTC
        
        
        Read the original article
        Hit count: 549
        
I have a two text boxes named region id and region name..and a button control
I enter some values into those text boxes and click the button to insert those values into the "gridview"and a "data table" associated with the gridview.
The gridview has the "enable editing" set to true..but when i click the "edit" button of a particular row in a gridview i get no response...i.e i do not get editable textboxes as it happens normally...
What is the solution for this?
© Stack Overflow or respective owner