15,611,970 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Python questions
View Javascript questions
View C++ questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Member 10170389 (Top 7 by date)
Member 10170389
8-Oct-13 3:14am
View
Sir,instead of testimage.jpg,there i needed the dynamic path of the image..
In my project Iam uploading the file on images folder..<img src="~/images/......" />,i need to acess the name of the image
Member 10170389
7-Oct-13 6:52am
View
My problem is i gave the filename in src attribute,like this..$('<div><img src="abc.jpg"/></div>')
When the end user clicks on upload button the image selected one will save in uploads folder .., i need that path in src attribute or what can i do to solve that problem,And moreover iam storing that image in session variable .please help me sir...
Member 10170389
7-Oct-13 3:03am
View
Sir ,Again Iam getting the Error i.e..Parameter is not valid at line 94 ... 96
Member 10170389
7-Oct-13 2:49am
View
Thanks for your answering and Iam new to Asp.net So please help me sir,Again Iam getteing the error i.e:
Line 94: using (SD.Image OriginalImage = SD.Image.FromFile(img))
Line 95: {
Line 96: using (SD.Bitmap bmp = new SD.Bitmap(X2, Y2))
Line 97: {
Line 98: bmp.SetResolution(OriginalImage.HorizontalResolution, OriginalImage.VerticalResolution);
Member 10170389
4-Oct-13 2:01am
View
I set a default value as zero for all hidden fileds ,though its showing the error i.e parameter is not valid
Line 113: catch (Exception Ex)
Line 114: {
Line 115: throw (Ex);
Line 116: }
Line 117: }
How i can handle that error & Iam new to Asp.net programming
Member 10170389
2-Aug-13 3:26am
View
Please give what to include in javascript print function
Member 10170389
2-Aug-13 0:48am
View
When i submit that code ,it is printing the webpage ,but it has to print the user selected file...please give the solution
Show More