[code] <asp:GridView ID="GridView2" runat="server" AutoGenerateColumns="False" style="left: 88px; position: absolute; top: 32px; background-color: #99ffff;" BorderStyle="Inset" Width="232px">
<Columns>
<asp:TemplateField HeaderText="خبر">
<ItemTemplate>
<asp:Label ID="Label10" runat="server" Text= '<%# Eval("new") %>' style="left: 136px; position: absolute; top: 56px" Width="96px" BorderStyle="Outset"></asp:Label>
&nbsp;
<asp:HyperLink ID="HyperLink8" runat="server" style="left: 16px; position: absolute; top: 88px" NavigateUrl="~/ورود به حساب کاربری.aspx">ادامه خبر</asp:HyperLink>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>

چرا این کد کار نمی کنه؟new اسم فیلد جدوله ولی لیبل بایند نمی شه. ]