Microsoft Visual Studio – ASP.Net How to Access the UserName Textbox of a LoginView Control’s Login Control and Manipulate the FailureText

Let’s say you have your web.config set to allow the user only 3 attempts to get the password correct when logging in. After 3 attempts, the profile table sets the isLockedOut column to ‘True’. You want to display this to …

SQL Server Reporting Services (SSRS) – How to pass multiple values to a multi value parameter

The short answer is to pass a string array in the value portion of the parameter object.

First, let’s look at the code in a visual basic forms application that builds the parameter and calls the report.

Let’s say we …

Microsoft Visual Studio – ASP.Net How to Make a Hyperlink (or Any Other Control) Visible on Page Based on Role

This article assumes you are using roles and have assigned roles to certain users that log in to your website.

Let’s say I have an aspx page with four hyperlinks. I want HyperLink3 and HyperLink4 to be made visible on …

SQL Server Management Studio – Studio hangs when trying to select my database hosted by ARVIXE

This post will give you step by step instructions on how to fix the issue in Microsoft SQL Server Management Studio that causes the studio to hang, spin, or loop forever when trying to select a database from the plethora …