Answer Posted / swapna
When you have a complex control, likeDataGrid, writing an
event processing routine for each object (cell, button,row,
etc.) is quite tediousdifficult.
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 ? | 9 Yes | 2 No |
Post New Answer View All Answers
What kind of programming language is ASP.NET?
Define asp.net caching?
Which class is used to send an email message from an ASP.NET Web page?
Explain difference betn dataset and recordset?
What is the life-span of the items in the viewstate?
What is the purpose of url encoding?
What is the latest version of asp.net?
Explain the difference between web user control and web custom control?
Is react a template engine?
Is it true that a Web service must be written in .NET or not?
What is the difference between sealed vs static class?
How response object is related to asp's response object?
What are httphandlers and httpmodules and difference between them?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
How may clustered index we can create in table?