Quantcast
Channel: Windows Forms General forum
Viewing all articles
Browse latest Browse all 12583

How do I use this value in another form. I can double-click the row in the grid view

$
0
0
 public void dataGridView1_CellDoubleClick(object sender, DataGridViewCellEventArgs e)
        {
           
         string PID=   dataGridView1.Rows[e.RowIndex].Cells[2].Value.ToString();

         persalary j = new persalary();
         j.ShowDialog();
        }

Viewing all articles
Browse latest Browse all 12583

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>