Click here to Skip to main content
15,913,854 members
Home / Discussions / C#
   

C#

 
QuestionListbox Pin
MashALyy16-Jun-07 23:08
MashALyy16-Jun-07 23:08 
AnswerRe: Listbox Pin
PandemoniumPasha17-Jun-07 0:10
PandemoniumPasha17-Jun-07 0:10 
AnswerRe: Listbox Pin
Giorgi Dalakishvili17-Jun-07 0:10
mentorGiorgi Dalakishvili17-Jun-07 0:10 
AnswerRe: Listbox Pin
Lucky Hamad17-Jun-07 7:55
Lucky Hamad17-Jun-07 7:55 
Questioncapture screen use managed directx9 C# Pin
jiangsongfang16-Jun-07 21:31
jiangsongfang16-Jun-07 21:31 
AnswerRe: capture screen use managed directx9 C# Pin
Christian Graus17-Jun-07 0:53
protectorChristian Graus17-Jun-07 0:53 
GeneralRe: capture screen use managed directx9 C# Pin
jiangsongfang17-Jun-07 1:02
jiangsongfang17-Jun-07 1:02 
QuestionConflicting Namespaces Pin
Brendan Vogt16-Jun-07 20:47
Brendan Vogt16-Jun-07 20:47 
Hi,

In my business logic directory I have a Property class. The namespace for this class is:

namespace MyWebsite.BusinessLogicLayer
{
public class Property
{
}
}

In my website, the I have a backend (admin) control panel where property is added, and the namespace is:

namespace MyWebsite.Web.ControlPanel.Property
{
public partial class InsertProperty : System.Web.UI.Page
{
}

private void InsertNewProperty()
{
// Here I try to insert a new property
}
}

In the InsertNewProperty() I get all the values from the input controls. When I try to create a new instance of the Property class it doesn not find it, instead it gives me an option to chooose only from the Property namespace. My reference to the Property class is like this in the .aspx page:

using MyWebsite.BusinessLogicLayer;

So I do not know what it does this. Can someone please advise me correctly?

Regards
ma se
AnswerRe: Conflicting Namespaces Pin
PandemoniumPasha16-Jun-07 21:14
PandemoniumPasha16-Jun-07 21:14 
AnswerRe: Conflicting Namespaces Pin
Christian Graus16-Jun-07 21:57
protectorChristian Graus16-Jun-07 21:57 
AnswerRe: Conflicting Namespaces Pin
PandemoniumPasha16-Jun-07 23:56
PandemoniumPasha16-Jun-07 23:56 
AnswerRe: Conflicting Namespaces Pin
Guffa17-Jun-07 2:52
Guffa17-Jun-07 2:52 
AnswerRe: Conflicting Namespaces Pin
DavidNohejl17-Jun-07 4:45
DavidNohejl17-Jun-07 4:45 
GeneralRe: Conflicting Namespaces Pin
Brendan Vogt17-Jun-07 8:22
Brendan Vogt17-Jun-07 8:22 
QuestionProblems displaying data from query in the report Pin
sgeorgije16-Jun-07 19:26
sgeorgije16-Jun-07 19:26 
QuestionEVENTS Pin
half-life16-Jun-07 12:14
half-life16-Jun-07 12:14 
AnswerRe: EVENTS Pin
Not Active16-Jun-07 13:33
mentorNot Active16-Jun-07 13:33 
GeneralRe: EVENTS Pin
half-life16-Jun-07 13:46
half-life16-Jun-07 13:46 
GeneralRe: EVENTS Pin
Christian Graus16-Jun-07 14:49
protectorChristian Graus16-Jun-07 14:49 
QuestionSpeech input Pin
Ylno16-Jun-07 11:12
Ylno16-Jun-07 11:12 
AnswerRe: Speech input Pin
Christian Graus16-Jun-07 14:50
protectorChristian Graus16-Jun-07 14:50 
AnswerRe: Speech input Pin
Bob X16-Jun-07 16:32
Bob X16-Jun-07 16:32 
Questionserver socket Pin
topksharma198216-Jun-07 9:43
topksharma198216-Jun-07 9:43 
AnswerRe: server socket Pin
Fernando Hitch16-Jun-07 12:16
Fernando Hitch16-Jun-07 12:16 
GeneralRe: server socket Pin
topksharma198216-Jun-07 14:09
topksharma198216-Jun-07 14:09 

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.