Click here to Skip to main content
15,895,746 members
Home / Discussions / C#
   

C#

 
GeneralRe: Line Segments Pin
Jim Warburton26-Nov-07 8:10
Jim Warburton26-Nov-07 8:10 
GeneralRe: Line Segments Pin
Skippums26-Nov-07 9:56
Skippums26-Nov-07 9:56 
GeneralRe: Line Segments Pin
Jim Warburton29-Nov-07 4:23
Jim Warburton29-Nov-07 4:23 
AnswerRe: Line Segments Pin
Luc Pattyn26-Nov-07 7:10
sitebuilderLuc Pattyn26-Nov-07 7:10 
GeneralRe: Line Segments Pin
Jim Warburton26-Nov-07 7:57
Jim Warburton26-Nov-07 7:57 
GeneralRe: Line Segments Pin
Luc Pattyn26-Nov-07 8:32
sitebuilderLuc Pattyn26-Nov-07 8:32 
GeneralRe: Line Segments Pin
Jim Warburton26-Nov-07 8:59
Jim Warburton26-Nov-07 8:59 
QuestionHow to know which tree view node on master page is clicked on the form level Pin
ss.mmm26-Nov-07 5:09
ss.mmm26-Nov-07 5:09 
I have a master page and there is a tree view control there and this is one of the treenodes.

TreeNode _Del = new TreeNode();
_Del.Text = "Administrator";
_Del.NavigateUrl = "~\\Form1.aspx";

TreeNode _Del1 = new TreeNode();
_Del1.Text = "Manager";
_Del1.NavigateUrl = "~\\Form1.aspx";


There is a Form1 and the form1 has two panels. If treenode corresponding to _Del is clicked, panel1.visible=true, panel2.visible=false
and if _Del1 is clicked, panel1.visible=false, panel2.visible=true

Question: How do I get which treenode am clicking in the Form1?
Is response.redirect querystring the only option?


Please help and if the post is not clear, please mention. I can more clearly tell you.

Thanks

AnswerRe: How to know which tree view node on master page is clicked on the form level Pin
SABhatti26-Nov-07 8:53
SABhatti26-Nov-07 8:53 
QuestionUpdating controls from non-gui thread. Pin
Rob Philpott26-Nov-07 5:09
Rob Philpott26-Nov-07 5:09 
AnswerRe: Updating controls from non-gui thread. Pin
m@u26-Nov-07 5:21
m@u26-Nov-07 5:21 
GeneralRe: Updating controls from non-gui thread. Pin
Rob Philpott26-Nov-07 5:25
Rob Philpott26-Nov-07 5:25 
GeneralRe: Updating controls from non-gui thread. Pin
m@u26-Nov-07 5:38
m@u26-Nov-07 5:38 
AnswerRe: Updating controls from non-gui thread. Pin
Luc Pattyn26-Nov-07 6:23
sitebuilderLuc Pattyn26-Nov-07 6:23 
QuestionInserting into excel from C# Pin
GreekTreat26-Nov-07 5:06
GreekTreat26-Nov-07 5:06 
AnswerRe: Inserting into excel from C# Pin
GuyThiebaut26-Nov-07 5:16
professionalGuyThiebaut26-Nov-07 5:16 
GeneralRe: Inserting into excel from C# Pin
GreekTreat26-Nov-07 5:23
GreekTreat26-Nov-07 5:23 
AnswerRe: Inserting into excel from C# Pin
Aftab Sindhi26-Nov-07 5:23
Aftab Sindhi26-Nov-07 5:23 
QuestionArray Property Pin
papy-boom26-Nov-07 4:26
papy-boom26-Nov-07 4:26 
AnswerRe: Array Property Pin
Rob Philpott26-Nov-07 4:50
Rob Philpott26-Nov-07 4:50 
AnswerRe: Array Property Pin
Ravi Bhavnani26-Nov-07 5:15
professionalRavi Bhavnani26-Nov-07 5:15 
Questionhow to read particular data from xml file Pin
sivaramireddy p26-Nov-07 4:13
sivaramireddy p26-Nov-07 4:13 
AnswerRe: how to read particular data from xml file Pin
SABhatti26-Nov-07 4:23
SABhatti26-Nov-07 4:23 
AnswerRe: how to read particular data from xml file Pin
Ravi Bhavnani26-Nov-07 5:20
professionalRavi Bhavnani26-Nov-07 5:20 
AnswerRe: how to read particular data from xml file Pin
m026-Nov-07 13:09
m026-Nov-07 13: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.