Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~785 People Reached
Favorite Forums

7 Posted Topics

Member Avatar for Missouri_Mule

Hello All! I am a newb in need of some serious help. I am trying to get my website administration setup by using some different source code. I figured out the database issue I posted a couple of days ago. My current website is a ASP.Net 2.0 starter kit in …

0
62
Member Avatar for Missouri_Mule

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. …

0
48
Member Avatar for kaptham

Have you run your application at least one time? If you do not run your application, the connection string in the web.config file will not be created and neither will the database that runs the Administration of your site, generally the ASPNETDB.MDF

Member Avatar for Missouri_Mule
0
157
Member Avatar for LiBOC

I had the same issue last night. Your website is pointing to the wrong database. Visual Studio specificlly relies on SQL Express Edition. If you have changed the <add name="Personal" connectionString="Data Source=.\SQLExpress.....] to any other database like a SQL 2005 or 2008 it will not work. What I did, until …

Member Avatar for Missouri_Mule
0
257
Member Avatar for sbv

I know you can if you are using Visual Studio to develop the project. Visual Studio will allow VB.Net and C# to be blended. I think Visual Web Developer will too but I am not really sure.

Member Avatar for Missouri_Mule
0
112
Member Avatar for savi3

I get this error alot when I am changing things in my site. First question I have is: 1. Does this error occur in Visual Studio while running locally or does it happen on your hosted site(live)? If this happens on your hosted site, then your code has an error. …

Member Avatar for Missouri_Mule
0
85
Member Avatar for umesh.daiya

I am a newbie to ASP.Net but it sounds to me like you are having a DataSource and postback error. Is that correct?

Member Avatar for Missouri_Mule
0
64

The End.