Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 I have trouble in Searching

Author  Topic 

Abid

110 Posts

Posted - 2010-11-14 : 11:01:47
I have placed a searching from at front end in vb.net and made a textbox for entring St_ID (Student ID), when i press the search button so it shows me only the record of a particular student whose ID is marched in database. Is it Right? or it should be like this that when i press search button so it show me all results of Student in Database?

Sachin.Nand

2937 Posts

Posted - 2010-11-14 : 11:38:30
If a studentId is present in the textbox it should show the record for that particular studentId.

PBUH

Go to Top of Page

ahmeds08
Aged Yak Warrior

737 Posts

Posted - 2010-11-14 : 23:31:26
is it a popup search?when u press search button the query should fetch al the student records from the database.from that group of records you can select the student you want and send it to your concerned table.if iam not wrong.
Go to Top of Page
   

- Advertisement -