Selectedindexchanged

Adams25 Messages postés 5 Date d'inscription vendredi 29 octobre 2010 Statut Membre Dernière intervention 30 novembre 2011 - 22 nov. 2010 à 10:03
said_dias_01 Messages postés 103 Date d'inscription dimanche 20 mars 2005 Statut Membre Dernière intervention 30 décembre 2017 - 22 nov. 2010 à 17:36
bonjour
je vx selectionner un enregistrement d'une datagrid puis l'afficher dans des textbox
mais le probleme c'est ke j trouve pas selectedindexchanged
je vx savoir oué le probleme
ou esk'il y a d'autre solution
j'att vos rep avec plaisir
merci

2 réponses

scromania Messages postés 452 Date d'inscription dimanche 20 août 2006 Statut Membre Dernière intervention 11 janvier 2013 9
22 nov. 2010 à 12:56
dans une textbox il n'y a pas selectedindexchange tu le trouve dans la combobox
0
said_dias_01 Messages postés 103 Date d'inscription dimanche 20 mars 2005 Statut Membre Dernière intervention 30 décembre 2017 1
22 nov. 2010 à 17:36
Private Sub Datagrid_CellMouseClick (ByVal Sender as object,............)

TextBox1.Text= DataGrid.Rows(e.RowIndex).Cells(0).Value
TextBox2.Text= DataGrid.Rows(e.RowIndex).Cells(1).Value
TextBox3.Text= DataGrid.Rows(e.RowIndex).Cells(2).Value
...
...
...

End Sub
0
Rejoignez-nous