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
Where is asp.net session stored?
What is the difference between web config and machine config files?
Mention the execution process for managed code?
What is the difference between dispose() and finalize()?
Briefly describe the role of global.asax?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
How can you ensure a permanent cookie?
Explain the difference between value type and reference type?
What is difference between view and partial view?
What is inproc mode in session?
What are the layouts of ASP.NET Pages?
What is sdlc process?
How you can manage the state of application at the server side in ASP.NET?
What is the difference between session and viewstate in asp.net?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?