Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Making a dataset available in the designer
Message
De
11/10/2003 11:04:12
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Making a dataset available in the designer
Divers
Thread ID:
00837820
Message ID:
00837820
Vues:
78
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform