Click here to Skip to main content
15,881,588 members
Home / Discussions / C#
   

C#

 
AnswerRe: Validation on Texboxes dialog in Setup and deployment project Pin
Arindam Sinha10-Aug-09 22:58
Arindam Sinha10-Aug-09 22:58 
Questionhow ı can do "I delete old folder with hours but my prog delete days" Pin
mehmetbilge10-Aug-09 21:23
mehmetbilge10-Aug-09 21:23 
AnswerRe: how ı can do "I delete old folder with hours but my prog delete days" Pin
0x3c010-Aug-09 21:57
0x3c010-Aug-09 21:57 
Questiondata gridview editing Pin
abdolrab10-Aug-09 21:03
abdolrab10-Aug-09 21:03 
AnswerRe: data gridview editing Pin
padmanabhan N10-Aug-09 22:32
padmanabhan N10-Aug-09 22:32 
QuestionCombobox Control Pin
elci10-Aug-09 20:33
elci10-Aug-09 20:33 
AnswerRe: Combobox Control Pin
padmanabhan N10-Aug-09 22:33
padmanabhan N10-Aug-09 22:33 
QuestionProblem in using namespace in c# Pin
DIPAK@EMSYS10-Aug-09 20:16
DIPAK@EMSYS10-Aug-09 20:16 
Hi All,
I have Class library with name and namespace Dipak.DataAccess and within this name space there is class called DataAccess.

I have another class library with name and namespace Dipak.ESchool.Data and within this namespace there is class called StudentData. Now i have added reference of Dipak.DataAccess in Dipak.ESchool.Data and i have added using Dipak.DataAccess statement in StudentData class .
While calling method of Dipak.DataAccess i have to use full name like DataAccess.DataAccess.GetDataSet(),after adding using Dipak.DataAccess statement.

And when i changes namespace from Dipak.ESchool.Data to ESchool.Data i need not to give full name for method call i am able call with classname.methodname, no need to add namespace name.

Can any one explain me why it is so?
And what i need to do for correcting above problem.

<br />
namespace Dipak.DataAccess<br />
{<br />
    public class DataAccess;<br />
    {<br />
    }<br />
//-------------------------------------------------<br />
using Dipak.DataAccess<br />
using Dipak.ESchool.Common;<br />
<br />
namespace Dipak.ESchool.Data<br />
{<br />
    public class StudentData<<br />
    {<br />
       DataAccess.DataAccess.GetDataSet()<br />
        //i want this call to be like DataAccess.GetDataSet()<br />
    }<br />
}<br />


Thanks
Dipak Thesiya.
dipak.thesiya@gmail.com


dipak

AnswerRe: Problem in using namespace in c# Pin
SeMartens10-Aug-09 20:21
SeMartens10-Aug-09 20:21 
GeneralRe: Problem in using namespace in c# Pin
DIPAK@EMSYS10-Aug-09 21:34
DIPAK@EMSYS10-Aug-09 21:34 
GeneralRe: Problem in using namespace in c# Pin
Henry Minute11-Aug-09 0:29
Henry Minute11-Aug-09 0:29 
GeneralRe: Problem in using namespace in c# Pin
DIPAK@EMSYS11-Aug-09 17:57
DIPAK@EMSYS11-Aug-09 17:57 
QuestionDateTimePicker Pin
elci10-Aug-09 20:03
elci10-Aug-09 20:03 
AnswerRe: DateTimePicker Pin
dan!sh 10-Aug-09 20:35
professional dan!sh 10-Aug-09 20:35 
QuestionHow To change the path of "user.config" Pin
shaktisinh10-Aug-09 19:25
shaktisinh10-Aug-09 19:25 
QuestionHow can I add .Net framework along with setup project Pin
Milind Panchal10-Aug-09 19:20
Milind Panchal10-Aug-09 19:20 
AnswerRe: How can I add .Net framework along with setup project Pin
dan!sh 10-Aug-09 19:24
professional dan!sh 10-Aug-09 19:24 
Questionfiltering Bulk data Pin
333soori10-Aug-09 18:53
333soori10-Aug-09 18:53 
AnswerRe: filtering Bulk data Pin
Toshiya TSURU10-Aug-09 20:09
Toshiya TSURU10-Aug-09 20:09 
QuestionWindows Installer Patch Pin
Sifar - 010-Aug-09 18:32
Sifar - 010-Aug-09 18:32 
Questionexcutable project Pin
masoudshao10-Aug-09 17:58
masoudshao10-Aug-09 17:58 
AnswerRe: excutable project Pin
dan!sh 10-Aug-09 18:26
professional dan!sh 10-Aug-09 18:26 
AnswerRe: excutable project Pin
Saksida Bojan10-Aug-09 22:27
Saksida Bojan10-Aug-09 22:27 
AnswerRe: excutable project Pin
senguptaamlan10-Aug-09 22:43
senguptaamlan10-Aug-09 22:43 
QuestionXml Problem Pin
Saksida Bojan10-Aug-09 10:11
Saksida Bojan10-Aug-09 10:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.