Thursday, 5 September 2013

call server side function from gridview in a html control

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