If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > asp and database relations

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-13-04, 22:01
noccy noccy is offline
Registered User
 
Join Date: Nov 2004
Posts: 1
asp and database relations

Hello!

I am building a database front end with asp, and i was wondering if anyone has any examples or ideas on this problem:

Basicly the database holds information about Documents, people, addresses and veichles. The data input is manual, and the documents are the main entity.

From the user GUI I would like the users to be able to register a new document and at the same time register or add the other entities that should be linked to the document.

In a normal VB/C++ application I would have used tabs or similar, but I have not found an ASP friendly solution yet.


Tnx


noccy
Reply With Quote
  #2 (permalink)  
Old 11-15-04, 20:19
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
You could store the values in session variables until the user submits the form. So each click on your "tab" would actually be a submit to the next page which would take the values from the submission and store them in session variables. Then when the users clicks the "save" button, it submits to another page that takes all the values of the session variables and sends them to the db.
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On