Link to home
Start Free TrialLog in
Avatar of SaraDob
SaraDob

asked on

AJAX: On Focus CssClass masked Edit Extendar for calendar Control

Hi all
\You must be realising soon, that i'm a novice to AJAX control.

I have included Calendar extendar to my .aspx page.It is used in insert  template on List View.
I included MaskedEdit Extender for this calendar control.
But i'm not able to understand is this statement.. in maskedEdit Extender
OnFocusCssClass="MaskedEditFocus"
OnInvalidCssClass="MaskedEditError"
how to include the Css class for changing the background color of textbox, depeding o the  Validity of the textbox

thanks for help
Avatar of MrAgile
MrAgile
Flag of Australia image

Hi There,

Try this:  OnInvalidCssClass="MaskedEditError". Taken from this link: http://www.asp.net/ajax/ajaxcontroltoolkit/samples/maskededit/maskededit.aspx
Avatar of SaraDob
SaraDob

ASKER

Thanks for reply MrAgile..
I have read that article and trying to implement the maskedEditError...
If i'm not clear in my question post, here is the clarification I want to know how to get to write  the Maskededit error style sheet ???
ASKER CERTIFIED SOLUTION
Avatar of MrAgile
MrAgile
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of SaraDob

ASKER

Sorry foor the late reply.i was caught is other issues.
thanks a lot.It worked well.