Archives
-
Configuring WCF service to utilise Enterprise Library: Logging application to log data to database
-
Visual Studio 2011 LightSwitch released
VS LightSwitch 2011 is released today to get the development/deployment process up and running in few minutes..
-
Multi select List Box ‘OR’ search using Stored procedure
It is common requirement to allow multiple List Items selection and selecting the ‘Search’ button returns all the records where each List Item Text matches with record as explained below.
-
Microsoft Community contributor award
Good to enhance knowledge by sharing and being awarded ‘Microsoft Community contributor award 2011’.
-
Exporting DataTable to CSV file using Binary order markup
Exporting Data from DataTable object to .CSV is discussed here.
-
Encrypt and Decrypt connectionStrings section in Web.config using ASPNET_REGIIS utility
Encrypting and decrypting connectionStrings section progrmatically is explained in this article from my blog.
-
Access controls with in Change Password control
In order to access controls with in Change Password control
-
Find Control with in LoginView control
After going thorough repeated number of posts and responding at ASP.NET security forms this article has been published. Note that it is required to use LoginView.FindControl method to get reference of any control with in LoginView as discussed below.