Answer Posted / srujana
When you have a complex control, like DataGrid, 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.
Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is the difference between session.abandon() vs clear()?
What is validation in asp.net?
What is jade template engine?
Which platform does Microsoft .NET use for exchanging data between applications?
What is anonymous authentication?
What do you mean by role-based security?
Explain how dot net compiled code will become platform independent?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
What is caching in asp.net?
What parameters can you pass in the url of the api?
What is a page life cycle? What are the events in a page life cycle?
How to create events for a control?
What is difference between View State and Hidden Field in ASP.NET?
What are directives in asp.net?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?