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.

DataGrid1_DeleteCommand

Empfohlene Antworten

Hat einer nähere informationen wie das aussehen könnte? werde aus den MSDN Quelltext nicht wirklich schlauer

Sub DataGrid1_DeleteCommand(ByVal source As Object,ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs) _

Handles DataGrid1.DeleteCommand

Dim customerid As String

Dim l As Label

l = CType(e.Item.FindControl("Label1"), Label)

If (Not l Is Nothing) Then

customerid = l.Text

Dim customerid As String = e.Item.Cells(3).Text

Dim dr As DataSet1.CustomersRow

dr = DataSet11.Customers.FindByCustomerID(customerid)

dr.Delete()

SqlDataAdapter1.Update(DataSet11)

DataGrid1.DataBind()

End If

End Sub

hm falsches Forum ;-)

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.