I’m dealing with an ASPX file
I want to comment a css line. ( ctrl k c)
however it doesn’t work in CSS. only on html
How can I fix that ?

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.
There is no default method for commenting css lines in aspx page. So it just add the asp comments in lines.
But you can record your own macro to perform the action. Refer to this link :
Make Comments for CSS