(.NET 4.0/WebForms/EF 4.1 POCO) Hi, I´m using a Custom Validator to use DataAnnotations with WebForms (source code is bellow).
I have a cutomvalidator, textbox.text = 1 and a subroutine: 1. asp:TextBox id=\"tbxNumber\" runat=\"server\" MaxLength=\"100
I am validating date using customvalidator but this is not working well can any one tell why This is my .aspx
I\'m having a problem implementing a CustomValidator, I have multiple TextBoxes with a MaskedEditExtender, they all should contain a date (\"dd-MM-yyyy\"). To check this date I want to use the CustomV
I have a asp.net file with: 3 radio boxes, one must be selected a listbox in which a开发者_运维知识库 item must be selected
We are using complex types to manage our translatable fields like this: [ComplexType] public class Translated
I would like to add some logic to my model to ensure there is a consistent string representation of a serial number in the database of devices.Below is an example of the sort of thing I\'m thinking of
Platform: Rail 3.0 Database: mysql 5.1 Business requirement: Only one item of a product can be issued at a time. After a return of the issued item, a new item can be issued of same product. Multiple
Platform: Rail 3.0 Database: mysql 5.1 Business requirement: Only one item of a product can be issued at a time. After a return of the issued item开发者_如何学C, a new item can be issued of same prod
I am using a custom validator to call a javascript function for validation.My problem is that I need to be able to change the error message dynamically.Here is the code: