Wednesday, August 1, 2007

Most Common Validators for ASP.NET


<asp:requiredfieldvalidator id="reqResendWaitDays" Runat="server" ErrorMessage="Required Field" ControlToValidate="txtResendWaitDays"
Display="Dynamic">
</asp:requiredfieldvalidator>

<asp:CompareValidator id="comResendWaitDays" Runat="server" ErrorMessage="Must be numeric" ControlToValidate="txtResendWaitDays"
type="Integer" operator="DataTypeCheck">
</asp:CompareValidator>

2 comments:

Anonymous said...

What up Dawg?

Long time no see...

"Bring out yer' Dead!!!"

Guess Who?... Elvis?? Intellivision?? Drums??

Henry said...

I'm guessing either Larry 'Dawgin' or Brian Stoller.