摘要: <head> <title>密码强度检测</title> <style type="text/css"> body { font: 12px/1.5 Arial; } input{ float: left;font-size: 12px; width: 150px;font-family: arial; border: 1px solid #ccc; padding: 3px;} input.correct{ border: 1px solid green; } input.error{border: 1px solid re 阅读全文
posted @ 2013-04-23 17:14 yudan 阅读(1332) 评论(2) 推荐(0) 编辑
摘要: ====前台<body> <form id="form1" runat="server"> <div> <asp:Label ID="Label8" runat="server" Text="省" ForeColor="#CC6600"></asp:Label> <asp:Label ID="Label22" runat="server" ForeColor=" 阅读全文
posted @ 2013-03-11 21:14 yudan 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 效果图:前台<Grid Background="{StaticResource ApplicationPageBackgroundThemeBrush}"> <ListView BorderBrush="Red" BorderThickness="2" Name="lv1" HorizontalAlignment="Left" Height="297" Margin="382,66,0,0" VerticalAlignment=" 阅读全文
posted @ 2013-02-19 10:29 yudan 阅读(265) 评论(0) 推荐(0) 编辑
摘要: <Grid Background="{StaticResource ApplicationPageBackgroundThemeBrush}"> <Slider HorizontalAlignment="left" Margin="460,182,0,0" VerticalAlignment="Top" Width="469" Height="36" Maximum="100" Minimum="0"/> < 阅读全文
posted @ 2013-02-14 14:23 yudan 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 1、首先建立一个Default.aspx的主页面,再建立一个站点地图:Web.sitemap2、Default.aspx的主页面的设计<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Menu控件1.Default" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "h 阅读全文
posted @ 2013-02-05 12:08 yudan 阅读(1513) 评论(0) 推荐(0) 编辑
摘要: <StackPanel> <Button Content="点我" FontSize="30" > <Button.Background> <SolidColorBrush Color="Red"/> </Button.Background> </Button> <Button Content="线性画刷" HorizontalAlignment="Left" Margin="14,448,0,0" 阅读全文
posted @ 2013-02-05 11:59 yudan 阅读(114) 评论(0) 推荐(0) 编辑
摘要: ==========================================================web页的设计:<configuration> <system.web> <compilation debug="true" targetFramework="4.0" /> </system.web><connectionStrings> <add name="studentconStr" connectionString="Data Sour 阅读全文
posted @ 2013-01-04 16:58 yudan 阅读(811) 评论(2) 推荐(0) 编辑
摘要: 放置一个母版页Master结构设置: <head runat="server"> <title></title> <link href="StyleSheet1.css" rel="stylesheet" type="text/css" /> <asp:ContentPlaceHolder ID="head" runat="server"> </asp:ContentPlaceHolder> </h 阅读全文
posted @ 2012-12-26 16:27 yudan 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 申请了两次,终于开通了自己一直想开通的博客园博客,作为一名IT学者,我需要在博客园中分享和学习一些IT内容,来加强自己的知识水平,博客园也是一个IT技术人员想为IT技术人员们提供一个纯净的技术交流空间,因此开通博客园博客我会好好利用这个平台,加油! 阅读全文
posted @ 2012-12-25 17:27 yudan 阅读(98) 评论(0) 推荐(0) 编辑