Answer Posted / swapnashree
some complex control like datagrid ,repetator control have
other child controls inside them.These child control donot
raise there event by them selves rather they pass the event
to the container parent . This is known as bubbled event.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
How can we implement a identity (sql server) call in an asp.net page?
What is the life cycle of an asp.net page?
What are the events that happen when a client requests an asp.net page from iis server?
How to display Alert in ASP.NET
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
What is the concepts of globalization and localization in .net?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Explain the difference between asp and asp.net?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
Is asp.net core faster?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
IN an ASP.NET Web application if there is any error, how can you debug?
In which event of the page viewstate is available?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?