Hi,
I want my column headers in my multi-column combo box to be Link buttons which I can wireup to a server side event handler.
In the InstantiateIn() method of my column header template class (based on ITemplate) which I create a LinkButton.
It renders as <a >MyHeader</a> but no attributes or event handlers are generated to postback to my ASPX page. The generated column header link button text is visible but not underlined.
What am I doing wrong or is this not possible?
Thanks, AL
I want my column headers in my multi-column combo box to be Link buttons which I can wireup to a server side event handler.
In the InstantiateIn() method of my column header template class (based on ITemplate) which I create a LinkButton.
It renders as <a >MyHeader</a> but no attributes or event handlers are generated to postback to my ASPX page. The generated column header link button text is visible but not underlined.
What am I doing wrong or is this not possible?
Thanks, AL
