Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
How to add below code using code behind to the GridView.

<columns> <asp:TemplateField HeaderText="ID">
<itemtemplate>
<%# Eval("EMPID")%>

<edititemtemplate>
<asp:TextBox ID="txtEmpId" runat="server" Text='<%# Eval("EMPID") %>'/>

<footertemplate>
<asp:TextBox ID="txtFooterEmpId" Width="25" runat="server">




Thanks.
Posted
Updated 27-Jul-15 20:54pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900