Site Search:
Sign in | Join | Help
4Penny.net

ComponentArt

ComponentArt ItemCommand

Sample code for the itemCommand:

      Protected Sub grdHolds_ItemCommand(ByVal sender As Object, ByVal e As ComponentArt.Web.UI.GridItemCommandEventArgs) Handles grdHolds.ItemCommand
        Dim strHoldType As String
        Dim lbtnEdit As New LinkButton
        lbtnEdit = e.Control
        strHoldType = lbtnEdit.CommandArgument

    End Sub

Comments

No Comments

Leave a Comment

(required)  
(optional)
(required)  
Add

About Steve Gray

Steve is a seasoned (translate: old) developer in VB and ASP.NET. He spends most of his time in Dynamics GP, writing custom mods for consulting firms. Crystal reports, eConnect, VS Tools for Dynamics... anything that comes along.