
.net
文章平均质量分 77
liheao123456
这个作者很懒,什么都没留下…
展开
-
输出图片(二进制)
using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.WebControls.W转载 2016-02-10 16:13:04 · 348 阅读 · 0 评论 -
新闻发布系统-1.登录后台端口
Login.aspx前台代码: body { position: relative; width: 30%; margin: 0 auto; text-align: center;转载 2016-05-27 09:41:52 · 13253 阅读 · 0 评论 -
应用dot net的ajax举例-简单的对话代码
输入聊天信息: 选择字体颜色: 红色 绿色 黄色 后台代码using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.转载 2016-05-25 08:49:14 · 448 阅读 · 0 评论 -
新闻发布程序(2):查看数据的界面
注:新闻发布程序往往需要查看新闻条目,这里介绍一个简单的查看程序。空网页: 新闻具体内容 Width="373px">转载 2016-04-06 07:38:15 · 333 阅读 · 0 评论 -
新闻发布程序(1):建立一个通过前台输入文本内容的简单网页程序
1.新建网站。2.先创建一个类,类的内容见下(在app_code文件夹)using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Data;using System.Configuration;using System.Web.Secur转载 2016-04-05 09:53:21 · 634 阅读 · 0 评论 -
c#-sql之having
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using Sy转载 2016-02-21 12:55:03 · 363 阅读 · 0 评论 -
c# sql查询-having子句
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using Sy转载 2016-02-21 12:48:58 · 594 阅读 · 0 评论 -
6.1母版页建立
1.新建母版页http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/1999/xhtml"> 主母版页转载 2016-03-16 20:59:47 · 304 阅读 · 0 评论 -
5.2数据比较
e Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/1999/xhtml" >值比较验证转载 2016-03-15 20:36:19 · 203 阅读 · 0 评论 -
5.1数据验证技术
空网页http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/1999/xhtml" > 非空数据验证 用户信息转载 2016-03-15 20:31:04 · 303 阅读 · 0 评论 -
简单聊天室的代码
简单的聊天室代码-.net(c#)vs20101. 新建网站-空网站2. 添加4个WEB窗体新项、1个全局应用程序类新项3. 源代码:Login.aspx@Page Language="C#"AutoEventWireup="true"CodeFile="Login.aspx.cs"Inherits="Logi转载 2016-02-10 20:31:30 · 6462 阅读 · 0 评论 -
XML是什么,它可以做什么?——写给XML入门者
XML是什么,它可以做什么?——写给XML入门者XML即可扩展标记语言(eXtensible Markup Language)。标记是指计算机所能理解的信息符号,通过此种标记,计算机之间可以处理包含各种信息的文章等。如何定义这些标记,既可以选择国际通用的标记语言,比如HTML,也可以使用象XML这样由相关人士自由决定的标记语言,这就是语言的可扩展性。XML是从SGML中简化修改原创 2016-05-27 09:57:49 · 3497 阅读 · 0 评论