Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying Database Information 1

Status
Not open for further replies.

mmichalo

IS-IT--Management
Sep 9, 2003
13
US
I am currently pulling data through text boxes using ASP. Is there is a way I can display the information from the database without using text boxes?

Any help is appreciated

Thanks
Marc
 
You should be able to display your database data any which way you want to.

<%=RecordSet(&quot;Field&quot;)%>

should display the data.
If you put it in a textbox then it will be in a textbox... If you don't then it wont.

Maybe I'm oversimplifying?


Travis Hawkins
BeachBum Software
travis@cfm2asp.com
 
Travis

Thank you very much. It is always the most obvious things that are overlooked.


Thanks Again
Marc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top