Skip to main content
Participant
October 16, 2008
Question

how to display database items

  • October 16, 2008
  • 12 replies
  • 1267 views
can anyone tell me how to display the selected contents of the database by using a variable from my form field(like text box )
This topic has been closed for replies.

12 replies

Inspiring
October 17, 2008
It sounds like you are just getting into database stuff. You need to
make a connection to a database and bind that data to your page.
jessyaraiAuthor
Participant
October 18, 2008
yea i'm new to it.i've esablished the connection and even managed it to insert it into the database (using forms and through the inserting wizard) but it seems i cannot display the specific records that i want to(for example i want to display the records whose name i inputtted in the text box much like search).when i try to display the database contents it displays from the begining of the records.i want to know how to search through the database with the anmes i inputted in a text box and display them
October 16, 2008
would you mind sending a snippet of code of what your trying todo... im not sure I understand what your asking.. maybe go into alittle more detail..?