Answer Posted / hari kishan reddy
Data controls (like gridview, datagrid) contains dropdown,
text bowxes etc inside them. If you are using this controls,
they doesn't fire events automatically, they pass the events
to main controls, this is called event bubbling.
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
What are the events that happen when a client requests an asp.net page from iis server?
What is state management in asp.net with example?
What is a user session?
How you can stop the validation of ASP.NET controls from client side?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Where are session variables stored?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
List the major built-in objects in asp.net?
What is the significance of ASP.NET routing?
What do you understand from custom control?
What is Forms Authentication in ASP.NET?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
Distinguish between Server-side and Client-side code?
What is server infrastructure?
What is ispostback method in asp.net? Why do we use that?