HTML5先行者高级交流群

欢迎加入学习讨论
专注前端,专注网页设计制作及网站开发项目 - (低价承接网站开发项目) QQ:370158739加入收藏RSS
-
2013-12-20 14:53:16
通过自定义类来达到向aspx页面加入脚本代码的例子_.NET教程_编程技术
- 脚本|页面 Set the InitialFocus for an ASP.NET WebForm The PageUtil class has a static method SetInitialFocus(control) which can be used to generate a JavaScript for
-
2013-12-20 14:53:15
WINDOWS2000服务器账号登陆身份验证_.NET教程_编程技术
- window|服务器 <%userflag=trim(request("userflag"))oldPwd=trim(request("oldPwd"))newPwd=trim(request("newPwd"))'修改内部网和邮箱的密码adsPath = "LDAP://file/cn=" & us
-
2013-12-20 14:53:15
在datagrid中删除时确定_.NET教程_编程技术
- datagrid <%@ Page Language="VB" Debug="true" %><html> <head> <script language="VB" runat="server"> Sub Page_Load(Sender As Object, e As EventArgs)
-
2013-12-20 14:53:14
COM组件对象与.NET类对象的相互转换_.NET教程_编程技术
- 对象|转换 运行环境:Visual Studio.NET Beta2, VC7, C#参考资料:MSDN级别:入门级一、前言COM组件对象与.NET类对象是完全不同的,但为了使COM客户程序象调用COM组件一样调用.NET对象,使
-
2013-12-20 14:53:12
XmlNodeList_.NET教程_编程技术
- xml Returns an XmlNodeList containing a list of all descendant elements that match the specified name.Overload ListReturns an XmlNodeList containing a list of all de
-
2013-12-20 14:53:11
在datalist中选取数据。_.NET教程_编程技术
- 数据 @ Import Namespace="System.Data" %><%@ Import Namespace="System.Data.SqlClient" %><html><script language="C#" runat="server"> SqlConnection myConnection;
-
2013-12-20 14:53:09
DataBinding DropDownList_.NET教程_编程技术
- <html><head> <script language="C#" runat="server"> void Page_Load(Object Sender, EventArgs E) { if (!Page.IsPostBack) { ArrayList
-
2013-12-20 14:53:08
用asp.net向其他服务器post一条信息_.NET教程_编程技术
- asp.net|服务器 using System;<br> using System.Web;<br> using System.Net;<br> using System.IO;<br> using System.Text;<br> namespace SendMessage<br>
-
2013-12-20 14:53:02
在ASP.NET中使用Session与Application 对象_.NET教程_编程技术
- application|asp.net|session|对象 Last month (November 2001) I concluded that in ASP.NET, caching is the key to performance if you want to exploit Web controls and ma
-
2013-12-20 14:52:59
转:ASP.NET验证控件详解_.NET教程_编程技术
- asp.net|控件|详解 ASP.NET验证控件详解 ASP.NET是微软推出的下一代WEB开发工具,其强大的功能立即吸引了一大批WEB开发者投入它的靡下。现在,我们来看看ASP.NET的验证控件,感受ASP.N
-
2013-12-20 14:52:59
在ASP.NET中获取文件属性_.NET教程_编程技术
- asp.net 在ASP.NET中获取文件属性(Retrieving File Information In ASP.NET)By Steven Smith使用ASP.NET我们可以很容易的得到文件的相关信息,包括:文件名、路径、扩展名、大小和创建
-
2013-12-20 14:52:58
datalist分页(codebehind部分)_.NET教程_编程技术
- 分页 using System;using System.Collections;using System.Configuration;using System.ComponentModel;using System.Data;using System.Data.SqlClient;using System.Drawing;