TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
dipti kate
NA
23
12.2k
design of treeview control
Mar 18 2016 3:06 AM
hi..
i want to remove vertical space between nodes of tree view. i was write code like below:
<asp:TreeView ID="TreeView1" runat="server" ShowCheckBoxes="All" css="TreeView"
ExpandDepth="0" AfterClientCheck="CheckChildNodes();"
ShowExpandCollapse="true"
onclick="OnTreeClick(event)" SkipLinkText="" ForeColor="Black"
NodeIndent="20"
>
<HoverNodeStyle ForeColor="#5555DD" />
<NodeStyle Font-Names="Verdana" Font-Size="10pt" HorizontalPadding="0px" NodeSpacing="0px" VerticalPadding="0px" />
<ParentNodeStyle Font-Bold="False" ChildNodesPadding="0px" HorizontalPadding="0px" NodeSpacing="0px" VerticalPadding="0px" />
<SelectedNodeStyle ForeColor="#5555DD" HorizontalPadding="0px" VerticalPadding="0px" />
</asp:TreeView>
plz solve that issue
Reply
Answers (
0
)
Find record based on some common date range
Query chANGE