——此文章摘自《ASPNET +SQL Server网络应用系统开发案例精解》定价¥特价¥ 详细>>http://tracklinktechcn/?m_id=dangdang&a_id=A&l=&l_type= width= height= border= nosave> <TD style=WIDTH: px; HEIGHT: px align=right>产品送货日期</TD> <TD style=HEIGHT: px> <asp:TextBox id=STProdSH runat=server Width=px></asp:TextBox> </TD> </TR> <TR> <TD style=WIDTH: px></TD> <TD><asp:button id=ST_ok runat=server Text=添加></asp:button> <asp:Label id=ST_Warn runat=server Width=px></asp:Label></TD> </TR> </TABLE> </FONT><FONT face=宋体 color=#ff size=>说明此页用于统计个连锁店销售情况</FONT> </TD> </TR> </TABLE> </TD></TR></TABLE> <uc:stfooter id=STFooter runat=server></uc:stfooter> ()编写后台事件处理页面STAddProductaspxcs此代码主要实现了查看和删除及向连锁店添加产品信息的功能页面进行初始化时通过调用BindGrid()方法来从数据库中获取连锁店信息填充DataGrid控件这部分代码比较简单参见光盘STManager文件夹下的STAddProductaspx文件还实现了向连锁分店添加产品的功能 其主要代码如下 private void Page_Load(object sender SystemEventArgs e) { if(Session[STNickName] != null) { //获得数据库连接字符串 string STconnection = ConfigurationSettingsAppSettings[strconnection]; STconn = new SqlConnection(STconnection); if(!IsPostBack) { //自定义BindGrid ()方法加载向连锁分店添加产品的信息 BindGrid(); STconnOpen (); //创建查询产品信息的sql语句 string STmysql = select * from STProd; //创建数据库的SqlCommand对象 right>[http://developcsaicn/dotnet_ASP/htm>] [http://developcsaicn/dotnet_ASP/htm>] [http://developcsaicn/dotnet_ASP/htm>] [http://developcsaicn/dotnet_ASP/htm>] [] [http://developcsaicn/dotnet_ASP/htm>] [http://developcsaicn/dotnet_ASP/htm>] |