protected void UpdateTimer_Tick(object sender, EventArgs e) { SqlAuction.DataBind(); AuctionList.DataBind(); }
protected void Load_Auction(string pguid) { SqlAuction.SelectCommand = "SELECT * FROM [dbo].[nthing_Auction_Trans] where productGuid = '" + pguid + "'"; SqlAuction.DataBind(); }