Click here to Skip to main content
15,886,835 members
Home / Discussions / Web Development
   

Web Development

 
QuestionNNTP question about getting new headers Pin
nm_1145-Jul-07 20:57
nm_1145-Jul-07 20:57 
QuestionHow to save textbox value in session on onblur event of textobx Pin
rahul.net115-Jul-07 20:38
rahul.net115-Jul-07 20:38 
AnswerRe: How to save textbox value in session on onblur event of textobx Pin
Fred_Smith6-Jul-07 3:44
Fred_Smith6-Jul-07 3:44 
AnswerRe: How to save textbox value in session on onblur event of textobx Pin
Christian Graus6-Jul-07 4:07
protectorChristian Graus6-Jul-07 4:07 
QuestionCopy Row Help Pin
Sachin Pimpale5-Jul-07 20:06
Sachin Pimpale5-Jul-07 20:06 
QuestionCSS Parent Selector Pin
eggie55-Jul-07 18:23
eggie55-Jul-07 18:23 
AnswerRe: CSS Parent Selector Pin
Guffa6-Jul-07 8:53
Guffa6-Jul-07 8:53 
QuestionSaving picture on webpage problem. [modified] Pin
Junior Boy5-Jul-07 16:40
Junior Boy5-Jul-07 16:40 
I really have no idear how I get html file when I am
trying to save chart picture on my webpage.

This is the problem look like..
I sent some variables from page "A" to page "B"
those values i need in creating chart process.
It worked fine through showing the chart picture and when
I moved mouse over the picture it shows the diskette icon
to save picture and then I clicked save I got the html file
it was "A" webpage. And sound funny every page that i linked
from page "A" it got the same problem example page "C" it didn't
get any variable from page "A" but it still got the same problem
but again when I try to view only page C by set
[Set As Start Page] property and then clicked run then I tried
to save the picture again it work fine!!!
I don't really understand which part of page "A" that make
every page doesn't work right ????

What's causing the problem?

Oh.. I need to tell you that the first two times it doesn't
cause any problem but other times I will get this problem.

Here is example code the most likely I wrote...
==========================================================================
Graphics g;
Bitmap b = new Bitmap(300, 499);
g = Graphics.FromImage(b);
Response.ContentType = "Image/Gif";
        
g.Clear(Color.Transparent);
g.FillRectangle(new SolidBrush(Color.Black), 0, 0, 300, 499);
b.Save(Response.OutputStream, ImageFormat.Gif);
b.Dispose();
g.Dispose();
==========================================================================

Any suggestion will be really appreciate,sir.
Thank you million,



-- modified at 22:49 Thursday 5th July, 2007

junior boy

AnswerRe: Saving picture on webpage problem. Pin
Fred_Smith6-Jul-07 3:36
Fred_Smith6-Jul-07 3:36 
GeneralRe: Saving picture on webpage problem. Pin
Junior Boy6-Jul-07 5:23
Junior Boy6-Jul-07 5:23 
GeneralRe: Saving picture on webpage problem. Pin
Fred_Smith6-Jul-07 5:55
Fred_Smith6-Jul-07 5:55 
GeneralRe: Saving picture on webpage problem. Pin
Junior Boy6-Jul-07 6:25
Junior Boy6-Jul-07 6:25 
Question"Classic" ASP Form Behavior Pin
#realJSOP5-Jul-07 10:20
mve#realJSOP5-Jul-07 10:20 
AnswerRe: "Classic" ASP Form Behavior Pin
Fred_Smith5-Jul-07 11:31
Fred_Smith5-Jul-07 11:31 
GeneralRe: "Classic" ASP Form Behavior Pin
#realJSOP6-Jul-07 3:14
mve#realJSOP6-Jul-07 3:14 
QuestionRich Text Editor Queries Pin
Andrew Mc5-Jul-07 10:14
Andrew Mc5-Jul-07 10:14 
QuestionQuestion for TCP/IP/HTTP experts Pin
Xiangyang Liu 刘向阳5-Jul-07 0:51
Xiangyang Liu 刘向阳5-Jul-07 0:51 
AnswerRe: Question for TCP/IP/HTTP experts Pin
Guffa5-Jul-07 6:42
Guffa5-Jul-07 6:42 
GeneralRe: Question for TCP/IP/HTTP experts Pin
Xiangyang Liu 刘向阳6-Jul-07 1:39
Xiangyang Liu 刘向阳6-Jul-07 1:39 
QuestionASP code Pin
Marcus_leongwc5-Jul-07 0:49
Marcus_leongwc5-Jul-07 0:49 
AnswerRe: ASP code Pin
Sathesh Sakthivel5-Jul-07 1:47
Sathesh Sakthivel5-Jul-07 1:47 
AnswerRe: ASP code Pin
debo_owoseni5-Jul-07 2:16
debo_owoseni5-Jul-07 2:16 
GeneralRe: ASP code Pin
Christian Graus5-Jul-07 10:44
protectorChristian Graus5-Jul-07 10:44 
AnswerRe: ASP code Pin
Christian Graus5-Jul-07 9:35
protectorChristian Graus5-Jul-07 9:35 
QuestionClient and Server communication !! Pin
ashachandu4-Jul-07 21:29
ashachandu4-Jul-07 21:29 

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.