Blog
Writing on software, AI, and building things.
7 posts tagged aspnet. Clear filter
- Upgrading from ASP.NET.Identity 1.0 to 2.0December 25, 2016
ASP.NET.Identity 2.0 is out, and it adds a bunch of great features. – Two-Factor Authentication (SMS, Email or custom) – Account Lockout – Account Confirmati...
- load report failed error - with formatted crystal reports, iis6 and asp.net.netAugust 26, 2011
Error: load report failed This error troubled us a lot in reports deployment on 64bit server with IIS 6 and took at least 5 hours continuous focus to fix. We...
- Implement Serverside ViewStateDecember 1, 2009
If you think your website is running slowly and you need to improve performance by 150% in short time. This may help you a lot. ASP.NET ViewState is a great ...
- Using IsInRole() with Forms AuthenticationNovember 30, 2009
A Little background…. Page object provides User [System.Security.Principal.IPrincipal] in order to access to the information about the current authenticated ...
- Accessing the EventArgs of checkboxlist SelectedIndexChanged eventNovember 23, 2009
Probably as you came across, we can’t able to access to the event args associated with checkbox clicked in a checkboxlist using the SelectedIndexChanged even...