Asp.net and asp ? differences?
Answers were Sorted based on User's Feedback
Answer / satish v itagi
1. ASP.NET has languages that comply to CTS and CLS for
coding the business logic. CLR manages the JIT from IL byte
code.
2. ASP.NET has class libraries which have web controls
which are run at server by default.
3. ASP.NET can be either single file with/without Code
Behind but ASP is single file only.
ASP uses scripts and ASP.NET uses dot Net compliant
languages.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shwetha
Asp is a client Side,whereas Asp.Net is a serverside..
Asp.Net contais design as well as coding part in a
different file , but in Asp it contoins in only one file..
Asp is a connected architecture,whereas Asp.Net is a
dissconnected architecture.
Is This Answer Correct ? | 2 Yes | 2 No |
what is view state?
What is a response cookie?
Contrast OOP and SOA. What are tenets of each ?
what is COM Object in Dot net?
I have a DataGrid in which two of the columns are editable...i want to update the backend table with the newly edited data of the datagrid. How to do this please help me.
1 Answers MS Technosoft, Wipro,
What a diffgram is, and a good use for one?
What is the importance of Global.asax in ASP.NET?
What is a Cookie? Where is it used in ASP.NET?
What are cookies in your browser?
What are url fragments?
What are sharepoint pages?
What is break mode?