•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 401,631 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,901 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 402 | Replies: 16
![]() |
•
•
Join Date: Oct 2007
Location: Bristol, UK
Posts: 1,124
Reputation:
Rep Power: 3
Solved Threads: 47
thats what I keep telling u4umang2001. Here look at this good tutorial u4umang2001.
http://www.codersource.net/csharp_tu...amespaces.html
http://www.codersource.net/csharp_tu...amespaces.html
If you have a quality, be proud of it and let it define you. Add it to the world!
If you got your answer, please mark the thread as Solved. It saves time when people are looking to contribute threads or for answers!
If you got your answer, please mark the thread as Solved. It saves time when people are looking to contribute threads or for answers!
see:::::
==class1 code==
namespace ns1
{
public class c1
{
public c1()
{
}
public void c1f1()
{
console.write("namespace example");
}
}
==class 2 code==
using ns1;
public class c2
{
public c2()
{
}
public void c2f1()
{
==here i want to call c1f1==
}
}
???where i m missing/worng???
==class1 code==
namespace ns1
{
public class c1
{
public c1()
{
}
public void c1f1()
{
console.write("namespace example");
}
}
==class 2 code==
using ns1;
public class c2
{
public c2()
{
}
public void c2f1()
{
==here i want to call c1f1==
}
}
???where i m missing/worng???
Thanks & Regards
Umang
Umang
see:::::
==class1 code==
namespace ns1
{
public class c1
{
public c1()
{
}
public void c1f1()
{
console.write("namespace example");
}
}
}
==class 2 code==
using ns1;
public class c2
{
public c2()
{
}
public void c2f1()
{
==here i want to call c1f1==
}
}
??? how can i call ???
wht statement should i write here
==class1 code==
namespace ns1
{
public class c1
{
public c1()
{
}
public void c1f1()
{
console.write("namespace example");
}
}
}
==class 2 code==
using ns1;
public class c2
{
public c2()
{
}
public void c2f1()
{
==here i want to call c1f1==
}
}
??? how can i call ???
wht statement should i write here
Thanks & Regards
Umang
Umang
•
•
Join Date: Oct 2007
Location: Bristol, UK
Posts: 1,124
Reputation:
Rep Power: 3
Solved Threads: 47
![]() |
•
•
•
•
•
•
•
•
DaniWeb ASP.NET Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- Cannot open certain websites, including hotmail (Web Browsers)
- class rectangle (Java)
- Please Help Header Error (PHP)
- C++ CString Class Help! (C++)
- Instantiating class objects?? (C++)
- help with "disabling" a button (C)
- Y would something compile from a hard drive fine but from on a disk? (Java)
- "missing storage-class or type specifiers" error (C++)
- struct type redefinition (C++)
Other Threads in the ASP.NET Forum
- Previous Thread: Help:Does not support loopback URL problem
- Next Thread: problem



Linear Mode