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

ASP.NET

 
QuestionRepeatColumn(gridview and datalist) Pin
M.V29-Oct-07 23:30
M.V29-Oct-07 23:30 
QuestionProblem with gridview again Pin
Zoltan Aszalos29-Oct-07 23:29
Zoltan Aszalos29-Oct-07 23:29 
QuestionDisplay data as soon as it comes Pin
sood_is_in29-Oct-07 23:26
sood_is_in29-Oct-07 23:26 
AnswerRe: Display data as soon as it comes Pin
pmarfleet29-Oct-07 23:37
pmarfleet29-Oct-07 23:37 
GeneralRe: Display data as soon as it comes Pin
sood_is_in29-Oct-07 23:45
sood_is_in29-Oct-07 23:45 
GeneralRe: Display data as soon as it comes Pin
pmarfleet29-Oct-07 23:59
pmarfleet29-Oct-07 23:59 
GeneralRe: Display data as soon as it comes Pin
sood_is_in30-Oct-07 0:08
sood_is_in30-Oct-07 0:08 
GeneralRe: Display data as soon as it comes Pin
pmarfleet30-Oct-07 0:26
pmarfleet30-Oct-07 0:26 
You can still use Response.Buffer = false; to disable buffering of output in ASP.NET.

In your example, the database query is executed synchronously. The ASP code has to wait for it to fully complete. Disabling buffering just means that a partial response can be sent to the client instead of being accumulated on the server and flushed out in 1 go.

Paul Marfleet

GeneralRe: Display data as soon as it comes Pin
sood_is_in30-Oct-07 0:32
sood_is_in30-Oct-07 0:32 
GeneralRe: Display data as soon as it comes Pin
pmarfleet30-Oct-07 2:30
pmarfleet30-Oct-07 2:30 
Questiongridview calculations in java-script Pin
Sonia Gupta29-Oct-07 23:14
Sonia Gupta29-Oct-07 23:14 
AnswerRe: gridview calculations in java-script Pin
soni uma29-Oct-07 23:28
soni uma29-Oct-07 23:28 
GeneralRe: gridview calculations in java-script Pin
Sonia Gupta29-Oct-07 23:42
Sonia Gupta29-Oct-07 23:42 
GeneralRe: gridview calculations in java-script Pin
soni uma30-Oct-07 0:41
soni uma30-Oct-07 0:41 
AnswerRe: gridview calculations in java-script Pin
InsDev29-Oct-07 23:32
InsDev29-Oct-07 23:32 
GeneralRe: gridview calculations in java-script Pin
Sonia Gupta29-Oct-07 23:43
Sonia Gupta29-Oct-07 23:43 
GeneralRe: gridview calculations in java-script Pin
InsDev29-Oct-07 23:47
InsDev29-Oct-07 23:47 
GeneralRe: gridview calculations in java-script Pin
Sonia Gupta29-Oct-07 23:52
Sonia Gupta29-Oct-07 23:52 
GeneralRe: gridview calculations in java-script Pin
InsDev30-Oct-07 0:02
InsDev30-Oct-07 0:02 
GeneralRe: gridview calculations in java-script Pin
Sonia Gupta30-Oct-07 0:07
Sonia Gupta30-Oct-07 0:07 
GeneralRe: gridview calculations in java-script Pin
InsDev30-Oct-07 0:09
InsDev30-Oct-07 0:09 
GeneralRe: gridview calculations in java-script Pin
Sonia Gupta30-Oct-07 0:13
Sonia Gupta30-Oct-07 0:13 
GeneralRe: gridview calculations in java-script Pin
InsDev30-Oct-07 0:16
InsDev30-Oct-07 0:16 
GeneralRe: gridview calculations in java-script Pin
Sonia Gupta30-Oct-07 0:18
Sonia Gupta30-Oct-07 0:18 
AnswerRe: gridview calculations in java-script Pin
InsDev29-Oct-07 23:45
InsDev29-Oct-07 23:45 

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.