ASP 101 NewsThe latest news from ASP 101. The place Active Server Pages and ASP.NET developers go!Visual Studio 2008 SP1 and .NET Framework 3.5 SP1- August 26, 2008 After a healthy run in beta, Microsoft has finally released both Visual Studio 2008 Service Pack 1 and .NET Framework 3.5 Service Pack 1.http://www.asp101.com/articles/pr/080826VS2008SP1.asp Case-Insensitive Usernames and Passwords- August 19, 2008 Our login and password sample code has always been case-sensitive. While we don't really recommend it, if you must make your usernames andor passwords case-insensitive, it's actually quite easy to do.http://www.asp101.com/samples/faq/faq_login.asp How To List The Tables In A Database- August 12, 2008 While developers are usually interested in accessing the data contained within a database's tables, occasionally you need to know something about the tables themselves. It's at these times when this quick ASP.NET tip might come in handy.http://www.asp101.com/tips/index.asp?id=158 Form ViewState ASP.NET Sample Code- August 5, 2008 This sample illustrates how ASP.NET handles the problem of maintaining a Web form's ViewState for you automatically. As such, the actual code involved is not that exciting, but the fact that it does all the work for you should excite you some.http://www.asp101.com/samples/form_viewstate_aspx.asp |