Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

simple syntax 1

Status
Not open for further replies.

ringadeal

Technical User
Jan 16, 2008
67
US
Jpeg.Open Server.MapPath("Request.QueryString("path")")

What characters are missing from the above code
 
Maybe you have too many characters. Have you considered that? [smile]

try...

Code:
Jpeg.Open Server.MapPath(Request.QueryString("path"))

-George

"The great things about standards is that there are so many to choose from." - Fortune Cookie Wisdom
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top