Submit a Review
1,058 Downloads
8,612 Views
| Author |
|
| Company |
Code Vendor |
| Source Code Available |
Yes |
| License Type |
Free |
| Submitted On |
June 10, 2008 |
| Updated on |
June 17, 2008 |
| .NET Framework |
1.x |
| Cost |
$ 0 |
Description
The Multi-Validating Textbox combines a textbox, multi-validation and response labels in one control. It allows the textbox to do its own checking and error messages. Use it to protect against SQL injection attacks and client script attacks with a special character set property. You can also specify custom character sets for your control with the chars property.
This control also includes many validation types to choose from:
- NONE
- USERDEFINED
- EMAIL
- URL
- ZIPCODE
- PHONE
- INTERNATIONALPHONE
- DATE
- ADVANCEDDATE
- UKDATE
- IPADDRESS
- UKPOSTALCODE
- SSN
- CREDITCARD
- PASSWORD
- PERCENTAGE
- GUID
Multi-Validating Textbox can also run user-defined validation types. It has built-in range validation, a bad word filter, a required validator and a comparison validator.
Syntax Example
How to use: Compile code into a .net dll assembly
and put into your website home (bin) folder.
Then add the following code to your asp.net webpage.
i.e <%@ Register TagPrefix="Hive" NameSpace="Hive.Controls" Assembly="Hive"%>
Then add the textbox control in your form.
i.e <Hive:textbox id="textbox1" runat="server" req="True"/>
Reviews
Submit a review
tgff
Reviewed by: rsuresh_be on Tuesday, June 10, 2008
4 Stars
fghf
yiuyi
Reviewed by: rsuresh_be on Tuesday, June 10, 2008
3 Stars
yuiy
Complete Package
Reviewed by: VectorXVector on Thursday, July 22, 2004
5 Stars
This control is a necessity for all asp.net developer's libraries. Forget about the asp.net textbox this textbox can do all most everything. Great Control Complete Package and FREE!!!