HI I am using vb.net version 2.0
As I said in earlier posts i am newbie to vb.net
I have a datagrid where I display some rows based on a date combo box.
If the user changes the date then that particular rows will be selected.
The issue is the datagrid has also facility to delete the data once the user clicks the delete button then I have to delete all the rows from the binding source which has the date value as the combo box date.
Please let me know how to do it...
As I said in earlier posts i am newbie to vb.net
I have a datagrid where I display some rows based on a date combo box.
If the user changes the date then that particular rows will be selected.
The issue is the datagrid has also facility to delete the data once the user clicks the delete button then I have to delete all the rows from the binding source which has the date value as the combo box date.
Please let me know how to do it...