DataGrid or DataList

lothos12345

Junior Contributor
Joined
May 2, 2002
Messages
294
Location
Texas
I am relatively new to developing ASP.NET pages the question I have is how to display data using a DataGrid. I have written a VB.NET program when the user selects an item from a dropdownlist the program automatically displays all the items associated with the item selected in the dropdown list. It displays these items in a listbox, thus making the items hard to read. Displaying the information in a DataGrid would be easier I would have cells and columns that are not provided by the listbox. However I am not sure how to get the DataGrid to look at the dataset and display the information. Any help would be greatly appreciated.
 
Back
Top