Click here to Skip to main content
15,918,889 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionShare Point Pin
SwaSubhaVijju30-Jan-07 15:54
SwaSubhaVijju30-Jan-07 15:54 
AnswerRe: Share Point Pin
PavanPareta30-Jan-07 17:22
PavanPareta30-Jan-07 17:22 
Generalcompany details Pin
SwaSubhaVijju30-Jan-07 17:33
SwaSubhaVijju30-Jan-07 17:33 
QuestionShow Message Box in ASP.NET Pin
leanhsang30-Jan-07 15:46
leanhsang30-Jan-07 15:46 
AnswerRe: Show Message Box in ASP.NET Pin
Christian Graus30-Jan-07 16:20
protectorChristian Graus30-Jan-07 16:20 
AnswerRe: javascript :alert ('Hello'); Pin
PavanPareta30-Jan-07 17:12
PavanPareta30-Jan-07 17:12 
QuestionDisplaying a picture in a Gridview Pin
dptalt30-Jan-07 10:22
dptalt30-Jan-07 10:22 
AnswerRe: Displaying a picture in a Gridview Pin
badgrs30-Jan-07 11:07
badgrs30-Jan-07 11:07 
DataImageURLField will output the field contents into the src attribute of the resulting tag. Its expecting a string, you're giving it a bunch of binary data. Check the API docs for it.

Images can't be sent to the client that way, you'd have to make the URL point to another aspx page (or web servicy type thing) that takes a request parameter and pulls the image data out the DB and returns it down the response stream to the client (obviously being sent as image/type as the content type). Or even better don't store the images in the DB, rather write them to disk with a sequential file name and insert that into the DB (or if they have to be in the DB use a caching mechanism unless you have some fat servers!)

That make sense?
Questionasp2.0 problem Pin
ahmed_fci200630-Jan-07 9:49
ahmed_fci200630-Jan-07 9:49 
AnswerRe: asp2.0 problem Pin
Christian Graus30-Jan-07 10:58
protectorChristian Graus30-Jan-07 10:58 
QuestionError table 0 cant be found Pin
suriee30-Jan-07 9:02
suriee30-Jan-07 9:02 
AnswerRe: Error table 0 cant be found Pin
Christian Graus30-Jan-07 9:24
protectorChristian Graus30-Jan-07 9:24 
GeneralRe: Error table 0 cant be found Pin
suriee30-Jan-07 9:28
suriee30-Jan-07 9:28 
AnswerRe: Error table 0 cant be found Pin
ednrgc31-Jan-07 6:57
ednrgc31-Jan-07 6:57 
QuestionReport Cant change the Information Pin
Sarfaraj Ahmed30-Jan-07 7:11
Sarfaraj Ahmed30-Jan-07 7:11 
QuestionWeb page as DataSource Pin
aransiola30-Jan-07 6:20
aransiola30-Jan-07 6:20 
AnswerRe: Web page as DataSource Pin
Guffa30-Jan-07 8:56
Guffa30-Jan-07 8:56 
QuestionHow I call the event handler ? Pin
MaximilianDC30-Jan-07 6:14
MaximilianDC30-Jan-07 6:14 
AnswerRe: How I call the event handler ? Pin
Christian Graus30-Jan-07 9:25
protectorChristian Graus30-Jan-07 9:25 
AnswerRe: How I call the event handler ? Pin
ToddHileHoffer30-Jan-07 9:41
ToddHileHoffer30-Jan-07 9:41 
QuestionMulti lines of text in a Gridview Pin
dptalt30-Jan-07 6:02
dptalt30-Jan-07 6:02 
AnswerRe: Multi lines of text in a Gridview Pin
Christian Graus30-Jan-07 9:31
protectorChristian Graus30-Jan-07 9:31 
GeneralRe: Multi lines of text in a Gridview Pin
dptalt31-Jan-07 10:12
dptalt31-Jan-07 10:12 
AnswerRe: Multi lines of text in a Gridview Pin
ToddHileHoffer30-Jan-07 9:37
ToddHileHoffer30-Jan-07 9:37 
GeneralRe: Multi lines of text in a Gridview Pin
dptalt31-Jan-07 10:13
dptalt31-Jan-07 10:13 

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.