Good day guys!

I'm using c# as my code-behind (ascx.cs) and my environment is Visual Studio 2008.

the issue is, i can't get to access labels inside the gridview..

my gridview definition is:

<============== =============== =============== =============== =
Code:
 <asp:GridView ID="commentsGrid" runat="server" DataSourceID="sqlDS" 
    Width="810px"
...