All Categories
- Recent Posts
Recent Posts
Recent CommentsRecent Comments
- Nikken Help on Visual Studio 2010 Community Launch Successfully!!
- NuSkin Help on How to get client "IP Address" using Asp.net /C#
- telecom on Engineer-IMS at DEWA
- Jdm Parts on Visual Studio 2010 Community Launch @Bangladesh
- Xango Training on Microsoft says it will have a ‘single ecosystem’ for PCs, tablets, phones, and TVs…
Tag Archives: configurationmanager does not exist in the current context
configurationmanager does not exist in the current context
To read connection string from web.config we need to use configurationmanager class and its method which root class is System.Configuration; If you want to use you need to add namespace using System.Configuration; Though you used this namespace, when you will … Continue reading
