易截截图软件、单文件、免安装、纯绿色、仅160KB
热门标签: c c# c++ asp asp.net linux php jsp java vb Python Ruby mysql sql access Sqlite sqlserver delphi javascript Oracle ajax wap mssql html css flash flex dreamweaver xml
 最新文章 :

asp.net web用户控件问题

using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.Mobile;
using System.Web.SessionState;
using System.Web.UI;

using System.Web.UI.WebControls;
using System.Web.UI.HtmlCont ......

asp.net 发布 与 开发环境有什么不同

本人菜鸟 刚接触.net所以问这个可笑的问题  就是我在开发环境下用 Sever.MapPath得到Access数据库 地址正确  数据库可读可写 得到QQWry.dat路径也正确 但我把代码全都复制到IIS下(不是发部网站就是复制源码) 数据库路径正确但不可写了  QQWry.dat路径也不能正确得到  请教各位这是什么原因?
access ......

asp.net连接SQLserver2005问题

string userpossword;
        SqlConnection conn = new SqlConnection("server=.\\SQL2005;uid=sa;pwd=sa;database=TongXunLuDB");
        string strcon = "select userpassword from UserLoginInfo where username='admin'";
  & ......

asp.net如何操作文件?

是操作服务器上的!!
可以新建文件夹、删除文件或文件夹!
这个要怎么弄呀??

using System.IO;
//File.Create
              //Directory.CreateDirectory 
            Directory.Delete

只要权限够了就可以了的
......

ASP.Net操作XML的疑问,请大家帮忙

我已经写好一个xml文件,名称为“TestXML.xml”内容如下:
<?xml version="1.0" encoding="utf-8"?>
<ProductList>
  <Title>Title </Title>
  <!--

-->
  <SectionNode>
    <SectionTitle>nNode ......

asp.net让一个字段的值等于自动增长的ID值

例如 
表 tb_cls
Create Table tb_cls
(
id int identity(1,1) primary key,
clsname char(20) not null,
orders int not null,
)

问题
如何利用sql语句
当插入一个值的时候  让orders的值等于id的值

先插入记录后update吧,帮顶

搜索当前最大的id,在把orders设置为 ......
总记录数:27572; 总页数:4596; 每页6 条; 首页 上一页 [3075] [3076] [3077] [3078] 3079 [3080] [3081] [3082] [3083] [3084]  下一页 尾页
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号