Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making a dataset available in the designer
Message
From
11/10/2003 11:04:12
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Making a dataset available in the designer
Miscellaneous
Thread ID:
00837820
Message ID:
00837820
Views:
76
In the Page_Load() event of an ASP.NET page, I am creating a DataSet. Basically, it goes like this:
Dim loData As DataSet
loData = New DataSet
ImportXML(loData, lcXML)
This data will be displayed by the use of the DataList control that I dropped on the WebForm.

The DataSet is bound to the DataList like this:
DataList.DataSource = loData
DataList.DataMember = "Temp"
DataList.DataBind()
This code is also in the Page_Load() event and right under the DataSet generation.

Now, I want to design my DataList with the designer. So, when I right click on the DataList and select Property Builder, there is no choice is the DataList listbox. I understand I have to do something else in order to make the designer recognizes the DataSet that I coded manually. How should I proceed to make it recognized?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform