Question: In HTML modify the Author Management code given to check for the length of author names. No author name should be longer than 40 characters
In HTML
modify the Author Management code given to check for the length of author names. No author name should be longer than 40 characters and should not contain any digits or special characters. It should fail securely, that is, if a name is longer than 30 characters, or contains disallowed characters, the application should inform the user and allow them to correct it.
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AuthorManager.aspx.cs" Inherits="AuthorManager" %>
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
