VedoBeekSpoge
New Member
The current design of my table is :\[code\]ID BatchID file name subject content type data extension1 1 test1.pdf for test1 application/pdf (binary) .pdf2 1 test2.doc for test2 application/word (binary) .doc3 2 test11111.pdf for test11111 application/pdf (binary) .pdf4 3 test22222.doc for test22222 application/word (binary) .doc \[/code\]Here three uploads happened, first two files were added through a single upload.Now for my aspx page that which has one textbox for subject field and one upload control and one button for submiting :
- How to display uploaded files in each upload, by gridview,how? my problem is until pressing submit button record will not be inserted in my table.
- how to get batchid (uploadid) field