首页上一页 1 下一页尾页 9 条记录 1/1页
Asp.net 程序开发范例宝典(C#)实例133
发表在C#图书答疑
2009-03-06
是否精华
是
否
版块置顶:
是
否
设置时间:
非永久
永久
起始时间:
结束时间:
是否扣分:
是
否
你好
如标题,实例133 ,如果要程序正常工作,我应该需要做哪些操作,更改程序的那部分代码?谢谢,我是刚开始学习C# 。
如标题,实例133 ,如果要程序正常工作,我应该需要做哪些操作,更改程序的那部分代码?谢谢,我是刚开始学习C# 。
精彩评论 9
2009-03-09
7L
按照你的说明,还是不行,请你帮忙看下是什么问题, 以下是代码,谢谢先!
/////////////
<frameset rows="80,*" cols="2000" frameborder="NO" border="0" framespacing="0">
<frame src="top.asp" name="topFrame" scrolling="NO" noresize >
<frameset cols="200,*" frameborder="NO" border="0" framespacing="0">
[font color=#FF0000]<frame name="leftFrame" src="TreeShowPage.aspx" >
<frame name="right" src="main.asp" scrolling="Yes">
[/font] </frameset>
</noframes>
</frameset>
<body>
</body>
</html>
/////////////
<asp:TreeView ID="TreeView1" [font color=#FF0000]Target="right"[/font] runat="server" OnSelectedNodeChanged="TreeView1_SelectedNodeChanged"
ImageSet="BulletedList3" ExpandDepth="1" ExpandImageUrl="/Ex07_03/images/1.gif" NodeWrap="True"
NoExpandImageUrl="/Ex07_03/images/1.gif" ShowLines="True" CollapseImageUrl="/Ex07_03/images/1.gif" >
<ParentNodeStyle Font-Bold="False" />
<HoverNodeStyle Font-Underline="True" ForeColor="#5555DD" />
<SelectedNodeStyle Font-Underline="True" HorizontalPadding="0px"
VerticalPadding="0px" ForeColor="#5555DD" ImageUrl="/Ex07_03/images/1.gif" />
<NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="5px"
NodeSpacing="0px" VerticalPadding="0px" />
<LeafNodeStyle ImageUrl="/Ex07_03/images/1.gif" />
</asp:TreeView>[/font]
/////////////
<frameset rows="80,*" cols="2000" frameborder="NO" border="0" framespacing="0">
<frame src="top.asp" name="topFrame" scrolling="NO" noresize >
<frameset cols="200,*" frameborder="NO" border="0" framespacing="0">
[font color=#FF0000]<frame name="leftFrame" src="TreeShowPage.aspx" >
<frame name="right" src="main.asp" scrolling="Yes">
[/font] </frameset>
</noframes>
</frameset>
<body>
</body>
</html>
/////////////
<asp:TreeView ID="TreeView1" [font color=#FF0000]Target="right"[/font] runat="server" OnSelectedNodeChanged="TreeView1_SelectedNodeChanged"
ImageSet="BulletedList3" ExpandDepth="1" ExpandImageUrl="/Ex07_03/images/1.gif" NodeWrap="True"
NoExpandImageUrl="/Ex07_03/images/1.gif" ShowLines="True" CollapseImageUrl="/Ex07_03/images/1.gif" >
<ParentNodeStyle Font-Bold="False" />
<HoverNodeStyle Font-Underline="True" ForeColor="#5555DD" />
<SelectedNodeStyle Font-Underline="True" HorizontalPadding="0px"
VerticalPadding="0px" ForeColor="#5555DD" ImageUrl="/Ex07_03/images/1.gif" />
<NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" HorizontalPadding="5px"
NodeSpacing="0px" VerticalPadding="0px" />
<LeafNodeStyle ImageUrl="/Ex07_03/images/1.gif" />
</asp:TreeView>[/font]