English Sentence Loading...
英语句子加载中...
AspNetPager分页实例
作者:admin 日期:2010-08-29
<body>
<center>
<form id="form1" runat="server">
<div>
<asp:GridView ID="GridView1" runat="server" PageSize="3" Width="379px" AutoGenerateColumns="False">
<center>
<form id="form1" runat="server">
<div>
<asp:GridView ID="GridView1" runat="server" PageSize="3" Width="379px" AutoGenerateColumns="False">
AspNetPager样式以及使用(漂亮)
作者:admin 日期:2010-08-29
分页是Web应用程序中最常用到的功能之一,AspNetPager 简单实用,应用到项目后台中,棒极了!
自定义样式:
<style type="text/css">
自定义样式:
<style type="text/css">
Tags: AspNetPager 分页
ASP.NET改变checkboxlist选中项字体颜色
作者:admin 日期:2010-08-26
1.default.aspx设计页面
程序代码
程序代码<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
google的日程安排的.net实现
作者:admin 日期:2010-08-25
鼠标放上去表格变颜色
作者:admin 日期:2010-08-24
<TABLE border=1>
<TR bgcolor=#CCFFFF onmouseover=this.style.background='#cccccc' onmouseout=this.style.background='#ccffff'>
<TD >移上来看看</TD>
<TD > </TD>
</TR>
<TR bgcolor=#CCFFFF onmouseover=this.style.background='#cccccc' onmouseout=this.style.background='#ccffff'>
<TD >移上来看看</TD>
<TD > </TD>
</TR>








