tutorial on a specific vb application
I need to have a tutorial that will convert a vb recordset data into a html table
Read More
|
|
I need to have a tutorial that will convert a vb recordset data into a html table
Read MorePure ASP Upload has always been a timesaver, especially the fact that it will upload mutiple files. I have a need to upload additional data with my photos, namely caption information that is input into the form. I never know how may photos are going to be uploaded, so I cannot have a predetermined table with a set number of columns for caption 1, caption 2, etc.....
What I need to do is loop through the caption information and stick it into a table row by row. I have attempted to handle this in a separate file after the images have been uploaded. But I cannot successfully transfer the form information to the next page for processing.
I have tried to use Request.Form and Request.BinaryRead methods. So, the short of it is we need a tutorial on how to process additional form information without using UD's insert behavior.
I hope that is clear?
Read MoreHow do you move records from one db table to another? I have a "News" table and I want to move several articles to an "archive" table...
Read MoreI want to insert a recently entered session variable obtained from a form page in a result page.
ex:"getting the user_name from a submitting form and and displaying it like "thank you erturkse for registering" in a independent page.
Read More