Is there any compromise regarding resources, if I use bound controls on my asp.net app versus ado.net?
When is it best to use bound controls and when is it best to use ado.net to connect to database?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Bound controls use ADO.NET; they are not competing tools but complementary tools. One uses each other, or you use an Object Relational Mapper, which under the scenes may use ADO.NET.
Does that make sense? For more information on the two, the asp.net web site has a learn section with a lot of good resources.