Ask a Question related to ASP.NET General, Design and Development.
-
Mike George #1
Dynamic Validation Controls in Netscape
I am having a problem with dynamic validation controls.
I have some code that uses an XSLT to transform an
XMLDocument into HTML which creates ASP.NET validation
controls dynamically (v 1.1).
The controls are being successfully created, because
validation works correctly in IE. However, validation
does not work in Netscape. Additionally, if I check
Page.IsValid in the submit button's onclick event, I
get "true", even though the page isn't valid.
It appears that since the validation controls are
dynamically created at run time, they will not exist upon
PostBack. How can I get this validation to work in
Netscape?
Mike George Guest
-
Editable datagrid and dynamic validation controls
On a page we are developing, there are multiple Panels with datagrids in each one. Based on the functionality you are performing, one panel will... -
Validation Controls
Hello, I have placed many validation controls on an aspx webform and a user control that allows the visitor to enter a username and password and... -
ASP.Net Validation controls not working in netscape
Hi all, The Asp.net validation controls are skipping the validations in netscape.Please suggest a solution for this. Thanks Srinivasa... -
Netscape required field validation problems
I have an interesting problem when I run the following code in Netscape (7.02) vs. IE. This page works great in IE and all my controls bring up the... -
web server controls not displaying at all on netscape 4.7
Netscape cannot understand utf-8 encoding which is the default for how pages are sent with .NET, you can change this in the web.config, by replace... -
Netscape #2
Dynamic Validation Controls in Netscape
What's netscape??
Anyway, here is my advice: pop up a message box telling
users to get a real browser, and then do
Server.Redirect
("http://www.microsoft.com/windows/ie/default.asp");
HTH
>-----Original Message-----
>I am having a problem with dynamic validation controls.
>I have some code that uses an XSLT to transform an
>XMLDocument into HTML which creates ASP.NET validation
>controls dynamically (v 1.1).
>
>The controls are being successfully created, because
>validation works correctly in IE. However, validation
>does not work in Netscape. Additionally, if I check
>Page.IsValid in the submit button's onclick event, I
>get "true", even though the page isn't valid.
>
>It appears that since the validation controls are
>dynamically created at run time, they will not exist upon
>PostBack. How can I get this validation to work in
>Netscape?
>.
>Netscape Guest



Reply With Quote

