Does anyone have a simple sample app?

Discussion in 'ASP.NET / ASP.NET Core' started by bamodeo, Apr 16, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I'm just getting started in web application development. I've gone through some of the WebMatrix demos and am getting the hang of it. For now, I haven't signed up for SQL Server yet so I was wondering if anybody has a SIMPLE application that runs off of an Access database that they would be willing to share with me so I can set it up in my account and then learn from there. Something like an application that lets someone register on the site (name, address, user ID, password, etc.) or log in if they previously registered, or any other simple app that lets users add, change and delete records (of any subject matter). I know how to develop Access applications and databases but would like a "jump start" on an asp.net application. I'll be able to modify the application from there. Thanks!
     
  2. What are you using, Matrix, or VS.NET?

    Jon
    (Information doesn't want to be free, it wants to be sixty-nine cents @ pound)
     
  3. I would like to use WebMatrix.
     
  4. I don't have anything simple handy, but if you are looking for simple sample code on how to add, read, etc., from an Access db in ASP.NET, you may want to check this out: www.asp101.com/samples/index.asp I find that they have great beginner sample code.

    If I can find some reasonable way to simplify one of my apps, I'll post it up somewhere and send a link...
     
  5. Thanks for the lead! I appreciate it. There is great info there.

    I did find a good web site with some sample applications. It is http://www.webwizguide.info which has sample applications.

    Thanks again!

    quote:Originally posted by dev_grrl

    I don't have anything simple handy, but if you are looking for simple sample code on how to add, read, etc., from an Access db in ASP.NET, you may want to check this out: www.asp101.com/samples/index.asp I find that they have great beginner sample code.

    If I can find some reasonable way to simplify one of my apps, I'll post it up somewhere and send a link...
    </blockquote id="quote"></font id="quote">
     
  6. i have a simple app i'm working on. i'm learning asp.net myself & would not mind if we sort of worked together. the app (if you can call it that) only inserts comments to an access db right now but i'm extending it. contact me at [email protected] if you're interested.

    solocode
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page