Ans: Application Source Code
string s = new string(abc);
string s = abc;
<form action=destination.aspx method=get>
http://ectweb2.cs.depaul.edu/ssmith/ destination.aspx?txtName=Stan&txtAge=45
<form action=destination.aspx method=post>
http://ectweb2.cs.depaul.edu/ssmith/destination.aspx
RequiredFieldValidator | Checks that the field is not blank. |
CompareValidator | Checks that a
field is greater than or less then a given value. |
RangeValidator | Checks that a field is within a given range. |
RegularExpressionValidator | Checks a field using a regular expression. |