随笔分类 - ASP.net
摘要:类: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; namespace study_MvcApplication.Models { pub
阅读全文
摘要:1.在mvc模式中controller调用不了models中的类 解决方法:using 【项目名】.models; 在视图中可以通过:【项目名】.models.类名 2.location.href只有在ie中有效 解决方法:改为: location = 3.关于js中获取DropDownList和R
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using System.Configuration; using System.Security; using System.Web.UI; using System.Web.UI.Htm...
阅读全文
摘要:建立通用功能类 Common.cs 在此类中添加生成随机字符串和字符串转换图片输出的函数 内容如下: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.U
阅读全文
摘要:SqlConnection conn = new SqlConnection();//创建sqlconnection数据库连接对象 conn.ConnectionString = @"server = JOHAN; uid = sa; pwd=8581894633aA; database = use
阅读全文
摘要:Request对象是HttpRequest类的一个实例,使用该对象可以读取浏览器已经发送的内容,以使ASP.NET能够读取客户端在Web请求期间发送的HTTP值。 Request对象获取客户端页面发送的信息主要是通过其所包含的Form、QueryString、Cookies、ServerVariab
阅读全文

浙公网安备 33010602011771号