asp.net
【2009-03-10】asp.net保存图片到数据库中
<% @Import Namespace="System" %><% @Import Namespace="System.IO" %><% @Import Namespa
【2009-03-07】asp.net提取汉字
public string HanZi(string str) {
string temp = "";
if (!string.IsNullOrEmpty(str)) { foreach (
【2009-03-06】ASP.NET 2.0的URL映射之urlMappings
利用URL重写隐藏复杂的或者不想让别人知道的URL.
在web.config文件的system.web节点设置urlMappings。
<urlMappings enabled="true
【2009-03-05】asp.net读取文件内容
using System.IO;
string file = @"C:\Documents and Settings\桌面\123.html";
if (File.Exists(file))
【2009-03-05】c#之webBrowser的用法
HtmlDocument vdoc;
vdoc = webBrowser1.Document;
string html = vdoc.Body.InnerText.ToString();
【2009-03-04】asp.net之datagrid动态添加删除行
enableViewState="true"
前台页面
<asp:datagrid id="djDataGrid" runat="server" Height="20px" Width="
【2009-03-04】asp.net生成文件,如.html.txt等
using System.IO;
方法一
string txt = Server.MapPath("888.txt");
FileInfo file = new FileInfo(txt);
【2009-03-04】asp.net 操作文件夹
using System.IO;
DirectoryInfo dir = new DirectoryInfo(HttpContext.Current.Server.MapPath("pdf/"
【2009-03-02】asp.net多个文件上传
<script>
function addFileControl() { var str = '<input type="file" runat="server" style="
【2009-03-02】asp.net单个文件上传
<P><FORM id=form1 encType=multipart/form-data runat="server"></P><P><INPU
首页 上页 [1] [2] [3] [4] [5] 下页 尾页 共44条记录 每页10条 页次4/5
地址:上海市普陀区胶州路941号长久商务中心 电话: QQ:
© Copyright 2012 上海网络
Product All Rights Reserved