views:

103

answers:

1

Hello,

I have a GridView that I need to dynamically add TemplateField elements to. My question is, how to I programmatically add dynamic TemplateField elements? I cannot find anything through Google that shows an example of this.

Thank you!

+1  A: 

Does this article tell you what you need? I think you will have to download the code to see a full example of what you want (link is at the bottom of the article) since he's created some custom template fields.

patmortech