Click here to Skip to main content
15,909,530 members
Home / Discussions / C#
   

C#

 
GeneralRe: HttpApplication Pin
talbot22-Dec-05 4:58
talbot22-Dec-05 4:58 
GeneralRe: HttpApplication Pin
.NetRocker22-Dec-05 5:23
.NetRocker22-Dec-05 5:23 
GeneralRe: HttpApplication Pin
talbot22-Dec-05 5:27
talbot22-Dec-05 5:27 
GeneralRe: HttpApplication Pin
.NetRocker22-Dec-05 5:39
.NetRocker22-Dec-05 5:39 
GeneralRe: HttpApplication Pin
talbot22-Dec-05 5:49
talbot22-Dec-05 5:49 
QuestionSharing global data among accesses to the server Pin
talbot22-Dec-05 3:56
talbot22-Dec-05 3:56 
AnswerRe: Sharing global data among accesses to the server Pin
.NetRocker22-Dec-05 4:59
.NetRocker22-Dec-05 4:59 
QuestiontreeView child restrictions Pin
WetRivrRat22-Dec-05 3:55
WetRivrRat22-Dec-05 3:55 
I want to display the node text after selection in a label. However i need to restrict this display to only the 3rd-child node in the list so in other words,

CompanyName
 -
   DeptName
     -
       UserName
        - 
          UserPC
          UserPhone#

 - Dept1Name
     -
       User1Name
        - 
          User1PC
          User1Phone#

I want to restrict the display of name to only the username, user1name, user2name, etc. nodes, and it needs to stay until the next user name is selected... Once i figure out the restriction portion i'll beable to set the label text static until the next username selection...
just would like some assitance with the setting of the node restriction.

any ideas?

string Beautiful;
Beautiful = "ignorant";
label1.Text = "The world is full of " + Beautiful +" people.";


Why is common sense such an un-common comodity?
AnswerAnybody out there??? I need some help! Pin
WetRivrRat28-Dec-05 4:00
WetRivrRat28-Dec-05 4:00 
AnswerRe: treeView child restrictions Pin
Dave Kreskowiak28-Dec-05 5:54
mveDave Kreskowiak28-Dec-05 5:54 
GeneralRe: treeView child restrictions Pin
WetRivrRat28-Dec-05 6:30
WetRivrRat28-Dec-05 6:30 
GeneralRe: treeView child restrictions Pin
WetRivrRat28-Dec-05 8:17
WetRivrRat28-Dec-05 8:17 
AnswerRe: treeView child restrictions Pin
Darryl Borden29-Dec-05 10:54
Darryl Borden29-Dec-05 10:54 
GeneralRe: treeView child restrictions Pin
WetRivrRat29-Dec-05 15:06
WetRivrRat29-Dec-05 15:06 
AnswerRe: treeView child restrictions Pin
WetRivrRat29-Dec-05 16:00
WetRivrRat29-Dec-05 16:00 
Questioncount decimal point Pin
webhay22-Dec-05 3:51
webhay22-Dec-05 3:51 
AnswerRe: count decimal point Pin
.NetRocker22-Dec-05 5:00
.NetRocker22-Dec-05 5:00 
GeneralRe: count decimal point Pin
webhay22-Dec-05 11:14
webhay22-Dec-05 11:14 
AnswerRe: count decimal point Pin
Roy Heil22-Dec-05 6:40
professionalRoy Heil22-Dec-05 6:40 
AnswerRe: count decimal point Pin
mav.northwind22-Dec-05 21:39
mav.northwind22-Dec-05 21:39 
QuestionResource in C# Pin
CoolASL22-Dec-05 2:12
CoolASL22-Dec-05 2:12 
AnswerRe: Resource in C# Pin
Curtis Schlak.22-Dec-05 2:32
Curtis Schlak.22-Dec-05 2:32 
GeneralRe: Resource in C# Pin
CoolASL22-Dec-05 2:46
CoolASL22-Dec-05 2:46 
Questioncompiling serviced component strong name error Pin
chriscompton22-Dec-05 1:57
chriscompton22-Dec-05 1:57 
AnswerRe: compiling serviced component strong name error Pin
chriscompton22-Dec-05 2:16
chriscompton22-Dec-05 2:16 

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.