Click here to Skip to main content
15,890,399 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCSS through Code behind Pin
Jaison Peter8-Mar-12 22:57
Jaison Peter8-Mar-12 22:57 
AnswerRe: CSS through Code behind Pin
Jaison Peter9-Mar-12 0:10
Jaison Peter9-Mar-12 0:10 
QuestionReportViewer shows blank on one computer, exporting works OK Pin
Luis Alonso Ramos8-Mar-12 6:06
Luis Alonso Ramos8-Mar-12 6:06 
QuestionValue not toggle in JavaScript alert box Pin
Jaison Peter7-Mar-12 23:50
Jaison Peter7-Mar-12 23:50 
AnswerRe: Value not toggle in JavaScript alert box Pin
Shameel8-Mar-12 1:16
professionalShameel8-Mar-12 1:16 
GeneralRe: Value not toggle in JavaScript alert box Pin
Jaison Peter8-Mar-12 18:41
Jaison Peter8-Mar-12 18:41 
AnswerRe: Value not toggle in JavaScript alert box Pin
Lakxman16-Mar-12 2:18
Lakxman16-Mar-12 2:18 
QuestionWeb service callback Pin
anishkannan7-Mar-12 21:57
anishkannan7-Mar-12 21:57 
hi,

I needs some clarification for webservice. The scenario is, i have to call a webservice interface. which is performed more than three minutes ( ftp file upload and download process done by that webservice). which is taking some times to complete.

So i used on the webservice proxy object property like

C#
service.Timeout = 1000*60*5


its okay for webservice communication.but until that time we have to wait in our asp page. for that i created separate thread for webservice invoke.( thread is containing the class object is singleton). so when i used timer every time the class has the value or not . if there, i will shown to to the page.

For this way, i have achieve my scenario. but incase, the user can close the page after invoke, in that case data's maintain the entire application ( The data stored in hashtable object as key and value)

Have any option for achieve webservice performing long time?
AnswerRe: Web service callback Pin
Abhinav S7-Mar-12 23:18
Abhinav S7-Mar-12 23:18 
GeneralRe: Web service callback Pin
anishkannan8-Mar-12 0:56
anishkannan8-Mar-12 0:56 
QuestionI can not understand what is the benefit of MVC Ninject ? Pin
Honeyboy_207-Mar-12 4:30
Honeyboy_207-Mar-12 4:30 
QuestionCalender popup missing Pin
Jaison Peter6-Mar-12 19:29
Jaison Peter6-Mar-12 19:29 
AnswerRe: Calender popup missing Pin
Joshua Omundson7-Mar-12 6:56
Joshua Omundson7-Mar-12 6:56 
GeneralRe: Calender popup missing Pin
Jaison Peter7-Mar-12 23:55
Jaison Peter7-Mar-12 23:55 
AnswerRe: Calender popup missing Pin
Lakxman16-Mar-12 2:25
Lakxman16-Mar-12 2:25 
QuestionWeb.Config & ConnectionString Pin
GenJerDan6-Mar-12 11:26
GenJerDan6-Mar-12 11:26 
AnswerRe: Web.Config & ConnectionString Pin
walterhevedeich6-Mar-12 18:57
professionalwalterhevedeich6-Mar-12 18:57 
GeneralRe: Web.Config & ConnectionString Pin
GenJerDan7-Mar-12 3:17
GenJerDan7-Mar-12 3:17 
QuestionRemotey access Exchange server 2003 Pin
abbasshaikh5-Mar-12 23:30
abbasshaikh5-Mar-12 23:30 
AnswerRe: Remotey access Exchange server 2003 Pin
hypermellow6-Mar-12 4:44
professionalhypermellow6-Mar-12 4:44 
QuestionHTML5 Player in ASP.NET Pin
ballameharmurali5-Mar-12 23:12
ballameharmurali5-Mar-12 23:12 
AnswerRe: HTML5 Player in ASP.NET Pin
thatraja6-Mar-12 3:38
professionalthatraja6-Mar-12 3:38 
GeneralRe: HTML5 Player in ASP.NET Pin
ballameharmurali6-Mar-12 17:50
ballameharmurali6-Mar-12 17:50 
QuestionGrid view Pin
hrishi3215-Mar-12 20:05
hrishi3215-Mar-12 20:05 
AnswerRe: Grid view Pin
Abhinav S5-Mar-12 21:08
Abhinav S5-Mar-12 21:08 

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.