Dynamic Validation Controls in Netscape

  • Thread starter Thread starter Mike George
  • Start date Start date
M

Mike George

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?
 
Back
Top