Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Field details
Message
De
05/07/2006 13:07:30
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
05/07/2006 12:27:56
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Titre:
Divers
Thread ID:
01133895
Message ID:
01133925
Vues:
13
>OK so its a silly question
>
>How do you get the current row info from a grid
>
>for example
>
>A grid grdname with 4 columns called no, Name, address , town
>
>I want say the town details
>
>
>I know its something to do with current row but how do you get it#
>
>
>Regards
>
>
>Richard
DataGridViewRow dr = myDataGridView.CurrentRow;
MessageBox.Show( (string)dr["town"] );
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform