G
Grey
I have created CLASS file (.cs) in ASP.NET. I need to get the server path
in this cs file, so i use "Server.MapPath()". But I got "The type or
namespace name 'Server' could not be found (are you missing a using
directive or an assembly reference?)". Is it possible to use Server object
in cs file?? What namespace should I include in the cs file?? Or any other
way to get the Server path in cs file??
Million Thanks
in this cs file, so i use "Server.MapPath()". But I got "The type or
namespace name 'Server' could not be found (are you missing a using
directive or an assembly reference?)". Is it possible to use Server object
in cs file?? What namespace should I include in the cs file?? Or any other
way to get the Server path in cs file??
Million Thanks