Difference between asp and asp.net ?
Answer Posted / ansu kuamar, delhi
asp.net has
more controls,
user friendly,
here we use two different page
one for design
other for logical coding
so we can work simultaniously both on designing and coding
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does viewstate work?
Explain the difference between panel and groupbox classes using .net?
Explain model, view and controller represent in an mvc application? : asp.net mvc
Explain the difference between web user control and web custom control?
IN an ASP.NET Web application if there is any error, how can you debug?
How do we access view state value of this page in the next page?
What is difference between cookies and cache?
Difference between application events and session events
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
How do you declare static variable?
What is the compiled object?
What are session state modes? List some of the important session state modes of asp.net.
Can action method static?
How do you sign out from forms authentication?
What are Master Pages in ASP.NET? or What is a Master Page?