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