Hi,
I wrote all common methods of my project are in a Class file named as "MyClass.cs ". But I'm not able to access those methods from my aspx file. Both the class file & aspx file are in same project only.
But I can access those methods if the class file is inside the folder "App_Data".
Please guide me what I'm missing.
Thanks...
I wrote all common methods of my project are in a Class file named as "MyClass.cs ". But I'm not able to access those methods from my aspx file. Both the class file & aspx file are in same project only.
But I can access those methods if the class file is inside the folder "App_Data".
Please guide me what I'm missing.
Thanks...
Comment