what is the difference b/w .net 1.1 and 2.0 ?
Answer Posted / divya kalra
1. In 2.0 version we can use multiple web.config files.
2.in 2.0 we have dataview which allow sorting,
paging,filtering no need to write code for that, but in 1.0
we have datagrid which don't allow these features by
default.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is asp.net futures?
What do you mean by View State and what is its role?
What are the differences between clr & cts?
How can you enable impersonation in the web.config file?
Can we use a static function with a non-static variable?
What is difference between viewstate and session in asp net?
What is the difference between debug and release?
What is asp.net introduction?
Explain difference between dataset and recordset?
What are the different authentication modes in asp.net?
Mention the namespace that is used to include .net data provider for sql server in .net code?
Explain about secure socket layer?
What are the different kinds of assemblies?
What does clearing cache?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?