D
Daniel Groh
Hi, i have the following DataBinder
<%# FormatURL(DataBinder.Eval(Container.DataItem,"cdBook")) %>
But I'm getting this trouble:
Compiler Error Message: CS1502: The best overloaded method match for 'AdminBooksOnline.ListBook.FormatURL(string)' has some invalid arguments
Does someone has any idea ?
<%# FormatURL(DataBinder.Eval(Container.DataItem,"cdBook")) %>
But I'm getting this trouble:
Compiler Error Message: CS1502: The best overloaded method match for 'AdminBooksOnline.ListBook.FormatURL(string)' has some invalid arguments
Does someone has any idea ?