Click here to Skip to main content
15,914,225 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Exception handling Approach Pin
Not Active8-Sep-06 3:09
mentorNot Active8-Sep-06 3:09 
AnswerRe: Exception handling Approach Pin
Ramasubramaniam8-Sep-06 3:39
Ramasubramaniam8-Sep-06 3:39 
QuestionFormsAuthentication Pin
cisco21037-Sep-06 13:41
cisco21037-Sep-06 13:41 
QuestionASP.Net 2.0 GridView inside Checkbox/Dropdown Pin
dsrao7-Sep-06 11:38
dsrao7-Sep-06 11:38 
QuestionSoapExtension and web service Pin
mjgofe297-Sep-06 9:09
mjgofe297-Sep-06 9:09 
QuestionConvert to PDF and Print on the fly Pin
Steve-o H.7-Sep-06 8:53
Steve-o H.7-Sep-06 8:53 
QuestionBuffering or Caching. Pin
deepaks37-Sep-06 8:24
deepaks37-Sep-06 8:24 
AnswerRe: Buffering or Caching. Pin
Guffa7-Sep-06 9:35
Guffa7-Sep-06 9:35 
You can hide elements while they are loading, and in the onload event of the page show them.

There is no such event for a part of a page, though. You would have to monitor the load status of each element of that part to determine when it's loaded.

Caching of images is done by the browser, and there is hardly any need to do any additional caching. Also, there is no way that you can store that kind of data from page to page, so to do any form of caching yourself, you would have to use something like a hidden frame.


---
b { font-weight: normal; }

GeneralRe: Buffering or Caching. Pin
deepaks37-Sep-06 9:53
deepaks37-Sep-06 9:53 
GeneralRe: Buffering or Caching. Pin
Jason Weibel7-Sep-06 10:57
Jason Weibel7-Sep-06 10:57 
GeneralRe: Buffering or Caching. Pin
Not Active7-Sep-06 12:08
mentorNot Active7-Sep-06 12:08 
AnswerRe: Buffering or Caching. Pin
Guffa7-Sep-06 13:01
Guffa7-Sep-06 13:01 
AnswerRe: Buffering or Caching. Pin
Not Active7-Sep-06 12:07
mentorNot Active7-Sep-06 12:07 
GeneralRe: Buffering or Caching. Pin
Amit Kumar G7-Sep-06 13:29
Amit Kumar G7-Sep-06 13:29 
GeneralRe: Buffering or Caching. Pin
Not Active7-Sep-06 15:05
mentorNot Active7-Sep-06 15:05 
QuestionSSL Connection? Pin
Jason Weibel7-Sep-06 8:10
Jason Weibel7-Sep-06 8:10 
AnswerRe: SSL Connection? Pin
Nick Parker11-Sep-06 5:01
protectorNick Parker11-Sep-06 5:01 
GeneralRe: SSL Connection? Pin
Jason Weibel11-Sep-06 5:19
Jason Weibel11-Sep-06 5:19 
GeneralRe: SSL Connection? Pin
Jason Weibel11-Sep-06 5:41
Jason Weibel11-Sep-06 5:41 
GeneralRe: SSL Connection? Pin
Jason Weibel11-Sep-06 6:24
Jason Weibel11-Sep-06 6:24 
QuestionCommon Application error in ASP.net Pin
Skanless7-Sep-06 6:20
Skanless7-Sep-06 6:20 
AnswerRe: Common Application error in ASP.net Pin
Guffa7-Sep-06 13:05
Guffa7-Sep-06 13:05 
AnswerRe: Common Application error in ASP.net Pin
Amit Kumar G7-Sep-06 13:31
Amit Kumar G7-Sep-06 13:31 
GeneralRe: Common Application error in ASP.net Pin
Skanless7-Sep-06 13:40
Skanless7-Sep-06 13:40 
GeneralRe: Common Application error in ASP.net Pin
Amit Kumar G7-Sep-06 17:14
Amit Kumar G7-Sep-06 17:14 

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.