AJAX ValidatorCalloutExtender
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi if anyone could please give me pointers on how to do this if it's possible I have a textbox and a button next to each other , now the user needs to click on the button to fill the textbox with a certain value. Now on the validation side , if the textbox has no value the requiredfield validator will give it's message calling the ValidatorCalloutExtender giving that ajax popup. Now till there it's easy enough, but the thing is I need to display the ValidatorCalloutExtender pointing at the button and not the textbox. Please help on this...