Oct 8, 2003 #1 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
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
Oct 8, 2003 1 #2 tlhawkins Programmer Dec 28, 2000 797 US You should be able to display your database data any which way you want to. <%=RecordSet("Field"%> 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 http://www.beachbumsoftware.com Upvote 0 Downvote
You should be able to display your database data any which way you want to. <%=RecordSet("Field"%> 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 http://www.beachbumsoftware.com
Oct 9, 2003 Thread starter #3 mmichalo IS-IT--Management Sep 9, 2003 13 US Travis Thank you very much. It is always the most obvious things that are overlooked. Thanks Again Marc Upvote 0 Downvote
Travis Thank you very much. It is always the most obvious things that are overlooked. Thanks Again Marc