[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Vizyonist

7/26/2002 12:17:00 PM

Hi,

I simply created a c# mobile web form and added the following components

1. SqlConnection
2. SqlCommand
3. SqlDataAdapter
4. DataSet

Finally, I could see the data from the DataAdapter. So there's no problem
with the connection and retrieving data

Then I added an ObjectList and filled the data source, data members and
field properties with the dataset I generated.

When I compiled and open the page there was no data in the view
Any idea about the problem?