TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
davesmith
NA
1
0
setting imageurl
Oct 22 2004 4:06 PM
I used a data reader to bring up the info that goes into textbox1 and 2. i'm trying to bring the image up that aassociates with the info in textbox1. the picture name is the same as the string in the textbox1. Does the way i called the imageurl work? how do i set a variable in the image url. Thanks in advance. dr.Close(); con.Close(); TextBox1.Text = content; TextBox2.Text = content2; Image1.ImageUrl = (@"u:\images\"+TextBox1.Text+".jpg");
Reply
Answers (
0
)
Problem in code provided by this c-sharpcorner
Chat Application problem (UDP)