Answer Posted / prasanth
Data Binding is binding controls to data from databases.
With data binding we can bind a control to a particular
column in a table from the database or we can bind the whole
table to the data grid. Data binding provides simple,
convenient, and powerful way to create a read/write link
between the controls on a form and the data in their application
. Working with Data Binding in ASP.NET is slightly different
to working with it in VB .NET. Generally, Datasets don't
maintain a current record that is displayed in bound
controls. In VB .NET, the BindingContext object handles that
and it lets us set the record bound control display. In
ASP.NET, there is no BindingContext object to handle that.
In ASP.NET, we use a DataView
to let the user select which record should be displayed in
bound controls. We bind the controls using data view and use
the RowFilter property of the data view to select the record
we want the bound control to display. Simply said, in VB
.NET we use the Dataset to bind records to the bound control
and in ASP.NET we use a DataView.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Define managed code?
what is the need of a sealed class when we are having a structure
Define a dictionary object?
What are the methods in session object in asp?
Explain what inheritance is and an example of when you might use it?
How can you disable the browser to view the code?
Explain life cycle of asp page.
Write a program in asp to find out the leap year. [Accept the year from the user ]
hello dear this quadir saif and im doing bca .i want hotel management project in asp.net (with backend sql).on my id (quadir2011@rediffmail.com)
Define garbage collection?
Name the property which is on a combo box do you set with a column name, prior to setting the data source, to display data in the combo box?
Explain the different types of session state management options available with asp.net?
Explain how big is the data type int in .net?
What is asp full form?
How do in-process and cross-process communication work in the common language runtime?