繁体中文
设为首页
加入收藏
当前位置:.Net技术首页 >> Asp.Net开发 >> postmessage.aspx 上贴保存

postmessage.aspx 上贴保存

2007-06-15 08:00:00  作者:  来源:互联网  浏览次数:0  文字大小:【】【】【
简介:3) postmessage.ASPx :- The page which saved data to the Database Thank You for Posting ! //execute this script when the page loads void Page_Load(Object Src, EventArgs E) { //if the page i...
关键字:postmessage aspx

3) postmessage.ASPx :- The page which saved data to the Database

<%@ Import Namespace="System" %>

<%@ Assembly Name="System.Data" %>

<%@ Import Namespace="System.Data" %>

<%@ Import Namespace="System.Data.ADO" %>

<%@ Page Language="C#" Debug="true" %>

Thank You for Posting !

Thank You , for posting on the Message Board.

The information You Posted!
Name :
E-Mail :
Subject :
Message :


Click here to go back to the Forum.

<%-- A little work to show the link to return back to the page if, the post was a reply --%>

<% if(Request.Params["previd"]!=null)

{ %>

'> Click here to go back

where you came from.

<% } %>

责任编辑:admin
相关文章