Top "Templatefield" questions

How to find a control inside a TemplateField in Gridview

I have a gridView with a textBox inside a templateField. I wan to extract the text of the textBox if …

asp.net vb.net gridview templatefield
Getting total values of a certain column from GridView

Him I am using a ASP.NET/VB.NET with SQL-Server-2012. I have a a GridView column with 3 fields and 1 …

asp.net vb.net gridview sql-server-2012 templatefield
How to enable and disable the hyperlink in gridview?

I have a hyperlink in the template field. I want to enable and disable the hyperlink based on its value. …

c# asp.net gridview itemtemplate templatefield
ASP:LinkButton and Eval

I'm using an ASP:LinkButton inside of an ItemTemplate inside of a TemplateField in a GridView. For the command argument …

asp.net gridview linkbutton templatefield
How to Sort on a GridView using ObjectDataSource with TemplateFields

Background: I am working with a GridView and an ObjectDataSource. I am implementing Paging and Sorting. On the ObjectDataSource: objectDataSource.…

asp.net gridview objectdatasource templatefield
ASP.Net: Sorting, GridView BoundColumn vs. TemplateColumn

With everything else being equal, a BoundField column in an asp:GridView is sortable, but a TemplateField column is not. …

gridview sorting linqdatasource templatefield
Binding data to a textbox , inside a templatefield of a gridview » C# and ASP.NET

How can I bind data to a textbox which is in a templatefield of a gridview ? I want to use …

c# asp.net gridview textbox templatefield
Cannot get values from textboxes in templateField inside of gridview

Sorry about the code earlier. Could anyone please help? I have a gridview GridView1 which is populated on PageLoad() by …

c# asp.net gridview textbox templatefield
SortExpression in ASP.NET GridView not working with <HeaderTemplate>

I have an ASP.NET GridView. Now I am adding the SortExpression property tothe <TemplateField> tags, to make …

asp.net gridview templatefield