Different techniques to bind the Data Controls - ASP.net

Posted by nettguy on Stack Overflow See other posts from Stack Overflow or by nettguy
Published on 2010-03-26T16:04:48Z Indexed on 2010/03/26 16:13 UTC
Read the original article Hit count: 386

Filed under:
|

Recently I was asked the following question at interview.

"What are the different way to bind a Data Control in ASP.Net".

I have answered

  1. Typed DataSet

  2. Collections

  3. Stored Procedure.

The interviewer expecting a lot more. Can anyone explain me the different way that we can bind the data controls?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about databinding