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: 404
ASP.NET
|databinding
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
Typed DataSet
Collections
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