call server side function from gridview in a html control
I have a gridview.There is a Itemtemplete inside that. In itemtemplete I
have a which should be conditionally visible and hide. I want to call a
server side function for calculating that condition.
I amm getting error on this line
<th align="left" <%# String.Format("getDisplay(Eval('QuestionId'))") %>
runat="server" id="chkTh">
How to resolve it.
No comments:
Post a Comment