4
Answers

asp.net gif as progress bar

ido shahar

ido shahar

15y
3.3k
1
hello everyone :-)

i have a button that runat="server" and i want to show a progress GIF while the send process is running.
i tried to do that with img="bla.gif" visible=false and true. it doesn't working.
then i tried to do that with 2 Threads that running together - doesn't working at all.

do you have any other suggestion for this case? pay attention that the button must run on server because it is an email sending.

thank you!!!
Ido.
Answers (4)
0
Bikesh Srivastava

Bikesh Srivastava

NA 19.8k 835.1k 8y
I think you want once anybody have read email ,you will find notification.
I think you need to send a link with a mail to confirm,
otherwise its not possible ,because its not allow from gmail. 
0
vijay anand

vijay anand

NA 6 1 8y
There is no direct way to get the Mail read status from outside of the email box. However, there is a hack for this and refer the below link for more details.
 
http://stackoverflow.com/a/22492911/281321