Posted
on Aug 17, 2010
(permalink)
hi Rumen,
Thanks for responding to my post. Actually my problem is that I have a web user control that has a couple of text boxes that need to be spell checked. Then I have a repeater in the main page that inserts multiple instances of the web control.
For example:
<web control><textbox1> <textbox2></web control>
<repeater>
<instance 1 of web control></instance 1 of web control>
<instance 2 of web control></instance 2 of web control>
....
.....
....
</repeater>
<rad spell></radspell>
I would like the single rad spell to check all the text boxes (which are part of the web user control) in the repeater. The number of instances of the web user control is tied to the data source used to bind to the repeater as a result I don't know how many text boxes controls before hand. That's only known at run time. Therefore, the comma-delimited controlsToCheck property has to be set in code-behind. Unfortunately using the "ClientID" property of the textboxes doesn't work.
thanks
milind