main difference between asp.net2.0,asp.net1.1,asp.net1.0
Answer Posted / bhanukumar yadav
asp2.0 is not a scripting lang it has code behind.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is clickid?
What is server redirect?
What is the use of ASP.NET routing?
Explain the different types of directives in .net?
What are the Difference between asp.net and asp ?
What are ASHX files?
Is it right that ASP.NET Web API has replaced WCF?
What is razor? : asp.net mvc
What is the difference between globalization and localization?
Is it possible to create web application with both webforms and mvc?
When cookie will expire?
What is postback and autopostback in asp.net?
What are the various types of validation controls provided by asp.net?
What are the 3 levels at which content pages can be attached to Master Page?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.