hi
i need Dynamaic create textbox in my Gridview below my gridview design
<asp:GridView ID="Grd1" runat ="server">
<Columns>
<asp:TemplateField>
<ItemTemplate>
here i need text box control then how to access them because control genrated
dynamically so i didnot control id so
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com