- 博客(7)
- 收藏
- 关注
转载 ASP.Net高级:SiteMapPath、TreeView
了解SiteMapPath控件,SiteMapPath数据来自站点地图文件 注意: 只有在站点地图中列出的页才能在 SiteMapPath 控件中显示导航数据。如果将 SiteMapPath 控件放置在站点地图中未列出的页上,该控件将不会向客户端显示任何信息。 例题: 用到的动态网页: 在每一个页子上添加一个SiteMapPath控件,添加一个Web.sitem...
2012-12-20 19:47:00 152
转载 Windows8:去掉文本中的HTML标记 (后台一句代码的事儿)
1、在界面中放一个TextBox,用来输入带HTML的文本,一个Button,点击后转换,一个TextBlock,显示转换后的字符串。XAML如下: <Page x:Class="App1.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://s...
2012-12-20 19:44:00 84
转载 Windows8:ListBox与ComboBox
ListBox 对于所有的集合控件,都是一样的使用方法,往里面放东西就两种途径: 1、数据绑定; 2、手动添加项。 而ListBox对应的项是ListBoxItem,说得更明白一些,它就是一个ContentControl,就像Button一样,都有一个Content属性,而我们就通过这个属性来设置项里面要显示的东西。对于数据绑定而言,因为是批量化的,所以,这个时候,就要用上D...
2012-12-20 19:43:00 73
转载 Windows8:FlipView
FlipView数据绑定 public class Student { public string Name {get; set; } public int Age { get; set; } public string Sex { get; set; } public string Email {get; set; } public string Remark {get;...
2012-12-20 19:43:00 65
转载 使用XmlDocument将dropdownlist中显示的书名的其它信息读入到相应的文本框中。
----------------前台:---------------------- <body> <form id="form1" runat="server"> <div> 书名: <asp:DropDownList ID="DropDownList1" runat="server"> </asp:DropDo...
2012-12-20 19:41:00 90
转载 使用DataList实现 加入购物车,编辑,删除,更新,取消功能。要求连一个产品表。...
----------------------前台------------------------<body> <form id="form1" runat="server"> <div> <asp:DataList ID="DataList1" runat="server" onitemcomma...
2012-12-20 16:40:00 215
转载 Datalist使用存储过程来分页
--------------前台:-------------------<body> <form id="form1" runat="server"> <div> <asp:DataList ID="DataList1" runat="server" onitemcommand="DataList...
2012-12-20 16:36:00 78
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人