what is asp and asp.net ?
Answers were Sorted based on User's Feedback
Answer / m_dasharatham
Asp is technology comes with webserver iis.this is provided
in the form of dll file is called asp.dll.
this will support server side execution.
It supports scripting languages(vbscript,javascript).
Asp.net is a technology which provides set of
specifications for normal webapplications on webservices
and mobile applications.
this technology is intgrated with .Netframework.
it supports languages vb.net,c#, and vc++
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kuldeep khaware
ASP is interpreter. and ASP.Net is compile base..asp.net is
centerlize Technology. supports languages vb.net,c#, and
vc++
Is This Answer Correct ? | 0 Yes | 1 No |
What is state management in asp.net and define Client-side state management and Server-side state management?
How many web.config files can I have in an application?
What are the types of session in asp.net?
How does ASP.NET framework maps client side events to Server side events.?
What is the default timeout for a cookie?
What is query string?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
How To Send Value one page to Another Page On MasterMenu Click ? please Tell Me!
What is difference between web config and global asax?
Explain the difference between Repeater and Data list control in ASP.NET?
What are custom user controls in asp.net?
What is %20 in a url?