Hi ,
I have a editable web combo a button in my page.When user clicks on the button I need to validate the web combo either a row should beselected from the combo or the new value should be entered. I like to do this onthe client side. I know how to do that on server side. but i like do this on client side as I already have some validation on client side. I tried to write a custom validator, but it is takingweb combo id in ControlTOValidate property.Any help is appreciated.Thanks,