Monday, August 15, 2005
Saving Images - Simple
strPath = Request.MapPath(Request.ApplicationPath)
Try
txtVA.PostedFile.SaveAs(strPath & "\view\" & txtID.Text & "View1.gif")
Catch Exp As Exception
Try
txtVA.PostedFile.SaveAs(strPath & "\view\" & txtID.Text & "View1.gif")
Catch Exp As Exception