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
What is difference between ispostback and autopostback in asp net?
In how many ways we can retrieve table records count?
About CLR, reflection and assemblies?
What is the purpose of session management?
Define caching.
How can you send an email message from an asp.net web page?
in which protocol ASP.NET WEB API Work?
What are Session states available and its Uses?
What's the difference between viewstate and sessionstate?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What are the differnt types of handler in ASP.NET?
How does session work in asp net?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
Can I have a unique key as foreign key?
What is protected configuration?