Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


why we use data bind in asp.net



why we use data bind in asp.net..

Answer / 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

More ASP Interview Questions

how to configure asp.net website in vs2008. and the projects devoloped in 2005 can be run in 2008

0 Answers  


what is SDLC in Software?pl.give proper explaination

0 Answers  


Tell something about Active Server Pages?

5 Answers   Microsoft,


How to include active x controls in asp code?

0 Answers  


What are the attributes of the <form> tags? What are their functions?

0 Answers  


How to make page break in Crystal Report..?

0 Answers  


What are the collections of Application Object?

1 Answers  


What is Request Object?

2 Answers  


what is diff c#and vb.net what is .net framework 3.5 what is webservice with expmles

0 Answers  


Explain the function of attributes in tags?

0 Answers  


which is the bet long term & basic to advanced available course for asp.net in hydrabad plz reply me t my email address also thanking you sm.chishty@gmail.com

0 Answers  


What are the tasks performed by <> tags?

0 Answers  


Categories