Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~6K People Reached
Favorite Forums

2 Posted Topics

Member Avatar for virusisfound

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 …

Member Avatar for pritam_4
0
6K
Member Avatar for Ιωάννης

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 …

Member Avatar for zinist
0
137

The End.