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 is dynamic web page with example?
Give 2 examples for scenarios when routing is not applied?
How does session work?
How can we inherit a static variable?
Can you set which type of comparison you want to perform by the comparevalidator control?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
What is the file extension of web service?
What is a uri query?
Describe the differences between the lifecycles of Windows services and Standard EXE?
what are the ihttphandler and ihttphandlerfactory interfaces ?
How is a session stored and maintained in asp.net?
What is asp.net futures?
What is difference between View State and Hidden Field in ASP.NET?
How can I configure asp.net applications that are running on a remote machine?