Click here to Skip to main content
15,915,160 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRegular Expression e-mail verification Pin
10-Dec-03 5:34
suss10-Dec-03 5:34 
GeneralRe: Regular Expression e-mail verification Pin
Daniel Turini10-Dec-03 6:21
Daniel Turini10-Dec-03 6:21 
GeneralRe: Regular Expression e-mail verification Pin
ZoogieZork10-Dec-03 6:28
ZoogieZork10-Dec-03 6:28 
GeneralRe: Regular Expression e-mail verification Pin
Member 70965910-Dec-03 8:03
Member 70965910-Dec-03 8:03 
GeneralButton development Pin
Rafael Fernández López9-Dec-03 8:27
Rafael Fernández López9-Dec-03 8:27 
GeneralWebService and Dataset Pin
sybux20009-Dec-03 5:57
sybux20009-Dec-03 5:57 
GeneralRe: WebService and Dataset Pin
susree11-Dec-03 21:55
susree11-Dec-03 21:55 
GeneralProblem while populating data in Microsoft Treeview control Pin
Sunil. K9-Dec-03 1:05
Sunil. K9-Dec-03 1:05 
Hi all,

Iam facing a problem while populating data into Microsoft tree view control(ActiveX control) in ASP. Iam able to populate the data but all the data is visible as parent node. Can anyone help me out of this situation. Its very urgent.

Thanks in advance.

The code iam using is as follows
--------------------------------------------------
sub treeview_Load()

set oList = document.treeview1

Dim nodX
Set nodX = oList.Nodes.Add(, , "dad", "Mike") ' A first sibling.
Set nodX = oList.Nodes.Add(, , "mom", "Carol")
Set nodX = oList.Nodes.Add(, , , "Alice")

' Marsha is the FirstSibling.
Set nodX = oList1.Nodes.Add("mom", tvwChild, , "Marsha")
Set nodX = oList1.Nodes.Add("mom", tvwChild, , "Jan")
Set nodX = oList1.Nodes.Add("mom", tvwChild, , "Cindy")
nodX.EnsureVisible ' Show all nodes.

' Greg is the FirstSibling.
Set nodX = oList1.Nodes.Add("dad", tvwChild, , "Greg")
Set nodX = oList1.Nodes.Add("dad", tvwChild, , "Peter")
Set nodX = oList1.Nodes.Add("dad", tvwChild, , "Bobby")
nodX.EnsureVisible ' Show all nodes.

end sub
QuestionFrontPage Server Extensions- 2000 or 2002? Pin
ThomasH17-Dec-03 16:26
ThomasH17-Dec-03 16:26 
AnswerRe: FrontPage Server Extensions- 2000 or 2002? Pin
Roger Wright7-Dec-03 21:26
professionalRoger Wright7-Dec-03 21:26 
GeneralRe: FrontPage Server Extensions- 2000 or 2002? Pin
ThomasH18-Dec-03 3:57
ThomasH18-Dec-03 3:57 
GeneralRe: FrontPage Server Extensions- 2000 or 2002? Pin
Roger Wright8-Dec-03 5:14
professionalRoger Wright8-Dec-03 5:14 
GeneralRe: FrontPage Server Extensions- 2000 or 2002? Pin
ThomasH18-Dec-03 7:12
ThomasH18-Dec-03 7:12 
GeneralRe: FrontPage Server Extensions- 2000 or 2002? Pin
Roger Wright8-Dec-03 8:33
professionalRoger Wright8-Dec-03 8:33 
GeneralRe: FrontPage Server Extensions- 2000 or 2002? Pin
ThomasH18-Dec-03 14:15
ThomasH18-Dec-03 14:15 
GeneralRe: FrontPage Server Extensions- 2000 or 2002? Pin
ThomasH19-Dec-03 4:53
ThomasH19-Dec-03 4:53 
GeneralRe: FrontPage Server Extensions- 2000 or 2002? Pin
Roger Wright9-Dec-03 7:35
professionalRoger Wright9-Dec-03 7:35 
GeneralEmail server side question Pin
alex.barylski7-Dec-03 9:24
alex.barylski7-Dec-03 9:24 
GeneralRe: Email server side question Pin
Colin Angus Mackay7-Dec-03 18:27
Colin Angus Mackay7-Dec-03 18:27 
GeneralIcons Pin
Rafael Fernández López6-Dec-03 5:43
Rafael Fernández López6-Dec-03 5:43 
GeneralRe: Icons Pin
Roger Wright6-Dec-03 6:59
professionalRoger Wright6-Dec-03 6:59 
GeneralRe: Icons Pin
Paul Watson6-Dec-03 9:40
sitebuilderPaul Watson6-Dec-03 9:40 
GeneralRe: Icons Pin
-- NA --7-Dec-03 6:46
-- NA --7-Dec-03 6:46 
GeneralJavascript regualar expression Pin
Jorgen E.6-Dec-03 2:58
Jorgen E.6-Dec-03 2:58 
GeneralRe: Javascript regualar expression Pin
ZoogieZork6-Dec-03 7:56
ZoogieZork6-Dec-03 7:56 

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.