Hi,
Based on your example, you have created your LinkButton column in HTML, thats why it works. What if we want to create the TemplateDataField LinkButton column in runtime??
How shall we approach registering the event in the InstantiateIn() of the ITemplate class, because the convention
lnkButton.Click += new EvtHandler(xxxx);
doesnt work.
Please reply ASAP, Thanks.
cno