Srinivas Pabballa

Srinivas Pabballa

  • NA
  • 263
  • 32.1k

Validate a Textbox in ASP .NET without Validation Controls

Aug 20 2015 6:52 AM
Validate a Textbox in ASP .NET to accept the below input without using validation controls
 
1. Accepting only numeric input
2. Accepting only characters.
3. Accepting alphanumeric input.
 
Note: Provide clear explanation with comments which is used for what purpose.
 
Task1: First use without using javascirpt
Task 2: With Javascript achieve the solution for the above
 

Answers (5)