I am just begin to use databases in my projects so I am not too good in
such programming. I have "simple"(for me is not simple) question,
HOW I CAN SELECT ROW IN DATAGRID VIEW, Throughout TYPED CRITERIA?
When I select first radiobutton I search only data in 1-st column, the
second button - second column search.
I posted pictures below to show what I think. Thanks!
ScreenShoot000.jpg (shows concept(look of program-simplified))
ScreenShoot001.jpg (Shows running program and "selection by typed criteria")
ScreenShoot002.jpg (Like ScreenShoot001 but second radiobutton selected
and corresponding columun selected)
Project Elements:
1 DataGrid View - DataGridView1
2 RadioButtons - RadioButton1, RadioButton2
1 Text Box - Textbox1
1 DataSet - VDataSet
1 BindingSource - MFBindingSource
1 TableAdapter - MFTableAdapter
The whole DataBase Connection is auto generated by VS2005 - VB.NET
IS THIS DIFICULT TO MAKE, AND HOW? HTANKS!
such programming. I have "simple"(for me is not simple) question,
HOW I CAN SELECT ROW IN DATAGRID VIEW, Throughout TYPED CRITERIA?
When I select first radiobutton I search only data in 1-st column, the
second button - second column search.
I posted pictures below to show what I think. Thanks!
ScreenShoot000.jpg (shows concept(look of program-simplified))
ScreenShoot001.jpg (Shows running program and "selection by typed criteria")
ScreenShoot002.jpg (Like ScreenShoot001 but second radiobutton selected
and corresponding columun selected)
Project Elements:
1 DataGrid View - DataGridView1
2 RadioButtons - RadioButton1, RadioButton2
1 Text Box - Textbox1
1 DataSet - VDataSet
1 BindingSource - MFBindingSource
1 TableAdapter - MFTableAdapter
The whole DataBase Connection is auto generated by VS2005 - VB.NET
IS THIS DIFICULT TO MAKE, AND HOW? HTANKS!