Answer Posted / sulochana singh
When you have a complex control, likeDataGrid, writing an event processing routine for each object (cell, button,row, etc.) is quite tedious. The controls can bubble up their eventhandlers, allowing the main DataGrid event handler to take care of its constituents.
Suppose you want a certain ASP.NET function executed on MouseOver over a certain button.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How you will manage the state of ASP.NET controls?
How can I open ashx file in mobile?
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?
How to display Alert in ASP.NET
What is cookies in asp net?
What is difference between ispostback and autopostback in asp net?
Why will you usually create an aspnet user account in the database for an asp.net web application?
What is _dopostback in asp net?
How would you get asp.net running in apache web servers?
Why session is necessary in web application?
What is web api vs wcf?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
What is the asp.net control toolkit?
How to find last error which occurred?
Explain the various authentication mechanisms in asp.net.