Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
Getting the state of process in ASP.NET web application
alok kumar
7y
170
1
Reply
Hi Everyone,
I have a web page for importing excel sheet and create the items in DB. While creating I have to show the progress of item creation in a progress bar i.e. suppose a user imports sheet having 100 records and 10th record is inserting in to the DB. I have to refresh the status area of page after 2 second and show the following message and progress bar.
Processing 10 out of 100 record.
Also user can Cancel the import process any time. Please help me how will I get the following data:-
1. Which record is in process now?
2. On Cancel, how my import method will know that user has cancelled the import?
I am using MVC 5 in my web application.
Thanks in Advance,
Alok...
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
To decrease loading time for ASP.NET MVC application
Cascading Dropdownlist & ViewModel