This is my first
vb.net application. I have created a project using the data form wizard. I have a text box called RollNo. When I click on the button search, a input box is displayed and I enter the roll no to be searched. I want the datasource to point to the record corresponding to the roll no , so that the corresponding record is displayed in the form.
Please help me out