asked on
ASKER
Protected Sub GridView1_DataBound(ByVal sender As Object, ByVal e As System.EventArgs)
If GridView1.Rows.Count = 0 Then
ShowDetailsMessage.Visible = False
End If
End Sub
Most development for the Microsoft platform is done utilizing the technologies supported by the.NET framework. Other development is done using Visual Basic for Applications (VBA) for programs like Access, Excel, Word and Outlook, with PowerShell for scripting, or with SQL for large databases.
TRUSTED BY
ASKER
How would I therefore enter this, where abouts in the code behind? Below is the current code behind.
Open in new window