Click here to Skip to main content
15,895,011 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Set property of control with a resource key Pin
AlexeiXX313-Apr-08 19:01
AlexeiXX313-Apr-08 19:01 
GeneralRe: Set property of control with a resource key Pin
Christian Graus13-Apr-08 19:09
protectorChristian Graus13-Apr-08 19:09 
GeneralRe: Set property of control with a resource key Pin
AlexeiXX313-Apr-08 19:25
AlexeiXX313-Apr-08 19:25 
GeneralRe: Set property of control with a resource key Pin
Christian Graus13-Apr-08 19:28
protectorChristian Graus13-Apr-08 19:28 
GeneralRe: Set property of control with a resource key Pin
AlexeiXX313-Apr-08 19:33
AlexeiXX313-Apr-08 19:33 
GeneralRe: Set property of control with a resource key Pin
Christian Graus13-Apr-08 19:39
protectorChristian Graus13-Apr-08 19:39 
GeneralUrgent question on displaying Binary IMAGE data to a Datagrid in C# ASP.NET Pin
Infernojericho13-Apr-08 11:40
Infernojericho13-Apr-08 11:40 
GeneralRe: Urgent question on displaying Binary IMAGE data to a Datagrid in C# ASP.NET Pin
Christian Graus13-Apr-08 11:45
protectorChristian Graus13-Apr-08 11:45 
Infernojericho wrote:
I have a VERY URGENT question


So, totally different from all the others ?


Infernojericho wrote:
Does anyone know how to retreive BINARY image from a SQL Server 2005 Express Database and DISPLAY it on a Datagrid control?


Yes, you need to write a http handler, and have your images link through that. your problem is that an img tag requires a link to the image itself. So, you need to write a http handler that returns that image data, and then your databinding creates the link that that page, with an id that is used to seperately download the image. This means a lot of database hits, a better bet for a high load site is to put the images on your file system and store the path to them in yuor database.

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: Urgent question on displaying Binary IMAGE data to a Datagrid in C# ASP.NET Pin
Infernojericho13-Apr-08 11:56
Infernojericho13-Apr-08 11:56 
GeneralRe: Urgent question on displaying Binary IMAGE data to a Datagrid in C# ASP.NET Pin
Christian Graus13-Apr-08 12:01
protectorChristian Graus13-Apr-08 12:01 
GeneralRe: Urgent question on displaying Binary IMAGE data to a Datagrid in C# ASP.NET Pin
Infernojericho13-Apr-08 12:05
Infernojericho13-Apr-08 12:05 
GeneralRe: Urgent question on displaying Binary IMAGE data to a Datagrid in C# ASP.NET Pin
Infernojericho13-Apr-08 12:07
Infernojericho13-Apr-08 12:07 
GeneralRe: Urgent question on displaying Binary IMAGE data to a Datagrid in C# ASP.NET Pin
Christian Graus13-Apr-08 12:12
protectorChristian Graus13-Apr-08 12:12 
GeneralRe: Urgent question on displaying Binary IMAGE data to a Datagrid in C# ASP.NET Pin
Infernojericho13-Apr-08 12:17
Infernojericho13-Apr-08 12:17 
GeneralMessageBox in ASP.Net,c# Pin
Deepak Nigam13-Apr-08 7:28
Deepak Nigam13-Apr-08 7:28 
GeneralRe: MessageBox in ASP.Net,c# Pin
Christian Graus13-Apr-08 11:16
protectorChristian Graus13-Apr-08 11:16 
Questionasp.net Pin
harshil_searcher13-Apr-08 6:44
harshil_searcher13-Apr-08 6:44 
GeneralRe: asp.net Pin
Guffa13-Apr-08 7:05
Guffa13-Apr-08 7:05 
GeneralRe: asp.net Pin
Christian Graus13-Apr-08 11:17
protectorChristian Graus13-Apr-08 11:17 
QuestionUsing VC++ dll in ASP.Net C# web project Pin
Member 250396313-Apr-08 5:32
Member 250396313-Apr-08 5:32 
GeneralRe: Using VC++ dll in ASP.Net C# web project Pin
Christian Graus13-Apr-08 11:58
protectorChristian Graus13-Apr-08 11:58 
GeneralSearch the hashtable with key is present or not ( C# ASP.NET) Pin
Prabakar12-Apr-08 23:17
Prabakar12-Apr-08 23:17 
AnswerRe: Search the hashtable with key is present or not ( C# ASP.NET) Pin
pmarfleet13-Apr-08 0:00
pmarfleet13-Apr-08 0:00 
Questionhow to create our own forum Pin
paresh_sarjani12-Apr-08 19:44
paresh_sarjani12-Apr-08 19:44 
AnswerRe: how to create our own forum Pin
Christian Graus13-Apr-08 11:20
protectorChristian Graus13-Apr-08 11:20 

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.