SqlConnectionStringBuilder resides in System.Data.SqlClient namespace. I imported the name space at the top, but the SqlConnectionStringBuilder doesn't get highlighted, the font remains in the black color. Any idea why does this happen?
RestaurantData is a public static as you see below. I called this static class in Default aspx code behind page as:
RestaurantData.SetUpSessionVariables(Session);
I get the following error:
The name 'RestaurantData' does not exist in the current context
RestaurantData is static, i shouldn't get this error. Can you please advise...