Click here to Skip to main content
15,896,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to schedule asp page Pin
mohit narang6-Mar-08 6:50
mohit narang6-Mar-08 6:50 
GeneralRe: how to schedule asp page Pin
Abhijit Jana6-Mar-08 7:18
professionalAbhijit Jana6-Mar-08 7:18 
AnswerRe: how to schedule asp page Pin
Guffa6-Mar-08 7:20
Guffa6-Mar-08 7:20 
GeneralRe: how to schedule asp page Pin
mohit narang11-Mar-08 4:29
mohit narang11-Mar-08 4:29 
GeneralRe: how to schedule asp page Pin
Guffa11-Mar-08 9:20
Guffa11-Mar-08 9:20 
GeneralCustom Web Control Question Pin
dolphinhk6-Mar-08 5:01
dolphinhk6-Mar-08 5:01 
GeneralRe: Custom Web Control Question Pin
Christian Graus6-Mar-08 10:30
protectorChristian Graus6-Mar-08 10:30 
QuestionTreeView Spacing Problem Pin
Paul Clark6-Mar-08 4:54
Paul Clark6-Mar-08 4:54 
I have been using the asp.net treeview control but I am having trouble.

I have set level styles for each level of the treeview which has images for expanded and collapsed nodes.

The lowest level node displays no images which I would expect but it also displays the nodes with larger spacing between them.

Could someone provide a solution as to how I can control this spacing.

Below is the theme

asp:TreeView runat="server" SkinId="FolderList" VerticalPadding="0px" ChildNodesPadding="0px" NodeSpacing="0px" >
<ParentNodeStyle VerticalPadding="0px" ForeColor="White" />
<LeafNodeStyle VerticalPadding="0px" ChildNodesPadding="0px" NodeSpacing="0px"/>

<RootNodeStyle Font-Names="Arial" ForeColor="White" VerticalPadding="0px" />
<LevelStyles>
<asp:TreeNodeStyle
Font-Bold="true"
Font-Size="9pt"
ForeColor="Black"/>
<asp:TreeNodeStyle
Font-Size="8pt"
ForeColor="#282828"/>
<asp:TreeNodeStyle
VerticalPadding="0px"
NodeSpacing="0px"
ChildNodesPadding="0px"
Font-Size="8pt"
ForeColor="Red"/>
<asp:TreeNodeStyle
VerticalPadding="0px"
NodeSpacing="0px"
ChildNodesPadding="0px"
Font-Size="8pt"
ForeColor="Orange"/>
<asp:TreeNodeStyle
VerticalPadding="0px"
NodeSpacing="0px"
ChildNodesPadding="0px"
Font-Size="8pt"
ForeColor="#6E6E6E"/>
</LevelStyles>
</asp:TreeView>
GeneralAsp.net validation Pin
Naveed Kamboh6-Mar-08 3:39
Naveed Kamboh6-Mar-08 3:39 
GeneralRe: Asp.net validation Pin
Laddie6-Mar-08 4:07
Laddie6-Mar-08 4:07 
GeneralRe: Asp.net validation Pin
Naveed Kamboh6-Mar-08 4:26
Naveed Kamboh6-Mar-08 4:26 
GeneralRe: Asp.net validation Pin
eyeseetee6-Mar-08 4:35
eyeseetee6-Mar-08 4:35 
GeneralRe: Asp.net validation Pin
Laddie6-Mar-08 4:42
Laddie6-Mar-08 4:42 
Generaltimer control Pin
iamdking6-Mar-08 3:09
iamdking6-Mar-08 3:09 
GeneralRe: timer control Pin
Laddie6-Mar-08 3:15
Laddie6-Mar-08 3:15 
GeneralRe: timer control Pin
iamdking6-Mar-08 3:32
iamdking6-Mar-08 3:32 
GeneralRe: timer control Pin
eyeseetee6-Mar-08 3:24
eyeseetee6-Mar-08 3:24 
GeneralRe: timer control Pin
iamdking6-Mar-08 3:29
iamdking6-Mar-08 3:29 
GeneralRe: timer control Pin
Laddie6-Mar-08 3:51
Laddie6-Mar-08 3:51 
QuestionHow to bind a hyperlink in Gridview to the variable in cs file of the same application in ASP.NET2.0? Pin
salon6-Mar-08 3:00
salon6-Mar-08 3:00 
AnswerRe: How to bind a hyperlink in Gridview to the variable in cs file of the same application in ASP.NET2.0? Pin
Laddie6-Mar-08 3:08
Laddie6-Mar-08 3:08 
GeneralRe: How to bind a hyperlink in Gridview to the variable in cs file of the same application in ASP.NET2.0? Pin
salon6-Mar-08 3:24
salon6-Mar-08 3:24 
GeneralRe: How to bind a hyperlink in Gridview to the variable in cs file of the same application in ASP.NET2.0? Pin
Laddie6-Mar-08 4:11
Laddie6-Mar-08 4:11 
GeneralRe: How to bind a hyperlink in Gridview to the variable in cs file of the same application in ASP.NET2.0? Pin
salon6-Mar-08 18:19
salon6-Mar-08 18:19 
GeneralIncorrect syntax near {, must declare the scalar variable @AddedDate, @ArticleID Pin
laziale6-Mar-08 2:30
laziale6-Mar-08 2:30 

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.