Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

asp.net dataGridView

Empfohlene Antworten

Veröffentlicht

Hallo,

ich habe ein DataGridView und einen Haken bei Auswahl aktivieren gesetzt.

ich möchte jetzt den Inhalt der 2ten Spalte der ausgewählten Zeile in einem label anzeigen lassen.

so geht´s mal nicht.


lblName.Text = gvAuswahl.Rows[gvAuswahl.SelectedIndex].Cells[1].ToStrin();

lblName.Text = gvAuswahl.SelectedRow.Cells[1].ToString();

weiß jemand wie das funktioniert?

gruß alex

hallo,

ich weiß nicht, ob das DataGridView in ASP.Net sich anders verhält als in handelsüblichen C#-Windows.Forms Anwendungen, aber um den Wert einer Zelle über das DataGridView (anstatt über die zugrundeliegende Datenquelle) abzurufen, muss man die Property Value verwenden.

Also:


lblName.Text = Convert.ToString(gvAuswahl.SelectedRow.Cells[1].[B]Value[/B]);

HTH

gruß

mep

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.