hey Shouvik,Till Now i do not want GRIDVIEW DATABINDING, I am doing if user types Rollno 1 in textbox Roll and click on search button, then in the corresponding textboxes info is displayed in other textboxes like his name,& his marks.
In VB there is no DataReader.
yes, you are right. in vb6 there is no concept of datareader.
but so what? there are still so many methods that you can use to read your records from the database.
so you wish to try the search code yourself?
ok.....go ahead....i'm always here for you.
for searching you can apply one of the these two techniques :-
1. Exact Record Searching
2. Dictionary Searching
choose which will be best suited for you.
regards
Shouvik