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
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
How do you store a value in viewstate and retrieve them?
What is the importance of Global.asax in ASP.NET?
Can we override the enablepartialrendering property of the scriptmanager class?
When we use cookie less session? Explain its working?
What is the difference between mvc and asp.net? : Asp.Net MVC
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
What is the life cycle of web page?
What is a Cookie? Where is it used in ASP.NET?
What is Web API?
How can we provide the WebParts control functionality to a server control?
How we implement web farm and web garden concept in asp.net?
How to register exception filter globally?
Explain the difference between asp & asp.net.
What are triggers of an updatepanel?