Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21

Details



Peter Agyekum ) 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 “-- %>”.
Related Topics