Click here to Skip to main content
15,891,253 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
GeneralRe: Setting the height of an textarea on the fly Pin
jkirkerx2-Sep-12 9:47
professionaljkirkerx2-Sep-12 9:47 
QuestionURL or goto.aspx?URL Pin
Jassim Rahma1-Sep-12 3:15
Jassim Rahma1-Sep-12 3:15 
AnswerRe: URL or goto.aspx?URL Pin
Eddy Vluggen1-Sep-12 3:59
professionalEddy Vluggen1-Sep-12 3:59 
AnswerRe: URL or goto.aspx?URL Pin
JeeLaso3-Sep-12 16:38
JeeLaso3-Sep-12 16:38 
QuestionAsp.net system. diagnostics.process access denied Pin
RajavelK1-Sep-12 2:58
RajavelK1-Sep-12 2:58 
AnswerRe: Asp.net system. diagnostics.process access denied Pin
Eddy Vluggen1-Sep-12 3:57
professionalEddy Vluggen1-Sep-12 3:57 
Questionasp c# Pin
ajis23261-Sep-12 1:25
ajis23261-Sep-12 1:25 
AnswerRe: asp c# Pin
Richard MacCutchan1-Sep-12 2:35
mveRichard MacCutchan1-Sep-12 2:35 
AnswerRe: asp c# Pin
Sandeep Mewara1-Sep-12 10:34
mveSandeep Mewara1-Sep-12 10:34 
QuestionSlideShowExtender Pin
pknarun31-Aug-12 21:35
pknarun31-Aug-12 21:35 
Questionhow to display the gridview content Pin
kumaranvnr31-Aug-12 19:03
kumaranvnr31-Aug-12 19:03 

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.