<TD style=
<TD style=
<asp:TextBox id=
</TR>
<TR>
<TD style=
<TD><asp:button id=
<asp:Label id=
</TR>
</TABLE>
</FONT><FONT face=
</TD>
</TR>
</TABLE>
</TD></TR></TABLE>
<uc
(
其主要代碼如下
private void Page_Load(object sender
{
if(Session[
{
//獲得數據庫連接字符串
string STconnection = ConfigurationSettings
STconn = new SqlConnection(STconnection);
if(!IsPostBack)
{
//自定義BindGrid ()方法
BindGrid();
STconn
//創建查詢產品信息的sql語句
string STmysql
//創建數據庫的SqlCommand對象
right
From:http://tw.wingwit.com/Article/program/net/201311/15494.html