DataBinder.Eval in c#

Posted by jestges on Stack Overflow See other posts from Stack Overflow or by jestges
Published on 2010-04-14T12:36:07Z Indexed on 2010/04/14 12:43 UTC
Read the original article Hit count: 414

Filed under:
|
|

Hi anybody know how to use databinder.eval in c#

Actually I've tried this

LinkButton lnkName = new LinkButton(); lnkName.CommandArgument = DataBinder.Eval("object","<%#COURSE_ID%>");

it is showing error. Whats the wrong with this?

© Stack Overflow or respective owner

Related posts about c#

Related posts about databinder