Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Linkbutton in Grid
Message
De
31/10/2003 09:27:57
Mindy Shingara
Central Susquehanna Intermediate Unit
Lewisburg, Pennsylvanie, États-Unis
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
WebForms
Titre:
Linkbutton in Grid
Divers
Thread ID:
00844945
Message ID:
00844945
Vues:
47
Session("DataSet") = CType(DSaccts, DataSet)
Dim budg As DataTable = DSaccts.Tables("fi_budg")
Dim dr As DataRow
dr = budg.NewRow()
budg.Rows.Add(dr)


***The code above is in a loop which successfully adds a blank datarow to my grid if the number of records is < 15. This works fine, but Column 1 of that grid is a Select Linkbutton. How do I disable that Select linkbutton for ONLY the blank rows? I could set the Select linkbutton to ReadOnly or Enabled = True right in the loop so it would set it right away, but I don't know the code?

Webform, OLEdb, fox-pro back end.
Répondre
Fil
Voir

Click here to load this message in the networking platform