Answer Posted / r.vijayabaskar
1.asp using interpreter but asp.net used compiler so fast
running
2.asp.net used to easily design(GUI)Compare to asp
3.asp.net support scripting but asp not support
4.Deployment work is easy in asp.net compare asp
Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is the difference between client-side and server-side validations in webpages?
What is the basic difference between asp and asp.net?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What is the base class from which web forms are inherited?
What are session state modes?
They mostly asked difference between versions of technologies
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
How is it possible for .NET to support many languages?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
Explain how can you debug your .net application?
Contrast OOP and SOA. What are tenets of each ?
Explain the different types of assemblies?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?