Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?



Can I recieve both html markup for page and code in the asp.net web page's source code portion ..

Answer / Vikash Prasad

No, it is not possible to receive both HTML markup for a page and its source code (ASP.NET code) in the web browser's source view. The source code is server-side code that is processed on the server before being sent as HTML to the client. When you view the source of an ASP.NET page in the browser, you will only see the generated HTML output.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the use of sessionstate tag in the web.config file?

2 Answers  


What are the server control tags in asp.net.?

1 Answers   MCN Solutions,


when the threads are used in dot net.

2 Answers  


Usage of web.configuration ?

3 Answers   Microsoft,


What is the asp.net control toolkit?

1 Answers  


Difference between HTML control and Web Server Control?

4 Answers  


In SP has contains 10 query,By Using Dataset Object I need to fetch 8th query of records? How?

5 Answers  


How do you pass session values from one page to another ?

4 Answers   Digital GlobalSoft,


hi ans dis qstn. "what is d max size of query string. If it exceeds does it give error. if yes wt error it gvs, if no gv the reason" thnx in advance

3 Answers  


how to encrypt a connection string in web.config file?

3 Answers   Hexaware,


Interface and Abstract class, inheritance, abstraction with examples. Polymorphism (difference betn overloading and overriding

2 Answers   Syntel,


What is the difference between viewstate and hidden field in asp.net?

1 Answers  


Categories