Missouri_Mule 0 Newbie Poster

I have an existing connection string in my web.config file. I just added some code from another web developer into my website. Along with that I added a new ObjectDataSource control and configured it to look for the existing ConectionString which IS NOT an OleDbConnection, by using the following code.

[ Line 16: public static List<Users> GetUsers()
Line 17: {
Line 18: using (OleDbConnection connection = new OleDbConnection (ConfigurationManager.ConnectionStrings["ASPNETDB22"].ConnectionString))
Line 19: { ]

Can anyone tell me how I can change the above code to use a DataSource connectionString ?
[ <add name="ASPNETDB22" connectionString="Data Source=p3swhsql-v12.shr.phx3.secureserver.net; Initial Catalog=ASPNETDB22; ]

I am new to all of this stuff, especially SQL.

I am trying to set up a login page for my website since the ASP.Net Web Site Administration tool doesn't work on a remote site. I have managed to get the Login to accept user names etc... But I still cannot access the UserAdmin.aspx page because of this error.

Question#2

How or where in the code do I configure the postback to send an email to myself so I can approve or disapprove a user?


Thanks in advance!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.