Click here to Skip to main content
15,913,941 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralCleaning Files on browser's close button Pin
Ashwani vishwakarma5-Sep-12 6:37
Ashwani vishwakarma5-Sep-12 6:37 
QuestionRe: Cleaning Files on browser's close button Pin
Pete O'Hanlon5-Sep-12 6:48
mvePete O'Hanlon5-Sep-12 6:48 
QuestionLet my support users log on as they where a regular customer user Pin
anderslundsgard5-Sep-12 5:53
anderslundsgard5-Sep-12 5:53 
Questiongrid view Pin
Member 93914185-Sep-12 3:09
Member 93914185-Sep-12 3:09 
AnswerRe: grid view Pin
Sandeep Mewara5-Sep-12 4:48
mveSandeep Mewara5-Sep-12 4:48 
QuestionProblem in property grid Pin
Soni_moni4-Sep-12 18:11
Soni_moni4-Sep-12 18:11 
AnswerRe: Problem in property grid Pin
Sandeep Mewara4-Sep-12 19:05
mveSandeep Mewara4-Sep-12 19:05 
Questioncan one asp custom validator control be used for multiple controls Pin
PP from bangalore4-Sep-12 9:06
PP from bangalore4-Sep-12 9:06 
QuestionLabel Value Using JavaScript Pin
pknarun4-Sep-12 3:22
pknarun4-Sep-12 3:22 
AnswerRe: Label Value Using JavaScript Pin
Sandeep Mewara4-Sep-12 19:28
mveSandeep Mewara4-Sep-12 19:28 
QuestionRdlc Pin
ashwani Kumar Una3-Sep-12 22:27
ashwani Kumar Una3-Sep-12 22:27 
AnswerRe: Rdlc Pin
Sandeep Mewara4-Sep-12 19:31
mveSandeep Mewara4-Sep-12 19:31 
Questionupdating multiple tables,dataadapter,transaction Pin
SaturnPlanet3-Sep-12 6:54
SaturnPlanet3-Sep-12 6:54 
QuestionCrystal Report Pin
ashwani Kumar Una3-Sep-12 4:10
ashwani Kumar Una3-Sep-12 4:10 
AnswerRe: Crystal Report Pin
Wes Aday3-Sep-12 5:07
professionalWes Aday3-Sep-12 5:07 
GeneralRe: Crystal Report Pin
ashwani Kumar Una6-Oct-12 3:32
ashwani Kumar Una6-Oct-12 3:32 
GeneralRe: Crystal Report Pin
Wes Aday6-Oct-12 3:37
professionalWes Aday6-Oct-12 3:37 
AnswerRe: Crystal Report Pin
Sandeep Mewara3-Sep-12 19:09
mveSandeep Mewara3-Sep-12 19:09 
QuestionDetailed progress report question... Pin
JD862-Sep-12 16:18
JD862-Sep-12 16:18 
I'm working on a web application that allows you to import an excel spreadsheet with a list of users. When importing this spreadsheet what it does is creates users in active directory and then enables the user mailbox in Exchange.

I'm more a Windows developer but what I'm wanting is to display a progress percentage and text on what user it is on and a list of ones that may have failed.

I've done some googling and found a lot of information on this topic (http://msdn.microsoft.com/en-us/magazine/cc163553.aspx[^] and even Use the Asynchronous Power of ASP.NET to Create a Simple, Reusable Page for Displaying a Processing Message[^]).

What I am wanting to know is which of these would be a better option for what I'm trying to do? Would creating a web service that reports the progress be best?

If I do a web service would it work like this:
1) User submits list of users to Web Service
2) Web service gets list and returns a Guid to page
3) Page redirects to another webpage with the guid session variable or query string
4) Web service starts the task and logs its progress to a SQL database
5) Page constantly refreshes (every 1 or 2 seconds), pulling the latest information regarding that GUID from the database and displaying it.
6) Web service logs the "COMPLETED" task in the database
7) Web page receives the "COMPLETED" information from the database and stops refreshing..


Sorry for the novice questions on this topic.. just wanting to make sure I have the workflow correct
AnswerRe: Detailed progress report question... Pin
jkirkerx2-Sep-12 17:58
professionaljkirkerx2-Sep-12 17:58 
GeneralRe: Detailed progress report question... Pin
JD869-Sep-12 7:53
JD869-Sep-12 7:53 
GeneralRe: Detailed progress report question... Pin
jkirkerx9-Sep-12 11:25
professionaljkirkerx9-Sep-12 11:25 
GeneralRe: Detailed progress report question... Pin
JD869-Sep-12 15:31
JD869-Sep-12 15:31 
GeneralRe: Detailed progress report question... Pin
jkirkerx9-Sep-12 17:52
professionaljkirkerx9-Sep-12 17:52 
QuestionSetting the height of an textarea on the fly Pin
PP from bangalore2-Sep-12 2:54
PP from bangalore2-Sep-12 2:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.