上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 64 下一页
  2013年3月5日
摘要: ylbtech-ASP.NET-Control-Bind:DetailsView(详细视图)的使用前台绑定ASP.NET中 DetailsView(详细视图)的使用前台绑定。1.A,运行效果图返回顶部 1.B,源代码返回顶部View Code <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Dvw.aspx.cs" Inherits="Dvw" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHT 阅读全文
posted @ 2013-03-05 11:54 ylbtech 阅读(1371) 评论(0) 推荐(0) 编辑
摘要: ylbtech-ASP.NET-Control-Bind:DataList(数据列表)的使用前台绑定ASP.NET中 DataList(数据列表)的使用前台绑定。1.A,运行效果图返回顶部 1.B,源代码返回顶部View Code <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Dlst.aspx.cs" Inherits="Dlst" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1 阅读全文
posted @ 2013-03-05 11:43 ylbtech 阅读(2748) 评论(0) 推荐(0) 编辑
摘要: ylbtech-ASP.NET-Control-Bind:DropDownList+Repeater 的使用前台绑定ASP.NET中 DropDownList+Repeater的使用前台绑定。1.A,运行效果图返回顶部 1.B,源代码返回顶部View Code <%@ Page Language="C#" AutoEventWireup="true" CodeFile="DropRpt.aspx.cs" Inherits="DropRpt" %><!DOCTYPE html PUBLIC &quo 阅读全文
posted @ 2013-03-05 11:09 ylbtech 阅读(1717) 评论(0) 推荐(0) 编辑
摘要: ylbtech-ASP.NET-Control-Bind:DropDownList+ListView(列表视图)的使用前台绑定ASP.NET中 DropDownList+ListView(列表视图)的使用前台绑定。1.A,运行效果图返回顶部 1.B,源代码返回顶部View Code <%@ Page Language="C#" AutoEventWireup="true" CodeFile="DropLvw.aspx.cs" Inherits="DropLvw" %><!DOCTYPE html 阅读全文
posted @ 2013-03-05 11:03 ylbtech 阅读(1490) 评论(0) 推荐(0) 编辑
摘要: ylbtech-ASP.NET-Control-Bind:DropDownList+GridView(网格视图)的使用前台绑定[高]ASP.NET中 DropDownList+GridView(网格视图)的使用前台绑定[高]。1.A,运行效果图返回顶部 1.B,源代码返回顶部View Code <%@ Page Language="C#" AutoEventWireup="true" CodeFile="DropGvw.aspx.cs" Inherits="_Default" %><!DOCTYP 阅读全文
posted @ 2013-03-05 10:58 ylbtech 阅读(512) 评论(0) 推荐(0) 编辑
摘要: ylbtech-ASP.NET-Control-Bind:DropDownList+FormView(表单视图)的使用前台绑定ASP.NET中 DropDownList+FormView(表单视图)的使用前台绑定。1.A,运行效果图返回顶部 1.B,源代码返回顶部View Code <%@ Page Language="C#" AutoEventWireup="true" CodeFile="DropFvw.aspx.cs" Inherits="DropFvw" %><!DOCTYPE html 阅读全文
posted @ 2013-03-05 10:50 ylbtech 阅读(631) 评论(0) 推荐(0) 编辑
摘要: ylbtech-ASP.NET-Control-Bind:DropDownList+DetailsView(详细视图)的使用前台绑定ASP.NET中 DropDownList+DetailsView(详细视图)的使用前台绑定。1.A,运行效果图返回顶部 1.B,源代码返回顶部View Code <%@ Page Language="C#" AutoEventWireup="true" CodeFile="DropDvw.aspx.cs" Inherits="DropDvw" %><!DOCTYPE 阅读全文
posted @ 2013-03-05 10:46 ylbtech 阅读(809) 评论(0) 推荐(0) 编辑
摘要: ylbtech-ASP.NET-Control-Bind:DropDownList+DataList(数据列表)前台绑定ASP.NET中 DropDownList+DataList(数据列表)的使用前台绑定。1.A,运行效果图返回顶部 1.B,源代码返回顶部View Code <%@ Page Language="C#" AutoEventWireup="true" CodeFile="DropDlst.aspx.cs" Inherits="DropDlst" %><!DOCTYPE html P 阅读全文
posted @ 2013-03-05 10:37 ylbtech 阅读(1296) 评论(0) 推荐(1) 编辑
摘要: ylbtech-ASP.NET-Control-Bind:GridView(网格视图)前台绑定ASP.NET中GridView(网格视图)的使用前台绑定。1.A,运行效果图返回顶部 1.B,源代码返回顶部View Code <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHT 阅读全文
posted @ 2013-03-05 10:29 ylbtech 阅读(1365) 评论(0) 推荐(0) 编辑
  2013年3月4日
摘要: ylbtech-asp.net:AdRotator(广告控件)ASP.NET 中AdRotator(广告控件)的使用。1.A,控件-AdRotator(广告控件)返回顶部 AdRotator服务器控件属性描述ImageUrl图像文件的绝对路径或相对地址NavigateUrl当图像被点击时,可访问相应的网页AlternateText当鼠标移动到图片上方时,将显示的提示信息keyword指定广告的分类,我们可以利用此属性来对广告条进行分类Impressions指定图片在表格中的大小1.B,运用实例返回顶部/Ad/X.jpg 图片位置/Intro.xml 广告信息编写(格式及规范)View Co.. 阅读全文
posted @ 2013-03-04 17:53 ylbtech 阅读(5792) 评论(1) 推荐(1) 编辑
上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 64 下一页