コード例 #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         TransFromDB();
         clsCommonMethods history = new clsCommonMethods();
         fvUserPaymentPanel.DataSource = history.GetWallet_Histroy();
         fvUserPaymentPanel.DataBind();
     }
 }