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
What are the differences between code behind and code inline?
What are the new navigation controls in asp.net 2.0?
Explain how to prepare culture-specific formatting in .net.
What is & in a url?
What is a server cookie?
what is meant by sitemapnode ?
What is the significance of finalize method in .net?
What is a web based system?
Explain how asp.net page works?
Explain what is an assembly?
Is asp.net different from asp? If yes, explain how?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
What is the difference between session and viewstate in asp.net?
What are the page life cycle events?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?