English Sentence Loading...
英语句子加载中...
【收藏】如何实现两个DropDownList两级联动连接数据库
作者:admin 日期:2010-08-17
asp.net 显示,添加,删除和修改
作者:admin 日期:2010-08-17
在WEB项目里看到Web.config配置文件
<appSettings>
<!-- 数据库连接字符串 -->
<add key="ConnStr" value="Data Source=localhost;database=company;UID=sa;Password=;Persist Security Info=True;" />
</appSettings>
<appSettings>
<!-- 数据库连接字符串 -->
<add key="ConnStr" value="Data Source=localhost;database=company;UID=sa;Password=;Persist Security Info=True;" />
</appSettings>
asp.net的通用两级联动
作者:admin 日期:2010-08-17
程序代码<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Tags: 两级联动
C# 获得.xls文件的内容 获得.xls文件中的表名
作者:admin 日期:2010-08-17
程序代码private void ExcelToDS(string Path)
{
string clientFilePath = FileUpload1.PostedFile.FileName; //客户端文件的物理路径
int i = clientFilePath.LastIndexOf("."); //取得文件名中最后一个"."的索引
{
string clientFilePath = FileUpload1.PostedFile.FileName; //客户端文件的物理路径
int i = clientFilePath.LastIndexOf("."); //取得文件名中最后一个"."的索引
asp.net两级联动(包含添加和修改)
作者:admin 日期:2010-08-17
手机号码判断php函数,包含15号段
作者:admin 日期:2010-08-16
CSS+div和JS制作的网页滑动门特效代码
作者:admin 日期:2010-08-14
银灰色tab带链接的jquery滑动门代码
作者:admin 日期:2010-08-14
演示:http://www.duice.net/UploadFiles/wzjs/wytx/hdm/hdm13.html
程序代码
程序代码<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
HTML代码







