i have a data grid that is filled from a database, i want to be able to search this grid by a certain column.
i have set up an input text box for the user to enter text string(can be partial string)for the search and a combo box so they can select the column to search and when they push a button then the grid will refresh with new data
eg if user enters "ge" and selects "firstname" column the grid will refresh with all first names starting with "ge"
does anyone have any idea how i can go about doing this.
cheers
womblies
i have set up an input text box for the user to enter text string(can be partial string)for the search and a combo box so they can select the column to search and when they push a button then the grid will refresh with new data
eg if user enters "ge" and selects "firstname" column the grid will refresh with all first names starting with "ge"
does anyone have any idea how i can go about doing this.
cheers
womblies