Top questions

Post

New Post


Find by name:


QUESTION


Which data type does the RangeValidator control support?


The data types supported by the RangeValidator control are Integer, Double, String, Currency, and Date.
Edit | Details | Delete


Which protocol is used to call a Web service?


HTTP Protocol
Edit | Details | Delete


) 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 “-- %>”.
Edit | Details | Delete



Back to HomePage