Click here to Skip to main content
15,891,828 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: mozilla is not supporting Pin
Guffa21-Jun-07 3:49
Guffa21-Jun-07 3:49 
GeneralRe: mozilla is not supporting Pin
N a v a n e e t h21-Jun-07 4:03
N a v a n e e t h21-Jun-07 4:03 
AnswerRe: mozilla is not supporting Pin
Guffa21-Jun-07 4:13
Guffa21-Jun-07 4:13 
GeneralRe: mozilla is not supporting Pin
N a v a n e e t h21-Jun-07 4:18
N a v a n e e t h21-Jun-07 4:18 
QuestionMs Soap Toolkit 3.0 and complex data types. Pin
karanba21-Jun-07 0:18
karanba21-Jun-07 0:18 
QuestionHow do I avoid flickering images in my page? Pin
ErikZ20-Jun-07 23:01
ErikZ20-Jun-07 23:01 
AnswerRe: How do I avoid flickering images in my page? Pin
Christian Graus21-Jun-07 0:47
protectorChristian Graus21-Jun-07 0:47 
AnswerRe: How do I avoid flickering images in my page? Pin
Guffa21-Jun-07 3:58
Guffa21-Jun-07 3:58 
Your problem is that the code in the update panel is loaded, and after that the image starts to load.

Instead you can preload the image using Javascript and then just change the src property of the image tag. That way the image is already loaded when you switch, and the html doesn't change so there is no re-rendering of the page.

Make a web page that generates the image and only returns the image data to the browser using Response.BinaryWrite. That way you integrate the call to the server and the loading of the image into one step, elliminating the need for AJAX to run the image generation on the server.

---
single minded; short sighted; long gone;

Questionimage onclick event is not working Pin
Shoaib Hussain20-Jun-07 23:00
Shoaib Hussain20-Jun-07 23:00 
QuestionReg:Component Pin
princy_cute20-Jun-07 22:49
princy_cute20-Jun-07 22:49 
QuestionDrop Down Codes Pin
UpdateMe20-Jun-07 20:18
UpdateMe20-Jun-07 20:18 
AnswerRe: Drop Down Codes Pin
Johnny ²20-Jun-07 21:27
Johnny ²20-Jun-07 21:27 
QuestionCross domain webservice call from client code Pin
amitar2720-Jun-07 16:07
amitar2720-Jun-07 16:07 
AnswerRe: Cross domain webservice call from client code Pin
JimmyRopes20-Jun-07 17:40
professionalJimmyRopes20-Jun-07 17:40 
AnswerRe: Cross domain webservice call from client code Pin
Justin Williams22-Jun-07 9:14
Justin Williams22-Jun-07 9:14 
QuestionProblem using Wzzip from a .Net web page Pin
mad_cow20-Jun-07 3:27
mad_cow20-Jun-07 3:27 
AnswerRe: Problem using Wzzip from a .Net web page Pin
Christian Graus20-Jun-07 12:39
protectorChristian Graus20-Jun-07 12:39 
GeneralRe: Problem using Wzzip from a .Net web page Pin
mad_cow21-Jun-07 6:22
mad_cow21-Jun-07 6:22 
AnswerRe: Problem using Wzzip from a .Net web page Pin
Shog920-Jun-07 18:09
sitebuilderShog920-Jun-07 18:09 
GeneralRe: Problem using Wzzip from a .Net web page Pin
mad_cow22-Jun-07 7:49
mad_cow22-Jun-07 7:49 
Questionhow to write Recoedset in Excel sheet Pin
rajnish_haldiya20-Jun-07 2:59
rajnish_haldiya20-Jun-07 2:59 
AnswerRe: how to write Recoedset in Excel sheet Pin
PrakashBhaskar20-Jun-07 18:11
PrakashBhaskar20-Jun-07 18:11 
GeneralRe: how to write Recoedset in Excel sheet Pin
mad_cow21-Jun-07 7:19
mad_cow21-Jun-07 7:19 
Questionnavigation. Pin
hkchauhan20-Jun-07 2:31
hkchauhan20-Jun-07 2:31 
AnswerRe: navigation. Pin
Vasudevan Deepak Kumar20-Jun-07 2:42
Vasudevan Deepak Kumar20-Jun-07 2:42 

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.