1
Answer

The name Eval does not exist in the current context

Jagjit Saini

Jagjit Saini

2y
3.2k
1

Hi

<h4 class="media-title font-weight-semibold ">
    <asp:Literal ID="ltrTitle" runat="server" Text='<%# Eval("Question") %>'></asp:Literal>
    <asp:HiddenField runat="server" Value='<%#Eval("QuestionId") %>' ID="hfQId" />
</h4>

Thanks

Answers (1)