D
David C
I have a Label in a bound GridView column that I want to display all but the
1st character. For example, one of the MealCodeSort columns might contain a
value of '1AM Meal' and I want to display just 'AM Meal'. Below is my Label
that I currently have. Thanks.
David
<asp:Label ID="LblMealCode" runat="server" Text='<%# Eval("MealCodeSort")
%>' Font-Bold="true"></asp:Label>
1st character. For example, one of the MealCodeSort columns might contain a
value of '1AM Meal' and I want to display just 'AM Meal'. Below is my Label
that I currently have. Thanks.
David
<asp:Label ID="LblMealCode" runat="server" Text='<%# Eval("MealCodeSort")
%>' Font-Bold="true"></asp:Label>