Click here to Skip to main content
15,903,388 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Check Caps Lock Status Pin
Christian Graus31-Oct-09 11:23
protectorChristian Graus31-Oct-09 11:23 
QuestionCrystal Report - Page With Exceeds When Run from IIS, Runs OK From VS 2008 Pin
BhavinBhatt30-Oct-09 19:57
BhavinBhatt30-Oct-09 19:57 
QuestionHelp About the posting the large amount data through the HTTP POST Method Pin
Deepak the Cool30-Oct-09 19:24
Deepak the Cool30-Oct-09 19:24 
AnswerRe: Help About the posting the large amount data through the HTTP POST Method Pin
Christian Graus30-Oct-09 19:26
protectorChristian Graus30-Oct-09 19:26 
GeneralRe: Help About the posting the large amount data through the HTTP POST Method Pin
Deepak the Cool30-Oct-09 19:46
Deepak the Cool30-Oct-09 19:46 
GeneralRe: Help About the posting the large amount data through the HTTP POST Method Pin
Christian Graus30-Oct-09 20:08
protectorChristian Graus30-Oct-09 20:08 
GeneralRe: Help About the posting the large amount data through the HTTP POST Method Pin
Deepak the Cool30-Oct-09 20:23
Deepak the Cool30-Oct-09 20:23 
GeneralRe: Help About the posting the large amount data through the HTTP POST Method Pin
N a v a n e e t h30-Oct-09 21:10
N a v a n e e t h30-Oct-09 21:10 
Your design is confusing. Here is my suggestion though.

Don't call web service from your ASP.NET application as it is taking long time. Delegate this task to the background service. You may need to create a database table in which all the records that has to be processed should reside. Your ASP.NET application has to insert rows into this table and background service should poll this table regularly. Get the data from this table and call required webservice.

Smile | :)

Best wishes,
Navaneeth

GeneralRe: Help About the posting the large amount data through the HTTP POST Method Pin
Deepak the Cool30-Oct-09 21:16
Deepak the Cool30-Oct-09 21:16 
GeneralRe: Help About the posting the large amount data through the HTTP POST Method Pin
N a v a n e e t h30-Oct-09 21:19
N a v a n e e t h30-Oct-09 21:19 
AnswerRe: Help About the posting the large amount data through the HTTP POST Method Pin
Jaiprakash M Bankolli31-Oct-09 5:21
Jaiprakash M Bankolli31-Oct-09 5:21 
QuestionRegarding page execution Pin
vijaylumar30-Oct-09 18:25
vijaylumar30-Oct-09 18:25 
AnswerRe: Regarding page execution Pin
N a v a n e e t h30-Oct-09 18:38
N a v a n e e t h30-Oct-09 18:38 
GeneralRe: Regarding page execution Pin
vijaylumar30-Oct-09 18:45
vijaylumar30-Oct-09 18:45 
GeneralRe: Regarding page execution Pin
Jaiprakash M Bankolli30-Oct-09 18:56
Jaiprakash M Bankolli30-Oct-09 18:56 
GeneralRe: Regarding page execution Pin
vijaylumar30-Oct-09 19:00
vijaylumar30-Oct-09 19:00 
GeneralRe: Regarding page execution Pin
Jaiprakash M Bankolli30-Oct-09 19:06
Jaiprakash M Bankolli30-Oct-09 19:06 
GeneralRe: Regarding page execution Pin
vijaylumar30-Oct-09 19:26
vijaylumar30-Oct-09 19:26 
GeneralRe: Regarding page execution Pin
Jaiprakash M Bankolli31-Oct-09 2:05
Jaiprakash M Bankolli31-Oct-09 2:05 
GeneralRe: Regarding page execution Pin
vijaylumar31-Oct-09 20:23
vijaylumar31-Oct-09 20:23 
GeneralRe: Regarding page execution Pin
Jaiprakash M Bankolli31-Oct-09 20:35
Jaiprakash M Bankolli31-Oct-09 20:35 
GeneralRe: Regarding page execution Pin
vijaylumar30-Oct-09 18:51
vijaylumar30-Oct-09 18:51 
QuestionHELP! Can't figure out how to add a UserControl to a Page (from the same project) Pin
swampwiz30-Oct-09 9:15
swampwiz30-Oct-09 9:15 
AnswerRe: HELP! Can't figure out how to add a UserControl to a Page (from the same project) Pin
Christian Graus30-Oct-09 9:29
protectorChristian Graus30-Oct-09 9:29 
AnswerRe: HELP! Can't figure out how to add a UserControl to a Page (from the same project) Pin
AlexeiXX330-Oct-09 10:01
AlexeiXX330-Oct-09 10:01 

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.