I've used ASP and VB, but I'm am a Nubie to .NET and am having trouble using Web Forms controls. If I write an .aspx page by hand, I can get it working... everything displays and the dropdowns fill with correct data from my database (Oracle). My problem is that when I try to use Web Forms controls (ie the dropdown listbox), I can't get the data to populate at all.
I've configured a OleDbDataAdapter and generated the DataSet. I can preview the data in the dataset and it's correct, but when I build the project and try to view the page, the drop down list is empty...
Can anyone point me in the right direction?
Thanks,
Judy
I've configured a OleDbDataAdapter and generated the DataSet. I can preview the data in the dataset and it's correct, but when I build the project and try to view the page, the drop down list is empty...
Can anyone point me in the right direction?
Thanks,
Judy