Question : Call function with database value on aspx page

How can i call a function with a database value.

Like :  <%functions.FuncAdminGetlanguage(Eval("NameID"))%>

I get an error like : Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control.

anyone has an idea ?

Answer : Call function with database value on aspx page

try

<%# functions.FuncAdminGetlanguage(Eval("NameID"))%>

Can you share all HTML and Function here
Random Solutions  
 
programming4us programming4us