Hi, I have a hierarchy radgrid which have 2 levels, I bind the data with "<asp:Label ID="lblDescription" runat="server" Text='<%# Bind("DESCRIPTION") %>' />" in my level 2 first column. And I want to DirectCast the label text to another word. How to I get the value of lblDescription? Thanks