Revision number 3, Thursday, September 11, 2008 8:48:36 PM by anas
You must Login to comment.
Revision #6
Thu, Jun 19, 2008 6:01 PM
by
|
Login Controls
ASP.NET 2.0 came with many controls designed to help you manage the login process and login status of your web site's users.The login controlsprovide a robustlogin solution for ASP.NET web applications without requiring any programming. By default, login
|
Revision #17
Tue, Feb 12, 2008 8:02 PM
by
|
Web Controls
Web controls are ASP.NET controls which are understood and compiled on the server and render as HTML markup on the page. Most of the web server controls render their own HTML controls (or many HTML controls). The markup that is output froma web control can
|