main difference between asp.net2.0,asp.net1.1,asp.net1.0
Feaures in 2.0:
Special folders to make integration easier.
navigation controls,
login controls,
new conrols,
Master page,
Website without IIS,
Pesonalization,
Main difference is extended controls, advanced features
like
master pages. .net reduces 70% code than .net1.0
Is This Answer Correct ? | 5 Yes | 0 No |
What is asp net objects?
Explain the flow of processing of the request? : asp.net mvc
What is the use of the tag in the web.config file?
When should I use server transfer and response redirect?
how to write code for role based security
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What are the security types in ASP/ASP.NET? Different Authentication modes?
How to manage pagination in a page?
What websites use asp.net?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What are custom user controls in asp.net?
With example & diagram explain AutoPostBack.