-
View Record
Hi, i'm sorry for my lenguage but i'm italian... My problem is this:
Is possible to view any record of a DataBase (Access) in a table in a web page that i wish to do with KoolMoves? (i search with ASP code, but i don't know to view the results in a web page of KoolMoves). Thank you
-
There are examples on Koolexchange.com
Basically you have the ASP send the data as a variable to Koolmoves.
-
Thank you for the answer, but my problem is that i don't know where to put the records in a web page of KoolMoves... is there an object in KoolMoves that i can to use with an a table? Thank you for your help...
-
You can display the contence of any cell in yourdatabase with dynamic text, but as yet we do not have a data box component.
-
If you have alot of tabular data to display, I'm guessing the best way would be to have your ASP generate HTML text and display that in a textfield.
It might help if you describe your data a little.