danrob79
01-11-2011, 08:00 PM
My workplace has an internal webpage that they want to update with dynamic links. The service allows for ASP/ASP.net.
The dynamic link would work as follows.
An employee would enter a date into a field. The date would need be inserted into the link in order to bring up a report for that particular day. For example, .../mainfolder/"selectedDate".pdf, where selected date is a variable obtained from the form field. On submit the employee would receive the normal dialog box asking them if they would like to open or save the file.
Can this be done. I am new to ASP and ASP.net, but willing to learn. If anyone could point me in the right direction I would be eternally grateful.
Thank you
The dynamic link would work as follows.
An employee would enter a date into a field. The date would need be inserted into the link in order to bring up a report for that particular day. For example, .../mainfolder/"selectedDate".pdf, where selected date is a variable obtained from the form field. On submit the employee would receive the normal dialog box asking them if they would like to open or save the file.
Can this be done. I am new to ASP and ASP.net, but willing to learn. If anyone could point me in the right direction I would be eternally grateful.
Thank you