Click here to Skip to main content
15,927,694 members
Home / Discussions / C#
   

C#

 
AnswerRe: ListViewItem color issues Pin
Ed.Poore3-Jul-06 11:15
Ed.Poore3-Jul-06 11:15 
GeneralRe: ListViewItem color issues Pin
arow69d3-Jul-06 16:40
arow69d3-Jul-06 16:40 
QuestionKeeping the summery after compilation... Pin
Shy Agam3-Jul-06 7:53
Shy Agam3-Jul-06 7:53 
AnswerRe: Keeping the summery after compilation... Pin
Andrew Lygin3-Jul-06 9:02
Andrew Lygin3-Jul-06 9:02 
AnswerRe: Keeping the summery after compilation... Pin
Nader Elshehabi3-Jul-06 15:00
Nader Elshehabi3-Jul-06 15:00 
GeneralRe: Keeping the summery after compilation... Pin
Andrew Lygin3-Jul-06 18:59
Andrew Lygin3-Jul-06 18:59 
QuestionSelected index on fully editable grid/merging datasets Pin
leckey3-Jul-06 7:08
leckey3-Jul-06 7:08 
QuestionLink to constructor file in asp.net 2.0 Pin
AlexKiat3-Jul-06 6:50
AlexKiat3-Jul-06 6:50 
Hi,
I currently use visual web developer 2005.

I would like to know how to link from code behind file to the constructor file (set get) inside the App_Code folder

Is there anything I have to import?

I try to set the value into the class file, and get it, after compile no error, but no value returned back....

example:
in .cs file
-----------
String strName= "Baby";

SetProperty sp = new SetProperty();
sp.Name = strName;
String testing = sp.Name;
Trace.Warn(testing+ "this is testing"); // no value returned...

in SetProperty.cs (inside App_Code folder)
--------------------------------------------
public class SetProperty
{
private string strName;
public string Name {
set{ strName= value;}
get{ return strName;}
}
}

Help, ps point me to the correct direction.. thanks.
AnswerRe: Link to constructor file in asp.net 2.0 Pin
AlexKiat3-Jul-06 15:44
AlexKiat3-Jul-06 15:44 
QuestionHow to draw lines between two mailboxes Pin
jerrymei3-Jul-06 6:48
jerrymei3-Jul-06 6:48 
AnswerRe: How to draw lines between two mailboxes Pin
Ed.Poore3-Jul-06 11:16
Ed.Poore3-Jul-06 11:16 
GeneralRe: How to draw lines between two mailboxes Pin
jerrymei3-Jul-06 13:08
jerrymei3-Jul-06 13:08 
QuestionRe: How to draw lines between two mailboxes Pin
Nader Elshehabi3-Jul-06 14:39
Nader Elshehabi3-Jul-06 14:39 
AnswerRe: How to draw lines between two mailboxes Pin
jerrymei4-Jul-06 3:24
jerrymei4-Jul-06 3:24 
GeneralRe: How to draw lines between two mailboxes Pin
Nader Elshehabi4-Jul-06 6:35
Nader Elshehabi4-Jul-06 6:35 
GeneralRe: How to draw lines between two mailboxes Pin
jerrymei4-Jul-06 12:38
jerrymei4-Jul-06 12:38 
GeneralRe: How to draw lines between two mailboxes Pin
Nader Elshehabi4-Jul-06 17:03
Nader Elshehabi4-Jul-06 17:03 
GeneralRe: How to draw lines between two mailboxes Pin
jerrymei5-Jul-06 6:37
jerrymei5-Jul-06 6:37 
AnswerRe: How to draw lines between two mailboxes Pin
Nader Elshehabi5-Jul-06 16:46
Nader Elshehabi5-Jul-06 16:46 
GeneralRe: How to draw lines between two mailboxes Pin
jerrymei6-Jul-06 8:49
jerrymei6-Jul-06 8:49 
Questionhow to make online messenger or chater Pin
conemajstor3-Jul-06 6:04
conemajstor3-Jul-06 6:04 
AnswerRe: how to make online messenger or chater Pin
Judah Gabriel Himango3-Jul-06 6:13
sponsorJudah Gabriel Himango3-Jul-06 6:13 
AnswerRe: how to make online messenger or chater Pin
Josh Smith3-Jul-06 7:23
Josh Smith3-Jul-06 7:23 
AnswerRe: how to make online messenger or chater Pin
Ravi Bhavnani3-Jul-06 8:54
professionalRavi Bhavnani3-Jul-06 8:54 
QuestionInheriting the bitmap class Pin
em00guy3-Jul-06 6:03
em00guy3-Jul-06 6:03 

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.