Rank: Newbie Groups: Member
Joined: 8/6/2010 Posts: 6
|
Is there a way to use a Datatable as the datasource for the simple slide? All of the code samples use strings as the datasource which works in my case; I simply cannot get a datatable to work. Is there some requirement for column names? I would appreciate any assistance.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Slide is template based, so you use it whatever way you would use with a template based control, for example, as with a standard Repearter control. We don't care about column names at all. You use column names in your data binding expressions inside the item template, we don't do anything about it at all.
Thanks
|