Create a web page to read student’s seat number, name add contact number using text boxes. Use appropriate validation controls to validate the following:
Student roll number should be from 1 to 120, name is compulsory and contact number must be of 10 digits. Write HTML and code behind code
Please give the code snippet for this question.