DataBinder

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 ?
 
E

Eliyahu Goldin

You need to typecast DataBinder.Eval(...) to the type of the parameter for FormatURL method.

Eliyahu

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 ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,066
Latest member
VytoKetoReviews

Latest Threads

Top