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
prathyusha
NA
180
74.5k
fileupload control
Jan 4 2013 1:47 AM
hi
by using this code
static string impath = string.Empty;
PhotoUpload.SaveAs(Server.MapPath("~/Logos/" + PhotoUpload.FileName));
impath = "~/Logos/" + PhotoUpload.FileName;
ImagePreview.ImageUrl = impath;
btnPhotoPreview.Visible = false;
the filename should be empty why?
please help me
Reply
Answers (
3
)
XML Files are not running in IE.... Plz help me
Search Record using Lookup (jquery and ASP.NET MVC)