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:

At August 6, 2007 12:22 AM , Anonymous Anonymous said...

What up Dawg?

Long time no see...

"Bring out yer' Dead!!!"

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

 
At August 6, 2007 3:45 AM , Blogger Howard said...

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

 

Post a Comment

Links to this post:

Create a Link

<< Home