Sunday, March 11, 2012

Problem referring to text box control with Accordion

I have worked out a solution to the problem. It seems that you can't refer to the textbox when it is within an accordion. So instead, I got rid of the control parameter altogether and replaced it with a standard asp parameter which is programmatically set to the textbox control in the code behind.

Easy!

No comments:

Post a Comment