Ask a Question related to ASP.NET General, Design and Development.
-
Sriram #1
Sorting data in Listbox/Dropdown lists
hi,
i have loaded the listbox with the data from a database using dataset. i am
finding difficulty in sorting the data.
i am not able to find a method to sort data.
any help in this regard would be highly appreciated.
thanks,
-sriram
Sriram Guest
-
working with dropdown lists
I appologize for what is probably a very novice question. I am creating dropdown lists for an online store. The purpose of the list is to choose a... -
Dropdown lists navigation
Hi Sven, Unfortunately I never got this to work, because I went round in circles for a while and ran out of time. However, I did find a way round,... -
Dropdown lists navigation2
Hi everybody, I'm trying to make Dropdown list in my presentation according to previous topic about Dropdown menu but without the success. The goal... -
sorting property lists
I have a property list like name::bob, address: 102 house st, phone, 49349349 I know if I do list.(sort) it will sort on the first field, but is... -
Filtering by dropdown combo listbox
I have a form based on a table. I would like to set the filter by the selection of a user in a combo box dropdown list. Anyone know how do to... -
Todd Thompson #2
Re: Sorting data in Listbox/Dropdown lists
You can add and remove rows if thats what you mean. If you mean the fields
within the rows then you would have to use the DataRow methods for the
specific row. I'm thinking though that DataView doesn't hold the data
itself but that it simply presents the DataSet's data. So you can have
multiple DataViews of the same DataSet and changes made to one DataView
would actually be changed in the DataSet. As a consequence you would have
to synchronize any writes (documentation confirms this).
Todd Thompson
Todd Thompson Guest
-
Sriram #3
Re: Sorting data in Listbox/Dropdown lists
hi todd,
i have tried it but i am not able to get the syntax working properly. i am
finding difficulty in populating the data with dataview. any suggestions.
thanks,
-sriram
Sriram Guest



Reply With Quote

