随笔分类 - asp.net
摘要:为了给段落添加强调文本,则可以添加 class="lead"本行内容是在标签内本行内容是在标签内本行内容是在标签内,并呈现为斜体向左对齐文本居中对齐文本向右对齐文本本行内容是减弱的本行内容带有一个 warning class本行内容带有一个 success class本行内容带有一个 info cl...
阅读全文
摘要:bootstrap........ 不同设备内容设备行 设备支持 嵌套布局 第二列 - 分为四个盒子 排版先后顺序 我是标题1 h1. 我是副标题1 h1 为了给段落添加强调文本,则可以添加 class="lead",这将得到更大更粗、行高更高的文本文本强调本...
阅读全文
摘要:后台数据using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System....
阅读全文
摘要:asp.net页面传至几种方法 Response.Redirect (或称 Query String 方式、URL方式) Response.Redirect("WebForm5.aspx"); 对于异常页面 可以这样处理Response.Redirect("WebForm5.aspx",false)...
阅读全文
摘要:public string Get_MD5_Method1(string strSource) { System.Security.Cryptography.MD5 md5 = new System.Security.Cryptography.MD5CryptoS...
阅读全文
摘要:项目需要,简单研究了下ajax需要在html中引入js文件 编写js函数function testAjax() { $.ajax({ type: 'get', //请求方式 get/post url: 'WebForm...
阅读全文
摘要:--修改存储过程alter proc proc_get_studentasselect * from student;asp.net 的事务就是针对数据层来处理的呀!没有数据处理不能使用事务 -------------------------------------string sql = "upd...
阅读全文
摘要:--> 节可以配置 ASP.NET 使用的 安全身份验证模式, 以标识传入的用户。 -->
阅读全文
摘要:protected void Button1_Click(object sender, EventArgs e) { string str = ""; if (FileUpload1.HasFile) { try ...
阅读全文
摘要:在线人数 Application.Lock(); Application["num"] =(Convert.ToInt32(Application["num"]) + 1).ToString(); Application.UnLock(); ...
阅读全文

浙公网安备 33010602011771号