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

C#

 
QuestionPrevent DataGridView to populate rows at designtime [modified] Pin
Fayu18-Nov-07 9:46
Fayu18-Nov-07 9:46 
AnswerRe: Prevent DataGridView to populate rows at designtime Pin
Not Active18-Nov-07 10:04
mentorNot Active18-Nov-07 10:04 
QuestionStrongNameIdentityPermission - SNIP Pin
ekynox18-Nov-07 9:25
ekynox18-Nov-07 9:25 
QuestionHow to show Bitmap Pin
dataminers18-Nov-07 9:12
dataminers18-Nov-07 9:12 
AnswerRe: How to show Bitmap Pin
Not Active18-Nov-07 9:52
mentorNot Active18-Nov-07 9:52 
AnswerRe: How to show Bitmap Pin
Guffa18-Nov-07 10:00
Guffa18-Nov-07 10:00 
GeneralRe: How to show Bitmap Pin
dataminers18-Nov-07 10:06
dataminers18-Nov-07 10:06 
AnswerRe: How to show Bitmap Pin
Guffa18-Nov-07 11:23
Guffa18-Nov-07 11:23 
Oh, it's an ASP.NET question.

Then you can't do it that way. The browser will fetch the image in a separate request, so you will have to create the image in a separate page.

Make a page that creates the image and sends it to the response stream, then use the name of that page as url in the image control.

Experience is the sum of all the mistakes you have done.

GeneralRe: How to show Bitmap Pin
Christian Graus18-Nov-07 11:35
protectorChristian Graus18-Nov-07 11:35 
GeneralRe: How to show Bitmap Pin
dataminers18-Nov-07 12:16
dataminers18-Nov-07 12:16 
GeneralRe: How to show Bitmap Pin
Christian Graus18-Nov-07 12:45
protectorChristian Graus18-Nov-07 12:45 
GeneralRe: How to show Bitmap Pin
dataminers18-Nov-07 10:17
dataminers18-Nov-07 10:17 
GeneralRe: How to show Bitmap Pin
Christian Graus18-Nov-07 11:35
protectorChristian Graus18-Nov-07 11:35 
GeneralRe: How to show Bitmap Pin
Guffa18-Nov-07 15:33
Guffa18-Nov-07 15:33 
QuestionWhat would be the proper way to comment within this code? Pin
cmh62318-Nov-07 8:46
cmh62318-Nov-07 8:46 
AnswerRe: What would be the proper way to comment within this code? Pin
mav.northwind18-Nov-07 8:50
mav.northwind18-Nov-07 8:50 
AnswerRe: What would be the proper way to comment within this code? Pin
Luc Pattyn18-Nov-07 11:09
sitebuilderLuc Pattyn18-Nov-07 11:09 
AnswerRe: What would be the proper way to comment within this code? Pin
echuck6618-Nov-07 15:44
echuck6618-Nov-07 15:44 
QuestionLEXICAL ANALYSIS Pin
waheed awan18-Nov-07 8:37
waheed awan18-Nov-07 8:37 
AnswerRe: LEXICAL ANALYSIS Pin
DavidNohejl18-Nov-07 11:38
DavidNohejl18-Nov-07 11:38 
Questionhow to add row with checkboxes inside in table server control using c# Pin
ShaikhAffi18-Nov-07 8:18
ShaikhAffi18-Nov-07 8:18 
AnswerRe: how to add row with checkboxes inside in table server control using c# Pin
SABhatti18-Nov-07 13:00
SABhatti18-Nov-07 13:00 
GeneralRe: how to add row with checkboxes inside in table server control using c# Pin
ShaikhAffi18-Nov-07 22:31
ShaikhAffi18-Nov-07 22:31 
GeneralRe: how to add row with checkboxes inside in table server control using c# Pin
SABhatti19-Nov-07 14:08
SABhatti19-Nov-07 14:08 
GeneralRe: how to add row with checkboxes inside in table server control using c# Pin
ShaikhAffi19-Nov-07 22:27
ShaikhAffi19-Nov-07 22:27 

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.