main difference between asp.net2.0,asp.net1.1,asp.net1.0
Answer Posted / firozgkp
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 |
Post New Answer View All Answers
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
How we implement web farm and web garden concept in asp.net?
What is the parent class of all the web server control?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
Explain diff between dataset and datareader?
What types of data validation events are commonly seen in the client-side form validation?
List the asp.net validation controls?
is gateway for sms continue connected for sending sms.how?
How many types of controls are there in asp.net?
Explain about the Class view window?
What is the flow of processing of the request? : asp.net mvc
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Difference between using directive vs using statement?
What is the syntax for datagrid and specifying columns?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?