Hai,
i want to retrieve the records from a sql table in a category wise and display them it in a grid view.
Thank u,
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Jan 3, 2011, 4:38 PM
There are many ways to do this. One way is to bind your DataGridView and a combobox to your data, and when a new selection is made in the combobox, set the data sources's filter to the new value.
CrishPosted Jan 3, 2011, 10:26 AM
just select all the data and make category wise ASC order in stored procedure and bind data to gridview.
Krishna GaradPosted Jan 3, 2011, 7:48 AM