To preface, I need to say that I am still in the learning stagings of asp.net
I need to create a custom namespace where I can place my DataObject.cs file
The namespace is .Components.Data
How do I go about doing this?
Thanks in advance
Put your class inside a namespace Components.Data { ... } block.
namespace block.