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
mukesh panth
NA
3
0
parameter is not vaiid using upload control in asp.net
May 25 2012 4:25 AM
Hi All,
I am using vs2008,asp.net and vb.net
I am getting error "parameter is not valid" in this line of code
I have used this code
If FileUpload1.PostedFile.FileName <> "" Then
in_file = FileUpload1.PostedFile.FileName ' **** ADD THIS
selected_image = New System.Drawing.Bitmap(in_file)
property_ids = selected_image.PropertyIdList
End If
One thing this code is succesfully running in window form.
how can to this in asp.net ............
plz help
Regards
mukesh
Reply
Answers (
0
)
ListView In .NET
i want to get key press event in asp.net as similar in window application...Pls tell how to override textbox properties??