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...

What property must you set, and what method must you call in
your code, in order to bind the data from some data source
to the Repeater control?

Answer Posted / sulochana singh

Set the DataMember property to the name of the table to bind to. (If this property is not set, by default the first table in the dataset is used.)
DataBind method, use this method to bind data from a source to a server control. This method is commonly used after retrieving a data set through a database query.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the server control events of asp.net ?

1046


What is the purpose of App_Code folder in ASP.NET? Why we this?

1326


What is the difference between typeof() vs gettype()?

1167


i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?

2017


What is css in asp.net?

1119


What are the uses of list view control in Asp.net?

1092


How can we prepairing Interview

2376


What is http post action?

1055


Why cyclomatic complexity is important?

1079


How asp.net mvc differs from asp.net web forms? : asp.net mvc

1161


Why we use asp.net for website development?

950


Can you change a Master Page dynamically at runtime?

1014


Where do the cookie state and session state information be stored?

975


What are the different method of navigation in asp.net?

1070


Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?

1034