No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Hi if i want to take strings var from each columns in my datagridview and use them in another form in the same project how can i achieve that? for example Method1(Something1, Something2); void dataGridView1_CellClick(object sender, System.Windows.Forms.DataGridViewCellEventArgs e) { string Something1=dataGridView1.Rows[e.RowIndex].Cells[0].Value.ToString(); string Something2=dataGridView1.Rows[e.RowIndex].Cells[1].Value.ToString(); } Method1 is in the same WFA …
Hello there i m new here and new in the world of programming. I have started since 8 months on C# and Sql and i have started to make practice about programming office projects with SqlServerDataBases.My target at this moment is to feel comfortable with CodeWriting and further i want …
The End.
Ιωάννης