Click here to Skip to main content
15,895,815 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Storing a value from datagrid in a variable? Pin
Sandeep Akhare10-Jul-06 1:06
Sandeep Akhare10-Jul-06 1:06 
GeneralRe: Storing a value from datagrid in a variable? Pin
_AK_10-Jul-06 1:09
_AK_10-Jul-06 1:09 
AnswerRe: Storing a value from datagrid in a variable? Pin
postmaster@programmingknowledge.com10-Jul-06 17:49
postmaster@programmingknowledge.com10-Jul-06 17:49 
GeneralRe: Storing a value from datagrid in a variable? Pin
blurMember10-Jul-06 20:43
blurMember10-Jul-06 20:43 
QuestionHow to display the contents of database in horizontal manner Pin
khanrizuxx10-Jul-06 0:02
khanrizuxx10-Jul-06 0:02 
AnswerRe: How to display the contents of database in horizontal manner Pin
_AK_10-Jul-06 0:42
_AK_10-Jul-06 0:42 
GeneralRe: How to display the contents of database in horizontal manner Pin
khanrizuxx10-Jul-06 0:46
khanrizuxx10-Jul-06 0:46 
GeneralRe: How to display the contents of database in horizontal manner Pin
_AK_10-Jul-06 0:57
_AK_10-Jul-06 0:57 
GeneralRe: How to display the contents of database in horizontal manner Pin
khanrizuxx10-Jul-06 1:04
khanrizuxx10-Jul-06 1:04 
GeneralRe: How to display the contents of database in horizontal manner Pin
_AK_10-Jul-06 1:05
_AK_10-Jul-06 1:05 
GeneralRe: How to display the contents of database in horizontal manner Pin
Amit Agarrwal10-Jul-06 1:29
Amit Agarrwal10-Jul-06 1:29 
GeneralRe: How to display the contents of database in horizontal manner Pin
_AK_10-Jul-06 1:38
_AK_10-Jul-06 1:38 
GeneralRe: How to display the contents of database in horizontal manner Pin
Amit Agarrwal10-Jul-06 2:03
Amit Agarrwal10-Jul-06 2:03 
GeneralRe: How to display the contents of database in horizontal manner Pin
_AK_10-Jul-06 2:26
_AK_10-Jul-06 2:26 
GeneralRe: How to display the contents of database in horizontal manner Pin
Amit Agarrwal10-Jul-06 2:57
Amit Agarrwal10-Jul-06 2:57 
GeneralRe: How to display the contents of database in horizontal manner Pin
_AK_10-Jul-06 3:08
_AK_10-Jul-06 3:08 
GeneralRe: How to display the contents of database in horizontal manner Pin
Amit Agarrwal10-Jul-06 3:17
Amit Agarrwal10-Jul-06 3:17 
QuestionTransfer file form Server to server Pin
nmandaliya9-Jul-06 23:25
nmandaliya9-Jul-06 23:25 
AnswerRe: Transfer file form Server to server Pin
Paddy Boyd9-Jul-06 23:58
Paddy Boyd9-Jul-06 23:58 
Questionkeypress event Pin
kamalika_kk9-Jul-06 23:13
kamalika_kk9-Jul-06 23:13 
AnswerRe: keypress event Pin
mnaveed9-Jul-06 23:43
mnaveed9-Jul-06 23:43 
QuestionXMLHTTP calls Pin
gruvis9-Jul-06 22:57
gruvis9-Jul-06 22:57 
Hello

I'm trying to develop a web site which should implement a very high performance Drag N' Drop technology – as soon as the user drops some item somewhere on screen the data should be updated by server. For this reason, I've decided to use the some background XMLHTTP calls technique (to be more accurate I'm using OutPost which is an advanced AJAX technique).
According to this technique, as soon as the user drops the item somewhere on screen, some initial data is shown immediately, and then by some background XMLHTTP calls, I should continue updating this item.
Since I've heard that XMLHTTP is being processed by a single thread operation and can not use two XMLHTTP calls at the same time, what will happen in case the user try to make another operation while updating data and I need the XMLHTTP object for another mission?
Is there any other way to connect or work parallel against server without rendering or refreshing the page?
Alternatively, is there any way to tell XMLHTTP to stop process, so I can start a new one?
For example: in case know Google Earth, while pointing some place on screen, it goes there, and continue updating data for few seconds until work is done. In case you try to go somewhere else during updating – updating stops immediately, goes to the new place and start updating the new place.

I'll be appreciate for some answers


Thanks in advance

RUVI
AnswerRe: XMLHTTP calls Pin
RichardGrimmer11-Jul-06 5:24
RichardGrimmer11-Jul-06 5:24 
GeneralRe: XMLHTTP calls Pin
gruvis12-Jul-06 2:55
gruvis12-Jul-06 2:55 
QuestionMultilingual Support in ASP.NET Pin
Spykraft9-Jul-06 21:27
Spykraft9-Jul-06 21:27 

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.