|
-
Aug 19th, 2012, 10:52 AM
#11
Thread Starter
Lively Member
Re: Datagrid select error
 Originally Posted by dunfiddlin
hesap is in the field of
vb.net Code:
Public Sub secelim() Dim secelim As Integer = dgv.Rows(dgv.CurrentRow.Index).Cells(0).Value 'so now NOT .ToString() End Sub
plan is in the field of
vb.net Code:
Private Sub dgv_CellClick(sender As Object, e As DataGridViewCellEventArgs) Me.MaskedTextBox1.Text = hesaplar.secelim.ToString '.Text is always String, Integer is NOT String End Sub
need to be the exact opposite.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|