Make any div tag on the page “draggable”
Tag Archives: tutorial
ASP.NET Forms Authentication
This allows one page to act as a global login page, and no other page to load unless part of a session, created by a successful login comand from the login page. Much securer than passing query strings.
http://www.howtodothings.com/ViewArticle.aspx?Article=31
or
Dynamic Images in ASP.NET
Site covering three tutorials on how to create images “on the fly” using asp.net
Great SQL Tutorial
Connecting to a database from C#, and reading/writing data …