I am trying to upload some files and send as an email. I have two update panels because when I click the Menu item, it automatically refreshes the whole page and hence no file will be attached. How do I stop it?
I want my page to hold the files until I click Button3 then it can perform the function of sending the email.
Member
1 Points
29 Posts
Updating Specific Panel in an ASPX file
Mar 19, 2014 05:07 AM|boyfunky|LINK
I am trying to upload some files and send as an email. I have two update panels because when I click the Menu item, it automatically refreshes the whole page and hence no file will be attached. How do I stop it?
I want my page to hold the files until I click Button3 then it can perform the function of sending the email.
Attached is my code