Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Linkbutton in Grid
Message
From
31/10/2003 09:27:57
Mindy Shingara
Central Susquehanna Intermediate Unit
Lewisburg, Pennsylvania, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
WebForms
Title:
Linkbutton in Grid
Miscellaneous
Thread ID:
00844945
Message ID:
00844945
Views:
46
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.
Reply
Map
View

Click here to load this message in the networking platform