Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I'm using the ValidatorCalloutExtender found in AjaxControlToolkit version 3.0.20820.0 .The popout box is getting positioned mostly outside of the viewable window.It is shown top center position of webform.I want to set postion beside my text box.What I hava to do.Thanks in advance
Posted

1 solution

Use CSS

How to re-position the asp.net ajax ValidatorCalloutExtender[^]

EDIT
------------------------------
Did you apply style for position to the control?
You should apply Style='position:relative;' to the control
Using ValidatorCalloutExtender[^]

Free attachment

CSS Theme for AJAX Validator Callout Extender[^]
 
Share this answer
 
v2
Comments
singh7pankaj 14-May-11 3:36am    
I checked that but it didn't work
thatraja 14-May-11 3:37am    
Any error message? check firefox error console
singh7pankaj 14-May-11 3:39am    
Its work as previous
thatraja 14-May-11 3:47am    
:doh:
Solved or not?
singh7pankaj 14-May-11 3:50am    
not sloved

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900