what does
<%– one or more lines of html markup or javascript –%>
mean on an aspx page. visual studio 2010 highlights in a way as to suggest its a comment or that it has been conditionalized out.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s a comment, I would call it server side comment as it’s contents won’t be delivered to client (browser) as opposed to normal html comments
<!-- comments -->, take a look at Is there a way to comment out markup in an .ASPX page? .