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
How would you turn off cookies on a page of a website?
How will you do Redo and Undo in a TextControl?
What is tracing? Where is it used?
What is data reader in asp.net?
What are validator? How do you disable them?
Where would you use an ihttpmodule, and what are the limitations of any?
How would ASP and ASP.NET applications run at the same time on the same server?
How can we identify that the Page is Post Back?
Can we handle the error and redirect to some pages using web.config?
Tell me the code snippet to show how we can return 404 errors from HttpError?
What is the difference between a default skin and a named skin?
What is custom events?
What are the types of authentication in asp.net?
What is a SESSION and APPLICATION object?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?