private void button1_Click(object sender, EventArgs e)
        {
            Table_Malibagh s = ul.Table_Malibaghs.SingleOrDefault(x => x.Area == "3");

            if (s != null)
            {
                textBoxBedrooms.Text   = s.BedRooms;
                textBoxAddress.Text    = s.Address;
                textBoxSize.Text       = s.Size;
                textBoxRentAmount.Text = s.RentAmount;
            }
            pictureBox1.Show();
            pictureBox2.Show();
        }
Example #2
0
 partial void DeleteTable_Malibagh(Table_Malibagh instance);
Example #3
0
 partial void UpdateTable_Malibagh(Table_Malibagh instance);
Example #4
0
 partial void InsertTable_Malibagh(Table_Malibagh instance);