Hi,
in my application I want to enable edit button of gridview in edit mode of the application . firsttime user saves webform data in databse ,in this application user can view the saved details by clicking on the id,at this time gridview should show
edit button in gridview.I don't know how to enable .can anyone giv some solution.
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False"
Width="387px" BackColor="#CCCCCC"
BorderColor="#999999" BorderStyle="Solid" BorderWidth="3px" CellPadding="4"
CellSpacing="2" ForeColor="Black" ShowFooter="True"
onrowediting="GridView1_RowEditing"
onrowcancelingedit="GridView1_RowCancelingEdit"
onrowupdatin ...
Go to the complete details ...