I am having a problem getting my profile photo's to upload. I keep getting this error and I cannot find where there is an open connection.
ERROR MESSEAGE
Error: Not allowed to change the 'ConnectionString' property. The connection's current state is open.
I am getting this message on my sevelopment server and my hosted server with GoDaddy. It has me puzzled, the photo's are suppose to be written into the access database table for the member profiles.
Imports System
Imports System.Collections.Generic
Imports System.Drawing
Imports System.IO
Imports System.Drawing.Imaging
Imports System.Drawing.Drawing2D
Partial Class members_uploadphoto
Inherits System.Web.UI.Page
Dim cf As New comonfunctions
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
' Response.Write(Now.Year.ToString & N ...
Go to the complete details ...