validation-controls
firing both onclientclick and Client side validation from validation control on button Client click
I have few ASP Text Box controls on a Page, to which Custom Validators are added. I have Save Button, which validates these Text boxes. I have just added the Validation Group as same as that of the Te[详细]
2023-03-25 13:34 分类:问答ASP.NET Validation controls prevent me from redirecting?
I added ASP.NET validation controls to my form .. I also have a static hyperlink on the same form... If i click it , it is not allowing the redirection because of the validation...[详细]
2023-03-15 08:06 分类:问答Custom Control referenced by 'RequiredFieldValidator' cannot be validated
Question: How do I correctly extend a custom control to work with the RequiredFieldValidator? I\'ve read this, but trying to implement it didn\'t solve the problem for me.[详细]
2023-03-05 21:56 分类:问答Is it possible to use ASP.NET validation controls when I need to modify HTML when validation fails?
Let\'s say that I have the following HTML for a text box on an ASP.NET page: <div class=\"myClass\">[详细]
2023-02-17 10:40 分类:问答ASP.NET Validate all validators with different validation groups
I\'m writing an ASP.NET page and trying to get validation working. My problem is that I\'ve got a repeater that contains several custom grid controls, each of which has validators and a validation sum[详细]
2023-01-19 16:54 分类:问答From client, force whole page validation
I have an ASP button for which I have set the OnClientClick property to display a javascript confirm message. However, I only want this message to be displayed AFTER all of the client side validations[详细]
2022-12-30 11:25 分类:问答-
How do you clear a CustomValidator Error on a Button click event?
I have a composite User control for entering dates: The CustomValidator will include server sided validation code. I would like the error message to be cleared via client sided script if the user a[详细]
2022-12-28 08:00 分类:问答 How to edit my SVN account in Zend Studio
I am working on Zend Studio and using Subversion. Since yesterday, my account is no longer accepted; I get errors like: \"the account is not matching\"...[详细]
2022-12-17 14:29 分类:问答