ASP.NET uses event driven programming model.Justify.
Answer Posted / guest
Yes
Asp.net uses event driven programming
all the events are driven by the handler
EventDriven programming is that in which u write code for
each and every User Interaction possible for UserInterface.
asp.net is the same where u write your logic for events of
the control place on the form.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Name the two properties are on every validation control?
How would you turn off cookies on a page of a website?
Explain MVC model binders?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
List down the sequence of methods called during the page load.
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?
What are the different methods of session maintenance in asp.net?
What is the difference between CC and BCC?
What is the difference between executescalar and executenonquery?
What is a Cookie? Where is it used in ASP.NET?
what are the web form events available in asp.net?
What is the difference between session and application?
How would you turn off cookies on one page of your website?