it gvs error of "unsafe control" only for this control i hv used updown control but for that it works fine can u tellme the reason??
Charles Carroll <[EMAIL PROTECTED]> wrote: You will never solve the "unsafe control" problem as Microsoft is aware that Active-X controls can be very unsafe -- IE after SP2 will always label them unsafe. Other browsers will not even run Active-X controls, so how is that an effective way to persent your resume builder site. A JavaScript or DHTML way can show in all browsers if done well. which Masked Edit? There are several. http://www.freevbcode.com/ShowCode.asp?ID=2299 is one of them for example. Where did you get your maksed edit control from? On 6/25/05, suchita malkar <[EMAIL PROTECTED]> wrote: > no i want to it only using Mask Edit > so that validation efforts will be minimised and > its gives a good look to my form > i am using it on RESUME BUILDER to enter percentage value > > so plz help me for the same > > > > > Charles Carroll <[EMAIL PROTECTED]> wrote: > Masked Edit is not a good or reasonable way to get what you want. > > http://www.learnasp.com/learn/validationmore.asp > has links to the best validation tactics. > > On 6/24/05, suchita malkar <[EMAIL PROTECTED]> wrote: > > i am want to use MaskEdit control in my ASP page and retrieve its text > > value in hidden field so that to accept in validation function > > > > i hv added it to my page but not able to get the value entered in it > > with its supporting event either change() or validationerror() > > as well as i am getting a warning saying "there is a unsafe control on > your > > page" > > > > so how to resolve this problem --------------------------------- YAHOO! GROUPS LINKS Visit your group "AspClassicAnyQuestionIsOk" on the web. To unsubscribe from this group, send an email to: [EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. --------------------------------- __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com [Non-text portions of this message have been removed] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
