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

SqlConnection cn=new SqlConnection(ConnectionString);
SqlCommand cmd=new SqlCommand(cn,Query);

cn.Open();
SqlDataReader Reader=cmd.ExecuteReader();

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?

1066


What is the difference between page.registerclientscriptblock and page.registerstartupscript?

872


Explain serialization and deserialization?

1069


How to implement form based authentication in asp.net application?

1172


How to display Alert in ASP.NET

1251


Can we set master page as a start page?

1078


Define data caching?

971


How may clustered index we can create in table?

1047


How to prevent client side validation from the ASP.NET validation controls?

1147


Explain how do you deploy your asp.net application?

970


What is the difference between mvc and asp.net? : Asp.Net MVC

1065


State differences between MVC and WebAPI

1196


What is the difference between asp.net and mvc?

1164


In the Repeater control which way you can edit?

1142


what are the Custom controls in asp.net?

1081