As a test, I wanted to have an ASP.NET page rendered without the auto-generated javascript. Is this possible?
Share
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.
Assuming you’re referring to ASP.NET UserControls, I would imagine that the javascript and css rendered with ASP.NET User Control is built in and cannot be prevented out the box. You may be able to override the render and prevent it?