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
What is the use of service provider?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is the default authentication mode for asp.net?
Explain the difference between asp & asp.net.
What is asp net theme?
What is asp net objects?
What is the difference between the asp and asp.net?
How do you store a value in viewstate and retrieve them?
What is event in asp.net?
What is server redirect?
How do I upload a file from my ASP.NET page?
What are app services?
What is the difference between “Web.config” and “Machine.Config”?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?