Hi All,
Im unable to use add namespace in one folder to another..
Namespace - Placed on Inside the Code Folder(this is only .cs file)
namespace JP_CarPooling.code
{
public class ConfigurationUtility
{
public static string GetConnectionString()
{
-----
the below is code behind......
Using JP_CarPooling.code
JP_CarPooling.code is not able to add in main source. Both are in same project.
Go to the complete details ...