Link to home
Start Free TrialLog in
Avatar of Carl3003
Carl3003

asked on

Template Metaprograms in c#?

I used to do Template Metaprograms in C++ but i dont see this feature in C#. Is there a way to do it?
I am trying to create a generic function which takes a reffrence to either datagrid, datalist or repeater  and binds it to the datareader. It is the the same function which applies to datagrid, datalist and repeater. Any suggestions?
Thanks,
ASKER CERTIFIED SOLUTION
Avatar of AlexFM
AlexFM

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