Hi,
I am new to using Ajax controIs. I have a combo box control on a web page. The control is not bound to a datasource but the items are added programmatically.
The way I want the control to work is the user can either select one of the items from the list or they can enter data, just like a text box. When I select from the list there isn't a problem but when I try to enter data I either can't (some letters won't enter), or I get a this error message...
0x800a138f - JavaScript runtime error: Unable to get property 'createRange' of undefined or null reference
Thank you for the help!
Gary