Click here to Skip to main content
15,905,874 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: What exactly Difference between Application and Session ? Pin
Dinesh Mani6-Dec-09 20:30
Dinesh Mani6-Dec-09 20:30 
GeneralRe: What exactly Difference between Application and Session ? Pin
Abhijit Jana6-Dec-09 20:42
professionalAbhijit Jana6-Dec-09 20:42 
GeneralRe: What exactly Difference between Application and Session ? Pin
Dinesh Mani6-Dec-09 20:49
Dinesh Mani6-Dec-09 20:49 
Question[Message Deleted] Pin
Dhisni De Costa6-Dec-09 14:02
Dhisni De Costa6-Dec-09 14:02 
AnswerRe: “Publisher could not be verified” Error message Pin
Abhijit Jana6-Dec-09 18:20
professionalAbhijit Jana6-Dec-09 18:20 
GeneralRe: “Publisher could not be verified” Error message Pin
Dhisni De Costa6-Dec-09 18:32
Dhisni De Costa6-Dec-09 18:32 
QuestionDistinguishing dialup users from broadband users without javascript Pin
Dennis Dykstra6-Dec-09 8:38
Dennis Dykstra6-Dec-09 8:38 
AnswerRe: Distinguishing dialup users from broadband users without javascript Pin
Abhishek Sur6-Dec-09 10:27
professionalAbhishek Sur6-Dec-09 10:27 
Hey... Believe me .. this should be in your own blog post.

While reading each of the scenarios.. whatever solution that comes in mind is already tried by you. Really if you dont flush your buffered output, it doesnt goes to the browser and the browser instead of downloading, it actually waits for response.

Now if you are dealing with full postbacks, it is hard to use javascript. You might try partial postback using AJAX as well if possible to determine using Javascript. But I am really not sure if it can give you the exact download speed.

I think it is always better to have multiple ajax call (Just what gmail does) so that from the first call, it starts a timer in javascript (Say using SetInterval) and after a certain timeout for the timer, you show a message to switch to html view. This might be a good way of doing this.

Smile | :)

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

GeneralRe: Distinguishing dialup users from broadband users without javascript Pin
Dennis Dykstra6-Dec-09 14:00
Dennis Dykstra6-Dec-09 14:00 
GeneralRe: Distinguishing dialup users from broadband users without javascript Pin
Abhishek Sur6-Dec-09 20:58
professionalAbhishek Sur6-Dec-09 20:58 
QuestionServing multiple ads on single ad using AdRotator Pin
Krishhhhhhhhhhhhhh6-Dec-09 8:02
Krishhhhhhhhhhhhhh6-Dec-09 8:02 
AnswerRe: Serving multiple ads on single ad using AdRotator Pin
Abhishek Sur6-Dec-09 9:16
professionalAbhishek Sur6-Dec-09 9:16 
GeneralRe: Serving multiple ads on single ad using AdRotator Pin
Krishhhhhhhhhhhhhh6-Dec-09 19:16
Krishhhhhhhhhhhhhh6-Dec-09 19:16 
GeneralRe: Serving multiple ads on single ad using AdRotator Pin
Abhishek Sur6-Dec-09 20:56
professionalAbhishek Sur6-Dec-09 20:56 
GeneralRe: Serving multiple ads on single ad using AdRotator Pin
Krishhhhhhhhhhhhhh6-Dec-09 21:58
Krishhhhhhhhhhhhhh6-Dec-09 21:58 
QuestionHelp me update product [modified] Pin
trinhitc6-Dec-09 6:08
trinhitc6-Dec-09 6:08 
AnswerRe: Help me update product Pin
Abhishek Sur6-Dec-09 8:09
professionalAbhishek Sur6-Dec-09 8:09 
AnswerRe: Help me update product Pin
Krishhhhhhhhhhhhhh6-Dec-09 8:11
Krishhhhhhhhhhhhhh6-Dec-09 8:11 
QuestionNeed help with converting Chart().DataFormula outputs into an array/arraylist Pin
James Shao6-Dec-09 5:14
James Shao6-Dec-09 5:14 
QuestionThe problem of usng IIS for publishing ASP.net website Pin
Seraph_summer6-Dec-09 3:35
Seraph_summer6-Dec-09 3:35 
AnswerRe: The problem of usng IIS for publishing ASP.net website Pin
Abhijit Jana6-Dec-09 7:16
professionalAbhijit Jana6-Dec-09 7:16 
GeneralRe: The problem of usng IIS for publishing ASP.net website Pin
Seraph_summer7-Dec-09 9:31
Seraph_summer7-Dec-09 9:31 
GeneralRe: The problem of usng IIS for publishing ASP.net website Pin
Seraph_summer7-Dec-09 9:49
Seraph_summer7-Dec-09 9:49 
QuestionImport data from Xml to sql in vs2003 Pin
<<Tash18>>6-Dec-09 1:28
<<Tash18>>6-Dec-09 1:28 
AnswerRe: Import data from Xml to sql in vs2003 Pin
N a v a n e e t h6-Dec-09 2:22
N a v a n e e t h6-Dec-09 2:22 

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.