2009年3月19日

摘要: 1)controlvalue using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; /// /// Summary description for ControlValue /// public class ControlValue ... 阅读全文
posted @ 2009-03-19 17:11 Gsun 阅读(312) 评论(0) 推荐(0)

2009年3月18日

摘要: 1)建立一个页面iv_validatecode.aspx 代码如下: using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Drawing; using System.Web.Security; using Sys... 阅读全文
posted @ 2009-03-18 08:15 Gsun 阅读(349) 评论(0) 推荐(0)

2009年3月16日

摘要: 1)在web.config 的中增中 2)在页面中增加 在问卷中,使用可折叠控件以避免版面过长 ... 阅读全文
posted @ 2009-03-16 15:23 Gsun 阅读(735) 评论(0) 推荐(0)
摘要: 1)前台aspx页面 司机管理--登记 学历 应聘渠道 教育类型 其它语言 职位类别 历史维修 历史用车 部门核准 行政核准 ... 阅读全文
posted @ 2009-03-16 15:17 Gsun 阅读(382) 评论(0) 推荐(0)

2009年3月12日

摘要: http://www.cnblogs.com/Terrylee/archive/2005/12/09/293465.html 阅读全文
posted @ 2009-03-12 21:52 Gsun 阅读(224) 评论(0) 推荐(0)

2009年3月11日

摘要: protected void Button2_Click(object sender, EventArgs e)//保存 { HttpPostedFile upFile = File1.PostedFile; int iFileLength = upFile.Conten... 阅读全文
posted @ 2009-03-11 08:22 Gsun 阅读(718) 评论(0) 推荐(0)
摘要: 1, PInvoke什么意思? Platform Invocation Services2, 干什么用? 导入外部函数?什么是外部函数,就是不属于.Net托管的函数。3,如何用?看下面的例子。用[DllImport(dllname)]来实现,但是首先要把System.Runtiime.InteropServices using进来。但是不using也行,就要敲全称,随你便了。[DllImport(... 阅读全文
posted @ 2009-03-11 08:20 Gsun 阅读(938) 评论(1) 推荐(0)

2009年3月10日

摘要: 阅读全文
posted @ 2009-03-10 18:34 Gsun 阅读(446) 评论(2) 推荐(0)
摘要: 1)Ajax.Utility.RegisterTypeForAjax(typeof(HRM_interview_interviewlist)); 2)HRM_interview_interviewlist.GetStates(ddlAppChanelId ,LoadAppChanel_CallBack ); 3) function LoadAppChanel_Cal... 阅读全文
posted @ 2009-03-10 11:18 Gsun 阅读(384) 评论(0) 推荐(0)
摘要: 1)function AddFamilyInfo() { var tab = document.getElementById("familyTable"); var tbd = document.createElement('TBODY'); var row = document.c... 阅读全文
posted @ 2009-03-10 11:15 Gsun 阅读(446) 评论(0) 推荐(0)

导航