Live Chat Icon For mobile
Live Chat Icon

How to databind a textbox in a column template that is inside a datagrid

Platform: ASP.NET| Category: DataGrid

<asp:TextBox runat='server' id='TextBox1' Text=<%# DataBinder.Eval(Container.DataItem,'theColumName').ToString() %></asp:TextBox>

Same goes true for any other Web Server control

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.