Link to home
Start Free TrialLog in
Avatar of Chaffe
ChaffeFlag for Afghanistan

asked on

Tutorials on Itemplate

Greetings, I build a GridView in VB to display on an aspx page, and I'm intrested in adding a TemplateField to extend some functionality.
I need to define a class that implements ITemplate to hold the content of my ItemTemplate, and I'm looking for any good tutorials that would show me how to do this sort of thing.  Thanks very much.
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Chaffe

ASKER

Bob, this code is going to save me a lot of work.  thanks a bunch..
Since this is done on a dataGrid, Do you happen to know what the GridView equivilent of:
DataGridItem & DataRowView.
I am not 100% sure, but I believe that the equivalent is GridViewRow.  DataRowView should still be the same, but that depends on what type 'container.DataItem' is.

Bob
Avatar of Chaffe

ASKER

Bob, thanks for the help.