Click here to Skip to main content
15,910,661 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionError in Ajax Help Me Pin
alokdotnet3-Oct-06 18:08
alokdotnet3-Oct-06 18:08 
QuestionUrgent!!!!!!!!Activate checkbox in saveAs dialog box Pin
vikram1383-Oct-06 17:22
vikram1383-Oct-06 17:22 
QuestionWidth Pin
shapper3-Oct-06 15:31
shapper3-Oct-06 15:31 
AnswerRe: Width Pin
CWIZO3-Oct-06 22:31
CWIZO3-Oct-06 22:31 
AnswerRe: Width Pin
Guffa3-Oct-06 22:57
Guffa3-Oct-06 22:57 
Questionretrieve and uploading image in database Pin
saravanan053-Oct-06 12:36
saravanan053-Oct-06 12:36 
Questionretrieve image Pin
saravanan053-Oct-06 12:34
saravanan053-Oct-06 12:34 
AnswerRe: retrieve image Pin
just3ala23-Oct-06 23:00
just3ala23-Oct-06 23:00 
Hi there

first, it's
(images/logos/country/1.jpg) not (images\logos\country\1.jpg)

So u have 2 options
the first option is on Page_Load event use the following code

PictureBox1.ImageUrl= The path got from the database

OR use this in the aspx file ...

<asp:Image id="PictureBox1" style="Z-INDEX: 102; LEFT: 120px; POSITION: absolute; TOP: 128px" runat="server" Width="400px" Height="200px" ImageUrl='<#% getImagePath()#>'></asp:Image>


and in the code behind define:

public function getImagePath() As String
... any code to get the path of the image
Return (The image path got from the database)
End function

Hope it's helpful







Best Regards
3ala2 Smile | :)
AnswerRe: retrieve image Pin
M LN Rao3-Oct-06 23:13
M LN Rao3-Oct-06 23:13 
QuestionWeb Deployment Project and Sub Web's Pin
Tad McClellan3-Oct-06 11:28
professionalTad McClellan3-Oct-06 11:28 
AnswerRe: Web Deployment Project and Sub Web's Pin
Tad McClellan3-Oct-06 12:00
professionalTad McClellan3-Oct-06 12:00 
AnswerRe: Web Deployment Project and Sub Web's Pin
Sathesh Sakthivel3-Oct-06 18:05
Sathesh Sakthivel3-Oct-06 18:05 
QuestionNaming on web publishing Pin
Rankor203-Oct-06 11:02
Rankor203-Oct-06 11:02 
AnswerRe: Naming on web publishing Pin
Tad McClellan3-Oct-06 11:26
professionalTad McClellan3-Oct-06 11:26 
QuestionFormat String for Decimal {0:D2} Pin
OldDog.Net3-Oct-06 9:25
OldDog.Net3-Oct-06 9:25 
AnswerRe: Format String for Decimal {0:D2} Pin
Jon Sagara3-Oct-06 9:50
Jon Sagara3-Oct-06 9:50 
GeneralRe: Format String for Decimal {0:D2} Pin
OldDog.Net4-Oct-06 2:52
OldDog.Net4-Oct-06 2:52 
AnswerRe: Format String for Decimal {0:D2} Pin
Guffa3-Oct-06 9:51
Guffa3-Oct-06 9:51 
GeneralRe: Format String for Decimal {0:D2} Pin
OldDog.Net4-Oct-06 2:56
OldDog.Net4-Oct-06 2:56 
AnswerRe: Format String for Decimal {0:D2} Pin
Guffa4-Oct-06 6:07
Guffa4-Oct-06 6:07 
QuestionProblem with ButtonEvents on dynamic UserContols Pin
Ibana3-Oct-06 7:44
Ibana3-Oct-06 7:44 
AnswerRe: Problem with ButtonEvents on dynamic UserContols Pin
e-laj3-Oct-06 11:33
e-laj3-Oct-06 11:33 
GeneralRe: Problem with ButtonEvents on dynamic UserContols Pin
nguyenvhn3-Oct-06 17:31
nguyenvhn3-Oct-06 17:31 
GeneralRe: Problem with ButtonEvents on dynamic UserContols Pin
Ibana5-Oct-06 12:52
Ibana5-Oct-06 12:52 
AnswerRe: Problem with ButtonEvents on dynamic UserContols Pin
e-laj5-Oct-06 21:45
e-laj5-Oct-06 21:45 

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.