data control has features to dsiplay group of data i.e gridview, datalits etc.,
even you can have label, or textbox inside the data controls, when you call the DataBind() of data control, internally it calls all its child control DataBind() to bind the values into control (i.e Binding expressions will be evaluated).
to individually show the values into textbox or label you need to write code i.e you can't assign datasource
inungh
Member
68 Points
183 Posts
Data control
Nov 17, 2012 03:22 AM|LINK
I would like to know that data aware control only under data tab. Please let me know if I am wrong.
for example, text box, combo box are not data aware control, there is no data source for this contorls.
Only form view, grid view and detail view under data tab can connect to data source. all others I have to use SQL to link myself.
Your information and help is great appreciated,
Regards,
inungh,
karthicks
All-Star
32082 Points
5522 Posts
Re: Data control
Nov 17, 2012 03:35 AM|LINK
Yes ! Of Course.
data control has features to dsiplay group of data i.e gridview, datalits etc.,
even you can have label, or textbox inside the data controls, when you call the DataBind() of data control, internally it calls all its child control DataBind() to bind the values into control (i.e Binding expressions will be evaluated).
to individually show the values into textbox or label you need to write code i.e you can't assign datasource
Refer : http://msdn.microsoft.com/en-us/library/cc295567.aspx
Karthick S
inungh
Member
68 Points
183 Posts
Re: Data control
Nov 17, 2012 03:49 AM|LINK
Thanks a million for helping and information,
Regards,
Inungh,