I have a dataset that is return to my ASPX page to be used by a RadListView Control.
Now I need to access the columns and set up the ItemTemplate for RadListView in code, not in design view. How do I do this???? I can not find any examples of this.
messageListCurrent.DataSource = LoadData(
True) 'this is the dataset
messageListCurrent.DataBind()
Now I need to access the columns and set up the ItemTemplate for RadListView in code, not in design view. How do I do this???? I can not find any examples of this.