Hi all,


I am sending bulk mails ( 45,000 + ) to subscribers ( not spamming). I
am doing the following (algorithm)



In sendmail.aspx  page



1  select top 100 emailadd bla bla bla.

2  do while loop

    send mail

    update table saying mail send



3 Thread.Sleep (2 minutes )

4 div1.innerText = "Mail send to " + select count(*) from table where
mailsend='y'



      5 response.redirect ("sendmail.aspx") ( this pageitself)



the problem is that , that I can not see the  div1 being refreshed . the
page is blank and the progress bar is going on .. the mails are
dispatching no problems with this.



Any ideas or any code available



Ankit

===================================
This list is hosted by DevelopMentor�  http://www.develop.com
Some .NET courses you may be interested in:

NEW! Guerrilla ASP.NET, 26 Jan 2004, in Los Angeles
http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to