嗨,大家好
我正在尝试访问在项目的web.config文件中创建的连接字符串。使用:
SqlConnection con =新的SqlConnection(System.Configuration.ConfigurationManager.ConnectionStrings ["ConnectionStringNameFromWebConfig"].ConnectionString);
Problem is...
你好
I am trying to use session variables however I must be doing something wrong as it doesn't recognise the word Session? I tried following this //msdn.microsoft.com/en-us/library/ms178581.aspx and it seems to describe it as pretty straight forward but its not a simple as it makes out as...