Not heaps clear on your question - some code snippets or a thorough
description would be more useful. But I will soldier on!
You can convert any field in an ASP.NET GridView into a Template Field by
selecting 'Edit Columns' on the Smart Tag. The Template Field will allow you to
specify a control(s) to put inside that grid cell instead of a
standard text box. You can bind it to whatever data source you like (or even
bind the data source to the parent row). I suggest you google 'Grid View
Template Field' for more thorough information about how to get it done.
Markdown for AI
A clean, structured version of this page for AI assistants and LLMs.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Not heaps clear on your question - some code snippets or a thorough description would be more useful. But I will soldier on!
You can convert any field in an ASP.NET GridView into a Template Field by selecting 'Edit Columns' on the Smart Tag. The Template Field will allow you to specify a control(s) to put inside that grid cell instead of a standard text box. You can bind it to whatever data source you like (or even bind the data source to the parent row). I suggest you google 'Grid View Template Field' for more thorough information about how to get it done.