Click here to Skip to main content
16,004,919 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDataGrid Pin
kenexcelon16-Oct-07 16:40
kenexcelon16-Oct-07 16:40 
AnswerRe: DataGrid Pin
kenexcelon16-Oct-07 16:52
kenexcelon16-Oct-07 16:52 
AnswerRe: DataGrid Pin
cst_cfit16-Oct-07 18:25
cst_cfit16-Oct-07 18:25 
GeneralRe: DataGrid Pin
kenexcelon16-Oct-07 18:46
kenexcelon16-Oct-07 18:46 
GeneralRe: DataGrid Pin
cst_cfit16-Oct-07 19:24
cst_cfit16-Oct-07 19:24 
GeneralRe: DataGrid Pin
kenexcelon17-Oct-07 2:07
kenexcelon17-Oct-07 2:07 
Questionedit gridview Pin
shrihit16-Oct-07 10:50
shrihit16-Oct-07 10:50 
Questiondisplay Bitmap without response object Pin
tjawed16-Oct-07 9:55
tjawed16-Oct-07 9:55 
I have an System.Drawing.Bitmap object in memory that I have generated. I need to display this without writing the file to disk or uploading to a database somewhere. Normally I know I could write a binary stream using a Response object, but that is not available to me as I am doing this as a webpart, and all I have available is a HtmlTextWriter.

So I have a method like

<br />
public Bitmap createGraph() {<br />
     // create graph<br />
}<br />
<br />
<br />
protected override void RenderChildren(HtmlTextWriter writer) {<br />
     base.RenderChildren(writer);<br />
     Bitmap graph = this.createGraph();<br />
     // How to display this to the browser without writing out as a jpeg?<br />
}<br />


Thanks in advance.
AnswerRe: display Bitmap without response object Pin
Christian Graus16-Oct-07 10:17
protectorChristian Graus16-Oct-07 10:17 
QuestionRe: display Bitmap without response object Pin
tjawed16-Oct-07 10:31
tjawed16-Oct-07 10:31 
AnswerRe: display Bitmap without response object Pin
Christian Graus16-Oct-07 11:22
protectorChristian Graus16-Oct-07 11:22 
AnswerRe: display Bitmap without response object Pin
Guffa16-Oct-07 10:30
Guffa16-Oct-07 10:30 
QuestionIs this possible: how to get the userinput from page Pin
sigurd friis16-Oct-07 5:23
sigurd friis16-Oct-07 5:23 
AnswerRe: Is this possible: how to get the userinput from page Pin
thomas_joyee16-Oct-07 5:44
thomas_joyee16-Oct-07 5:44 
AnswerRe: Is this possible: how to get the userinput from page Pin
Guffa16-Oct-07 6:04
Guffa16-Oct-07 6:04 
GeneralRe: Is this possible: how to get the userinput from page Pin
sigurd friis16-Oct-07 10:45
sigurd friis16-Oct-07 10:45 
QuestionDisplay pictures embedded in Access DB Pin
Elizma16-Oct-07 4:40
Elizma16-Oct-07 4:40 
AnswerRe: Display pictures embedded in Access DB Pin
DigiOz Multimedia16-Oct-07 9:25
DigiOz Multimedia16-Oct-07 9:25 
Questionasp:TemplatedWizardStep Issues Pin
Brendan Vogt16-Oct-07 4:08
Brendan Vogt16-Oct-07 4:08 
QuestionWhat is wrong in the Javascript Pin
Kurian_Kurian16-Oct-07 4:05
Kurian_Kurian16-Oct-07 4:05 
AnswerRe: What is wrong in the Javascript Pin
thomas_joyee16-Oct-07 5:29
thomas_joyee16-Oct-07 5:29 
AnswerRe: What is wrong in the Javascript Pin
Guffa16-Oct-07 6:00
Guffa16-Oct-07 6:00 
QuestionHow to maintain Scroll Position Pin
yadlaprasad16-Oct-07 3:41
yadlaprasad16-Oct-07 3:41 
AnswerRe: How to maintain Scroll Position Pin
Sandeep Akhare16-Oct-07 4:04
Sandeep Akhare16-Oct-07 4:04 
Questionpopup window by javascript? Pin
mr.mohsen16-Oct-07 3:29
mr.mohsen16-Oct-07 3: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.