Click here to Skip to main content
15,917,538 members
Home / Discussions / C#
   

C#

 
QuestionUse of Interfaces Pin
jpk4204-Aug-09 6:47
jpk4204-Aug-09 6:47 
AnswerRe: Use of Interfaces Pin
Abhijit Jana4-Aug-09 7:05
professionalAbhijit Jana4-Aug-09 7:05 
AnswerRe: Use of Interfaces Pin
N a v a n e e t h4-Aug-09 7:18
N a v a n e e t h4-Aug-09 7:18 
AnswerRe: Use of Interfaces Pin
Luc Pattyn4-Aug-09 7:42
sitebuilderLuc Pattyn4-Aug-09 7:42 
Questionquery wizard Pin
mohammad alnoed4-Aug-09 6:46
mohammad alnoed4-Aug-09 6:46 
AnswerRe: query wizard Pin
Abhijit Jana4-Aug-09 7:00
professionalAbhijit Jana4-Aug-09 7:00 
GeneralRe: query wizard Pin
mohammad alnoed4-Aug-09 7:07
mohammad alnoed4-Aug-09 7:07 
GeneralRe: query wizard Pin
Henry Minute4-Aug-09 13:19
Henry Minute4-Aug-09 13:19 
QuestionAsynchronous socket and webrequest Pin
joana.simoes4-Aug-09 6:36
joana.simoes4-Aug-09 6:36 
QuestionFile In Use Problem Pin
eddieangel4-Aug-09 6:03
eddieangel4-Aug-09 6:03 
AnswerRe: File In Use Problem [modified] Pin
Luc Pattyn4-Aug-09 6:08
sitebuilderLuc Pattyn4-Aug-09 6:08 
GeneralRe: File In Use Problem Pin
N a v a n e e t h4-Aug-09 7:23
N a v a n e e t h4-Aug-09 7:23 
GeneralRe: File In Use Problem Pin
Luc Pattyn4-Aug-09 7:29
sitebuilderLuc Pattyn4-Aug-09 7:29 
Questionusing kdtele for c# application Pin
anahita224-Aug-09 5:28
anahita224-Aug-09 5:28 
AnswerRe: using kdtele for c# application Pin
Not Active4-Aug-09 6:18
mentorNot Active4-Aug-09 6:18 
AnswerRe: using kdtele for c# application Pin
N a v a n e e t h4-Aug-09 6:20
N a v a n e e t h4-Aug-09 6:20 
QuestionPassing C# variable to HTML page Pin
VengefulSakhmet4-Aug-09 5:16
VengefulSakhmet4-Aug-09 5:16 
AnswerRe: Passing C# variable to HTML page Pin
Not Active4-Aug-09 6:17
mentorNot Active4-Aug-09 6:17 
GeneralRe: Passing C# variable to HTML page Pin
VengefulSakhmet4-Aug-09 8:33
VengefulSakhmet4-Aug-09 8:33 
I'm still a bit confused since I haven't worked with this before.

The path: string filePath = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "\\temp.bmp"; is located in ChartContainer.ScreenShotWin.

From what you wrote, I would assume I would make these changes to my hardcoded html file, but this is not solving passing filePath. File '<%=filePath%>' was not found.

<%@ Language="C#" Inherits="ChartContainer.ScreenShotWin" %>

<html>
<head>
<title></title>
</head>
<body>
<img src=<%=filePath%> alt="Graph"/>

</body>
</html>

What am I still misunderstanding? Thank you!
AnswerRe: Passing C# variable to HTML page Pin
Adam Maras4-Aug-09 8:49
Adam Maras4-Aug-09 8:49 
GeneralRe: Passing C# variable to HTML page Pin
VengefulSakhmet4-Aug-09 10:44
VengefulSakhmet4-Aug-09 10:44 
QuestionC# Problems with background worker - progress bar Pin
Wheels0124-Aug-09 5:00
Wheels0124-Aug-09 5:00 
AnswerRe: C# Problems with background worker - progress bar Pin
Luc Pattyn4-Aug-09 5:15
sitebuilderLuc Pattyn4-Aug-09 5:15 
GeneralRe: C# Problems with background worker - progress bar [modified] Pin
Druuler4-Aug-09 5:24
Druuler4-Aug-09 5:24 
GeneralRe: C# Problems with background worker - progress bar Pin
Luc Pattyn4-Aug-09 5:41
sitebuilderLuc Pattyn4-Aug-09 5:41 

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.