Click here to Skip to main content
15,903,203 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hai,

We have an sms panel for sending sms..

In that panel We have an option to upload excel sheet..That excel sheet contains more than 100000 mobile numbers..

There is one button like submit.. after clicking on submit we need to send sms with some content to that mobile numbers.

Main Issue:
--------------



After uploading excel sheet when i click submit button it was taking 3 to 4 hours time.. what i mean some performence issue is going on...



How to resolve it in asp.net.


I need solution like when i click on submit button. we need to show some message to user llike thank you for submitting.. and after that the backend process was going on like that....
Posted
Comments
karthik Udhayakumar 25-Jan-14 22:37pm    
The Requirement looks intresting can you pls share the code to guide you further

1 solution

Quote:
After uploading excel sheet when i click submit button it was taking 3 to 4 hours time


You can refer the below link which can be useful to execute the SMS asynchronously in the background. In the link its used in Bulk mail sending that you replace with SMS sending logic .

http://www.aspsnippets.com/Articles/How-to-send-email-Asynchronously-in-ASPNet-using-Background-Thread.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900