Exemplo n.º 1
0
        private void gridViewMd_ItemPromotion_DoubleClick(object sender, System.EventArgs e)
        {
            DataRow row = this.gridViewMd_ItemPromotion.GetDataRow(gridViewMd_ItemPromotion.FocusedRowHandle);

            frmItem_Edit myform;

            myform = new frmItem_Edit(row["strPromotionCode"].ToString(), row["strCode"].ToString());
            myform.ShowDialog();
            BindGrid();
        }
Exemplo n.º 2
0
        private void gridViewMd_ItemPromotion_DoubleClick(object sender, System.EventArgs e)
        {
            DataRow row = this.gridViewMd_ItemPromotion.GetDataRow(gridViewMd_ItemPromotion.FocusedRowHandle);

            frmItem_Edit myform;
            myform = new frmItem_Edit(row["strPromotionCode"].ToString(),row["strCode"].ToString());
            myform.ShowDialog();
            BindGrid();
        }