Can't access HyperLinkField text in a GridView

前端 未结 1 401
日久生厌
日久生厌 2021-01-26 01:13

I have a HyperLinkField defined as follows:



        
相关标签:
1条回答
  • 2021-01-26 01:25

    Nevermind, I figured it out based-on a related C# question.

    For Each gvRow In gvNotifications.Rows
        processItem(gvRow.Cells(0).Controls(0).Text.ToString)
    Next
    
    0 讨论(0)
提交回复
热议问题