Click here to Skip to main content
15,885,546 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: rating calculation Pin
Abhijit Jana17-Dec-08 0:58
professionalAbhijit Jana17-Dec-08 0:58 
AnswerRe: rating calculation Pin
Paul Conrad17-Dec-08 5:39
professionalPaul Conrad17-Dec-08 5:39 
AnswerRe: rating calculation Pin
Christian Graus17-Dec-08 8:59
protectorChristian Graus17-Dec-08 8:59 
QuestionPage loading. Pin
Nanda_MR16-Dec-08 23:27
Nanda_MR16-Dec-08 23:27 
AnswerRe: Page loading. Pin
N a v a n e e t h17-Dec-08 0:03
N a v a n e e t h17-Dec-08 0:03 
GeneralRe: Page loading. Pin
Nanda_MR17-Dec-08 0:21
Nanda_MR17-Dec-08 0:21 
GeneralRe: Page loading. Pin
N a v a n e e t h17-Dec-08 0:43
N a v a n e e t h17-Dec-08 0:43 
GeneralRe: Page loading. Pin
Pr@teek B@h!18-Dec-08 4:49
Pr@teek B@h!18-Dec-08 4:49 
I agree that the browser sends multiple requests in parallel but there is a procedure to it.
It first sends the request to get the web pages. Then once it receives the response for those web pages, it then sends the request to receive the resources for the web page.

Lets say, you have a default.aspx page that consists of image1.jpg and a main.aspx page that consists of image2.jpg. The browser will first send the request to get default.aspx and main.aspx. Once it receives the response for default.aspx, depending on what the response is, it will send the request for image1.jpg. Same goes for main.aspx i.e. once it receives the response for default.aspx, depending on what the response is, it will send the request for image2.jpg.

Prateek
GeneralRe: Page loading. Pin
N a v a n e e t h19-Dec-08 20:02
N a v a n e e t h19-Dec-08 20:02 
GeneralRe: Page loading. Pin
Pr@teek B@h!22-Dec-08 2:56
Pr@teek B@h!22-Dec-08 2:56 
GeneralRe: Page loading. Pin
Pr@teek B@h!17-Dec-08 8:18
Pr@teek B@h!17-Dec-08 8:18 
GeneralRe: Page loading. Pin
Nanda_MR17-Dec-08 17:04
Nanda_MR17-Dec-08 17:04 
GeneralRe: Page loading. Pin
Pr@teek B@h!18-Dec-08 4:30
Pr@teek B@h!18-Dec-08 4:30 
GeneralRe: Page loading....might have an idea Pin
Pr@teek B@h!18-Dec-08 4:37
Pr@teek B@h!18-Dec-08 4:37 
Questionjavascript - checkbox should be enable when input given in the textbox but while page load checkbox is disable Pin
anuvarshini1216-Dec-08 22:10
anuvarshini1216-Dec-08 22:10 
AnswerRe: javascript - checkbox should be enable when input given in the textbox but while page load checkbox is disable Pin
sampath0916-Dec-08 22:15
sampath0916-Dec-08 22:15 
GeneralRe: javascript - checkbox should be enable when input given in the textbox but while page load checkbox is disable Pin
sampath0916-Dec-08 22:16
sampath0916-Dec-08 22:16 
AnswerRe: javascript - checkbox should be enable when input given in the textbox but while page load checkbox is disable Pin
sampath0916-Dec-08 22:17
sampath0916-Dec-08 22:17 
GeneralRe: javascript - checkbox should be enable when input given in the textbox but while page load checkbox is disable Pin
Abhijit Jana17-Dec-08 0:52
professionalAbhijit Jana17-Dec-08 0:52 
AnswerRe: javascript - checkbox should be enable when input given in the textbox but while page load checkbox is disable Pin
Nishant Singh17-Dec-08 0:58
Nishant Singh17-Dec-08 0:58 
GeneralRe: javascript - checkbox should be enable when input given in the textbox but while page load checkbox is disable Pin
anuvarshini1217-Dec-08 18:35
anuvarshini1217-Dec-08 18:35 
Questionselecting a row programatically via Button Pin
laziale16-Dec-08 22:09
laziale16-Dec-08 22:09 
AnswerRe: selecting a row programatically via Button Pin
Brij16-Dec-08 22:19
mentorBrij16-Dec-08 22:19 
GeneralRe: selecting a row programatically via Button Pin
laziale16-Dec-08 22:24
laziale16-Dec-08 22:24 
AnswerRe: selecting a row programatically via Button Pin
Brij16-Dec-08 23:21
mentorBrij16-Dec-08 23:21 

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.