Click here to Skip to main content
15,898,134 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Is the Unload event fired when Page Caching is enabled? Pin
AlexeiXX325-Aug-08 17:59
AlexeiXX325-Aug-08 17:59 
GeneralRe: Is the Unload event fired when Page Caching is enabled? Pin
jrhea25-Aug-08 18:13
jrhea25-Aug-08 18:13 
QuestionTreeview Pin
Steve R Adams25-Aug-08 10:48
Steve R Adams25-Aug-08 10:48 
AnswerRe: Treeview Pin
AlexeiXX325-Aug-08 16:18
AlexeiXX325-Aug-08 16:18 
GeneralRe: Treeview Pin
Steve R Adams28-Aug-08 10:24
Steve R Adams28-Aug-08 10:24 
GeneralRe: Treeview Pin
AlexeiXX328-Aug-08 10:40
AlexeiXX328-Aug-08 10:40 
GeneralRe: Treeview Pin
Steve R Adams28-Aug-08 11:47
Steve R Adams28-Aug-08 11:47 
GeneralRe: Treeview Pin
Steve R Adams2-Sep-08 11:57
Steve R Adams2-Sep-08 11:57 
Hi Alexei

Sorry for being a pain in the &%^# but I am still having some difficulty.

I tried the sample you gave me but couldn't get it to work.

Then I tried the following:

While dr_ID.Read
'Find a node matching this node value
Dim Nodx As TreeNode
Dim containernode As New TreeNode

For Each Nodx In Me.TreeView1.Nodes
Nodx.PopulateOnDemand = False
If Nodx.Value.ToString = P.ToString Then
containernode.Value = dr_ID.Item("MembersID").ToString
containernode.Text = dr_ID.Item("MembersName").ToString
Nodx.ChildNodes.Add(containernode)
Nodx.SelectAction = TreeNodeSelectAction.Expand
End If
Next Nodx

End While

It populates the root node as well as the first level of children but it seems that the "For Each Nodx In TreeView" doesn't actually return a reference to the children. Is this true? the "P" that you see is the parentid which the childnode has to be created under whilst the rest is pretty much explanatory.

Can u suggest anything else?

Regards
Steve
GeneralRe: Treeview Pin
AlexeiXX33-Sep-08 6:41
AlexeiXX33-Sep-08 6:41 
Questiongmail "more actions" menu? Pin
Todd Smith25-Aug-08 9:22
Todd Smith25-Aug-08 9:22 
AnswerRe: gmail "more actions" menu? Pin
Colin Angus Mackay25-Aug-08 10:51
Colin Angus Mackay25-Aug-08 10:51 
QuestionFileUpload and the content type Pin
Fernando A. Gomez F.25-Aug-08 9:07
Fernando A. Gomez F.25-Aug-08 9:07 
AnswerRe: FileUpload and the content type Pin
Christian Graus25-Aug-08 9:44
protectorChristian Graus25-Aug-08 9:44 
GeneralRe: FileUpload and the content type Pin
Fernando A. Gomez F.25-Aug-08 12:15
Fernando A. Gomez F.25-Aug-08 12:15 
AnswerRe: FileUpload and the content type Pin
Todd Smith25-Aug-08 9:51
Todd Smith25-Aug-08 9:51 
GeneralRe: FileUpload and the content type Pin
Fernando A. Gomez F.25-Aug-08 12:24
Fernando A. Gomez F.25-Aug-08 12:24 
QuestionFree mail client Pin
Md Nazmoon Noor25-Aug-08 7:31
Md Nazmoon Noor25-Aug-08 7:31 
QuestionHow to maintain Seesion in windows application Pin
Rickey_Me25-Aug-08 6:42
Rickey_Me25-Aug-08 6:42 
AnswerRe: How to maintain Seesion in windows application Pin
Colin Angus Mackay25-Aug-08 7:09
Colin Angus Mackay25-Aug-08 7:09 
GeneralRe: How to maintain Seesion in windows application Pin
Rickey_Me25-Aug-08 7:59
Rickey_Me25-Aug-08 7:59 
GeneralRe: How to maintain Seesion in windows application Pin
Manas Bhardwaj25-Aug-08 8:16
professionalManas Bhardwaj25-Aug-08 8:16 
GeneralRe: How to maintain Seesion in windows application Pin
Colin Angus Mackay25-Aug-08 9:16
Colin Angus Mackay25-Aug-08 9:16 
QuestionEncrypt password Pin
mehrdadc4825-Aug-08 4:47
mehrdadc4825-Aug-08 4:47 
AnswerRe: Encrypt password Pin
Abhijit Jana25-Aug-08 5:00
professionalAbhijit Jana25-Aug-08 5:00 
GeneralRe: Encrypt password Pin
Abhishek Sur25-Aug-08 20:41
professionalAbhishek Sur25-Aug-08 20:41 

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.