asp。net 做的网站
大家可以提供一些,框架吗,就是网站设计的模板。
也可以介绍一个网站,我去参考以下
百度一下,你就知道!
51aspx.com
百度。google 输入 : 网站设计的模板
然后点查询
http://www.codeproject.com/
相关问答:
我找了一个伪静态代码,如下:
index.asp
<!--#include file="config.asp"-->
<ol>
<%
Set rs=server.CreateObject("adodb.recordset") & ......
Imports System.ComponentModel
Imports System.Web.UI
Imports System.Web.UI.Design
Imports System.Web.UI.WebControls
Namespace CBDAspNet.WebControls.HTML
''' <summary>
'' ......
我主要想控制下word保存的地址,但是编译不过去,总觉得是缺了using。。。
谢谢
代码如下:
using System;
using System.IO;
using System.Collections;
using System.ComponentModel;
using System.Data;
u ......
我想打印数据库里面读取出来的多条数据内容,实现批量打印
先导入excel或者word,然后在打印
或者购买web打印控件
使用acitvex打印。如果不需要选择属性,设置属性,就不需要商业的了。
<style media= ......
搜索了半天,都没发现怎么删除Cookies子键的,
有一些,也是说的.net的,
HTML code:
Response.Cookies("xx")("1")="11"
Response.Cookies("xx")("2") ......