
May 1st, 2005, 02:50 AM
|
|
Twenty Seven
|
|
Join Date: May 2002
Location: Multan, Pakistan
Posts: 103
Time spent in forums: 1 h 33 m 2 sec
Reputation Power: 7
|
|
|
ASP.NET Namespaces
Hello...
Im currently working on ASP.NET and having some hard time with namespaces... I've developed a page categoryadmin.aspx and codebehind categoryadmin.aspx.cs the main namespace I've used is RealDev...! i.e.
namespace RealDev
{
public class CatagoryAdmin : System.Web.UI.Page
But in CategoryAdmin.aspx page when i use:
Inherits="RealDev.CategoryAdmin"
it says couldnt load RealDev.CategoryAdmin...? Im using C#...
would anybody plz help me to avoid this prob...
thanks in advnc...
_________________
Regards...
27
|