Ask a Question related to ASP.NET General, Design and Development.
-
Rob #1
ASP:RequiredFieldValidator control is not working on Netscape 7.
ASP:RequiredFieldValidator is not working on Netscape 7.
Any one has idea how to fix this problem?
Rob Guest
-
BaseValidator Inherited Ctrl Not working with RequiredFieldValidator
Hi All, I have written a control that inherits BaseValidator. If it used by itself on a page, the control works perfectly fine. If I drop the... -
shockwave player not working in netscape 7.2
:confused; I have downloaded and installed Shockwave 10.1 to Netscape 7.2. Whenever I try to use it, I get a puzzle piece saying get the plug-in,... -
HELP!!!! - dmx popup menu not working in netscape 4.7
I have created a popup menu in dreamweaver which works fine in IE5 but not in netscape communicator4.7 as the menu doesnt show, ive looked at the... -
Popup Menus Not Working In Netscape
Tom-- You have a space in the folder name "Nav Bar" that is probably choking Netscape. Change that folder name to "navbar" and you should be OK.... -
pop-up menus not working in Netscape 7.0
Chris: <sigh> Take all the time you have spent trying to make these pop-ups work (don't you love them?). In that same amount of time, you... -
Ravikanth[MVP] #2
ASP:RequiredFieldValidator control is not working on Netscape 7.
Hi
Check After changing Target Schema to Netscape Navigator
4.0 in Page Document Properties.
To Get Document Properties right click on any aspx page.
HTH
Ravikanth
>-----Original Message-----
>ASP:RequiredFieldValidator is not working on Netscape 7.
>Any one has idea how to fix this problem?
>.
>Ravikanth[MVP] Guest
-
Ravikanth[MVP] #3
ASP:RequiredFieldValidator control is not working on Netscape 7.
Hi
Check After changing Target Schema to Netscape Navigator
4.0 in Page Document Properties.
To Get Document Properties right click on any aspx page.
HTH
Ravikanth
>-----Original Message-----
>ASP:RequiredFieldValidator is not working on Netscape 7.
>Any one has idea how to fix this problem?
>.
>Ravikanth[MVP] Guest
-
Rob #4
ASP:RequiredFieldValidator control is not working on Netscape 7.
RaviKanth, I tried it but no luck.
>-----Original Message-----
>Hi
>
>Check After changing Target Schema to Netscape Navigator
>4.0 in Page Document Properties.
>
>To Get Document Properties right click on any aspx page.
>
>HTH
>Ravikanth
>>.>>-----Original Message-----
>>ASP:RequiredFieldValidator is not working on Netscape 7.
>>Any one has idea how to fix this problem?
>>.
>>
>Rob Guest
-
bruce barker #5
Re: ASP:RequiredFieldValidator control is not working on Netscape 7.
client support of asp.net validation is IE only. with any other browser, it
is server side only. also notice that if the browser is not IE, style widths
and heights are not emitted. the ms webform controls are really IE only.
note: the client validation code (WebUIValidation.js) uses the IE dom, not
the W3C (html 4.0) dom, so it only works with IE. you could edit this code
to be browser neutral, then lie about the browser level to create the
validation calls.
-- bruce (sqlwork.com)
"Rob" <orkeytell@hotmail.com> wrote in message
news:0d4701c34d3d$57d86890$a501280a@phx.gbl...> ASP:RequiredFieldValidator is not working on Netscape 7.
> Any one has idea how to fix this problem?
bruce barker Guest



Reply With Quote

