Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~322 People Reached
About Me

Hal is an Enterprise Architect for Paradigma Consulting. Hal assesses enterprise architecture maturity levels, provides technical and business planning and technology transformation advice, and designs and oversees development of enterprise architectures…

Interests
physical: running, resistance training mental: chess, puzzles, grad school spiritual: meditation, landscaping
PC Specs
D XPS M170 WXPSP2 (client development) D Lat C840 (business) D PE 2800 (server development)
Favorite Forums
Favorite Tags
asp x 1
Member Avatar for hwilliford

Greetings from S. FLA! I'm happy to be in this community and hope to meet others with my interests. I'm sure I'd ask more questions than I answer, but I promise that they will be thought provoking, if not concept challanging. I'm an <ahem> enterprise architect, by profession, which means …

Member Avatar for zandiago
0
231
Member Avatar for hwilliford

I've added a treeview control <asp:TreeView.....> to a web application. The control is nested within a form tag, which itself is nested under an HTML div tag. It looks like this: [code=ASP] <div id="sidebar"> <form id="form1" runat="server"> <asp:TreeView id="TreeView1" runat="server" DataSourceID="XmlDataSource1".......> </form> </div>[/code] The control works fine except that the …

0
91