Answer Posted / 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 |
Post New Answer View All Answers
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?
Can you explain page lifecycle in net?
Explain the benefits of viewstate?
What are the authentication types in asp.net?
What are the namespace classes used in asp.net mvc? : asp.net mvc
What is mvc in asp.net tutorial? : Asp.Net MVC
What is _dopostback in asp net?
What are web server controls in asp.net?
What are validator? How do you disable them?
What is base class of .net?
What’s difference between “optimistic” and “pessimistic” locking?
Explain the use of view state?
Please briefly explain the usage of global.asax?
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?
Can we set master page as a start page?