Click here to Skip to main content
15,914,795 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Adding controls Runtime Pin
eyeseetee15-Jul-08 1:17
eyeseetee15-Jul-08 1:17 
GeneralRe: Adding controls Runtime Pin
nagendrathecoder15-Jul-08 19:40
nagendrathecoder15-Jul-08 19:40 
Questionfile upload control Pin
gaurav mangal15-Jul-08 0:31
gaurav mangal15-Jul-08 0:31 
AnswerRe: file upload control Pin
_AK_15-Jul-08 0:38
_AK_15-Jul-08 0:38 
AnswerRe: file upload control Pin
firozu15-Jul-08 0:58
firozu15-Jul-08 0:58 
Questioninstallation problem Pin
Kissy1615-Jul-08 0:00
Kissy1615-Jul-08 0:00 
Questiondisplaying image on a image control Pin
Mamphekgo Bahula14-Jul-08 23:38
Mamphekgo Bahula14-Jul-08 23:38 
AnswerRe: displaying image on a image control Pin
sumit703415-Jul-08 1:10
sumit703415-Jul-08 1:10 
try this code...................


Dim imageBytes() As Byte
imageBytes = sqlCommand.ExecuteScalar()

Response.Clear()

Response.Charset = ""
Response.Cache.SetCacheability(HttpCacheability.Public)
Response.ContentType = "image/jpeg"

Response.OutputStream.Write(imageBytes, 0, imageBytes.Length)
Image1.ImageUrl = "Image.aspx" 'Your page name in which u have image control
Response.End()




please vote if this post helps u.
Questionpopup tooltips Pin
Michael Bookatz14-Jul-08 23:33
Michael Bookatz14-Jul-08 23:33 
Questionrss reading in asp.net Pin
umeshdaiya14-Jul-08 23:12
umeshdaiya14-Jul-08 23:12 
AnswerRe: rss reading in asp.net Pin
_AK_15-Jul-08 0:51
_AK_15-Jul-08 0:51 
AnswerRe: rss reading in asp.net Pin
eyeseetee15-Jul-08 1:02
eyeseetee15-Jul-08 1:02 
Questionsearching performed on resume Pin
chinnuk14-Jul-08 23:09
chinnuk14-Jul-08 23:09 
AnswerRe: searching performed on resume Pin
just3ala214-Jul-08 23:28
just3ala214-Jul-08 23:28 
QuestionMultiple login form Pin
yarns14-Jul-08 22:26
yarns14-Jul-08 22:26 
AnswerRe: Multiple login form Pin
eyeseetee15-Jul-08 0:46
eyeseetee15-Jul-08 0:46 
Questionhighlighting a row in a gridview Pin
eyeseetee14-Jul-08 21:58
eyeseetee14-Jul-08 21:58 
AnswerRe: highlighting a row in a gridview Pin
Imran Khan Pathan14-Jul-08 23:28
Imran Khan Pathan14-Jul-08 23:28 
GeneralRe: highlighting a row in a gridview Pin
eyeseetee15-Jul-08 1:17
eyeseetee15-Jul-08 1:17 
Questionregarding saving resume in database Pin
chinnuk14-Jul-08 21:30
chinnuk14-Jul-08 21:30 
AnswerRe: regarding saving resume in database Pin
eyeseetee14-Jul-08 21:41
eyeseetee14-Jul-08 21:41 
AnswerRe: regarding saving resume in database Pin
Arindam Tewary14-Jul-08 21:50
professionalArindam Tewary14-Jul-08 21:50 
QuestionHow to create Custom appointment--ASPxSchedular control Pin
sri_009914-Jul-08 21:27
sri_009914-Jul-08 21:27 
AnswerRe: Repeat Post! Pin
eyeseetee14-Jul-08 21:42
eyeseetee14-Jul-08 21:42 
QuestionCustom server control with embed sqldatasource Pin
spidervn14-Jul-08 21:17
spidervn14-Jul-08 21:17 

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.