Which data type does the RangeValidator control support? The data types supported by the RangeValidator control are Integer, Double, String, Currency, and Date.
) What are server-side comments? Server side comments are used in ASP.NET page. This is used to describe the purpose of code snippet.
<%--This is how server-side comments can be done -- %>
Server side comments always begins with
“<%--“ and ends with “-- %>”.