Tutorial
-
hi.. I'm a newbie in asp.net and need to work on a problem log website.Can anybody send me a sample code or a tutorial where to start? Like how can I connect the data filled by the user to a database? How to authenticate users and so on... THanks in advance.
-
hi.. I'm a newbie in asp.net and need to work on a problem log website.Can anybody send me a sample code or a tutorial where to start? Like how can I connect the data filled by the user to a database? How to authenticate users and so on... THanks in advance.
Start here: http://dotnetjunkies.com/quickstart/aspplus/[^]
Kevin
-
hi.. I'm a newbie in asp.net and need to work on a problem log website.Can anybody send me a sample code or a tutorial where to start? Like how can I connect the data filled by the user to a database? How to authenticate users and so on... THanks in advance.
there are several sites you can start from and one of them is www.asp.net Then there are many other sites like www.csharpcorner.com If you are using ASP.NET 1.1, then you need to make your custom authentication. If you are using ASP.NET 2.0, then there is a built in authentication in it.
Sandeep S. Sekhon