ASP.NET uses event driven programming model.Justify.
Answer Posted / ajit
yes, ASP.NET uses event driven programming ,because as it is
one web based application ,first of all we need to load the
web page into our web browser.
to load the page ,it needs one "Load Event" in asp.net event
handler. similarly for every user interfaces(controls)
everything has events in asp.net
that's why we called.....
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the three parts of an http response?
Where is session cookies stored?
What is ASLM?
Explain the advantages of asp.net.
Give a few examples of page life cycle events.
What is difference in .net 1.1 and .net 2.0?
Explain the difference between globalization and localization techniques
Does asp.net still recognize the global.asa file?
What is clr? Difference between clr & cts?
How do you implement sql caching in asp.net?
Explain about solution explorer window?
How to reduce the width of textbox in editcommandcolumn of datagrid?
Define repository pattern in mvc.net? : asp.net mvc
Explain authorization levels in .net ?
How do I open an ashx file in windows 7?