PDA

View Full Version : Does anyone have a simple sample app?


bamodeo
04-16-2003, 04:11 AM
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!

JonO
04-17-2003, 03:26 AM
What are you using, Matrix, or VS.NET?

Jon
(Information doesn't want to be free, it wants to be sixty-nine cents @ pound)

bamodeo
04-17-2003, 05:46 AM
I would like to use WebMatrix.

dev_grrl
04-22-2003, 03:15 AM
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 (http://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...

bamodeo
04-29-2003, 08:01 AM
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!

[b]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 (http://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">

bayobayo
06-10-2003, 03:19 AM
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 bayo@programmer.net if you're interested.

solocode