Answer Posted / guest
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
event handlers, allowing the main DataGrid event handler to
take care of its constituents.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How use Xml data in ASP.net?
Which adapter should you use, if you want to get the data from an access database?
What is difference between view state and session state?
Is it possible to write code in many languages in one asp.net project?
How can we make sure that Web API returns JSON data only?
What are server-side comments in ASP.NET?
How do you store a value in viewstate and retrieve them?
What are the 3 types of web?
Describe the diffeerence between inline and code behind?
Where can I get information on cookies in asp.net?
How do session tokens work?
What are assemblies and namespaces and explain the difference between them ?
What is difference between session and cookies in asp net?
How is the asp.net mvc architecture different from others? : asp.net mvc
What is the flow of processing of the request? : asp.net mvc