Posts
All the articles I've posted.
-
ASP.NET Tip: If your DropDownList items are lost on postback
Published: at 08:55 PMA tip for ASP.NET developers on how to handle DropDownList items being lost on postback by understanding the behavior of EnableViewState.
-
ASP.NET MVC Simple authentication without a database
Published: at 09:40 AMA guide on implementing simple authentication in ASP.NET MVC applications without using a database, including configuration and code examples.
-
RPX OpenID with ASP.NET Webforms and Membership Providers
Published: at 09:15 PMExploring the integration of RPX, an OpenID consolidator, with ASP.NET Webforms and Membership Providers. This guide covers implementation steps, handling authentication tokens, and mapping OpenID users to an existing database.
-
ASP.NET - Disabling the submit button to prevent double submissions
Published: at 03:38 PMA solution for preventing double submissions in ASP.NET applications by creating a custom button that disables itself upon being clicked.