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