Ask a Question related to ASP.NET General, Design and Development.
-
Art Kedroski #1
CustomValidator Delima OR Rendering the WebUIValidation Tag
When using a ASP.NET CustomValidator, which runs client-
side javascript, and using other ASP.NET validators (i.e.
RequiredField, Compare, etc.) the <script
language="javascript"
src="http://servername/aspnet_client/system_web/1_0_3705_0/
WebUIValidation.js"></script> tag needed for the
other .NET validators to work is not rendered. On other
pages without the ASP.NET CustomValidator that tag is
rendered. This is the only difference we can find between
pages that function properly and the ones that don't. It
seems there should be a simple way to trigger the
rendering of this tag on a page with a CustomValidator
considering it is rendered automatically on other pages.
Art Kedroski Guest
-
rendering <div Oops! rendering div style:display=none
The default for a certain page I'm working on is to hide a section of the page when it's loaded. So i set a div tag as follows: <div... -
PHP editor delima
Okay. For reasons I don't feel like getting into, as it would depress me... I have the following need. A good php editor for windows, that does... -
Forcing .NET to render the '/aspnet_client/system_web/1_0_3705_0/WebUIValidation.js' on the web page
We are using our own custom JavaScript validation as well as .Net validation. However, when we include our custom validation on a page, ..NET does... -
CustomValidator bug?
Hi. I am fighting the CustomValidator strange behavior for second day already. I created some test project which is only to reproduce the... -
Can't find WebUIValidation.js
We are experiencing the following error on our pages: Unable to find script library '/aspnet_client/system_web/1_0_3705_288/WebUIValidation.js'....



Reply With Quote

