Answer Posted / prabhat saxena(manu)
all heavy controls like grid view,datagrid or
datalist,repeater controls cantains the chield controls
like button or link button, when we click this button then
the event will be raised, that events are handled by parant
controls,that is called event bubbling,means event is
bubbled from bottom(chield)to up(parant),
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What is ado code?
Give an example that shows how to execute a stored procedure in ado.net?
What are the different ado.net namespaces?
What is microsoft ole db provider for sql server?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
What is difference between executequery and executeupdate?
How many major types of connection objects in ADO.NET?
What is the use of sqldatareader class?
What are the advantage of ado.net?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is executequery?
What is the difference between Data adaptor and Data set?
What is ado.net objects?
What is untyped dataset?
What is the default timeout specified for "sqlcommand.commandtimeout" property?