Populate datas to textbox from Oracle database
Hi Friends,
I created a table i.e, Student havimg some fields like -
Student id-Combbox [01,02,03,........]
StudentFName- TextBox
StudentLName-TextBox
StudentStatus-CombBox [yes/no]
My entry screen developed by vs.net(1.1) with these fields and backend is oracle-10g.
1)Now how can i populate a particular student information on the same entry screen by selecting the student id from combbox?
2)Suppose the maximum student id is 50.Then How can i show the next student id i.e, 51 automatically on the combbox when i open the entry screen after runtime.
Plz help me for resolving this issue and do send me some important code.
Thanks
Dusmanta
|