01.
[我的ASP.net学习历程]有关于.dll文件的迷惑刚在写程序的时候碰到了一个问题,原本只是想把所有.cs文件编译成.dll的。(因为从开发以来,都没尝试过所它编译,只是知道有这样的一回事。可能是公司没做要求吧!)(说白了,人懒!^o^)。好了,话回正题,一开始...查看完整版>>
[我的ASP.net学习历程]有关于.dll文件的迷惑
02.
[我的ASP.net学习历程]DataBase Settion(7)using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Drawing;using System.Web;using System.Web.SessionState;using System.Web.UI;using System.Web.UI.WebContr...查看完整版>>
[我的ASP.net学习历程]DataBase Settion(7)
03.
[我的ASP.net学习历程]DataBase Settion(6)using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Drawing;using System.Web;using System.Web.SessionState;using System.Web.UI;using System.Web.UI.WebContr...查看完整版>>
[我的ASP.net学习历程]DataBase Settion(6)
04.
[我的ASP.net学习历程]DataBase Settion(5)protected System.Web.UI.WebControls.DataGrid DataGrid1;private void Page_Load(object sender, System.EventArgs e){// 写法一:// string connectionString = "SERVER=172.24.17.134;USER ID=sa;PWD=testPass;DA...查看完整版>>
[我的ASP.net学习历程]DataBase Settion(5)
05.
[我的ASP.net学习历程]DataBase Settion(4)protected System.Web.UI.WebControls.DataGrid DataGrid1; private void Page_Load(object sender, System.EventArgs e) { string dbPath = @"Data\dbTest.mdb"; string db = Server.MapPath(dbPath); str...查看完整版>>
[我的ASP.net学习历程]DataBase Settion(4)
06.
[我的ASP.net学习历程]DataBase Settion(3)protected System.Web.UI.WebControls.DataGrid DataGrid1; private void Page_Load(object sender, System.EventArgs e) { Random rd = new Random(); string dbPath = @"Data\dbTest.mdb"; string db = S...查看完整版>>
[我的ASP.net学习历程]DataBase Settion(3)
07.
[我的ASP.net学习历程]DataGrid(PageChange)(2)<%@ Page Language="C#" AutoEventWireup="True" Debug="true" %><Script language="C#" runat="server">void Page_Load(Object Sender,EventArgs e){//页面初始化 if (!Page.IsPostBack){ PageSize.Te...查看完整版>>
[我的ASP.net学习历程]DataGrid(PageChange)(2)
08.
[我的ASP.net学习历程]DataGrid(PageChange)(1)<%@ Page Language="C#" AutoEventWireup="True" Debug="true" %><Script language="C#" runat="server">void Page_Load(Object Sender,EventArgs e){ if (!Page.IsPostBack){ TextBox_1.Text="Prev"; ...查看完整版>>
[我的ASP.net学习历程]DataGrid(PageChange)(1)
09.
[我的ASP.net学习历程]调用类库函库的简单加密方法ASP.net自带了一个MD5和SHA1加密类库!下面是调用此类库的两种加密方法:===================== public string GetMD5(string strData) { //使用MD5加密方法: System.Security.Cryptography.MD5 md5 = new Sy...查看完整版>>
[我的ASP.net学习历程]调用类库函库的简单加密方法
10.
[我的ASP.net学习历程]调用类库函库的简单加密方法ASP.net自带了一个MD5和SHA1加密类库!下面是调用此类库的两种加密方法:===================== public string GetMD5(string strData) { //使用MD5加密方法: System.Security.Cryptography.MD5 md5 = new Sy...查看完整版>>
[我的ASP.net学习历程]调用类库函库的简单加密方法
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。