Microsoft
Software
Hardware
Network
Question : Call function with database value on aspx page
How can i call a function with a database value.
Like : <%functions.FuncAdminGetla
nguage(Eva
l("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.FuncAdminGetlang
uage(Eval(
"NameID"))
%>
Can you share all HTML and Function here
Random Solutions
Linq to SQL iEnumerable Select Statements
Excel - Delete last 5 digits in cell
Sql Question
ODBC connection error
Access Report to PDF
load a subtree into an XDocument
Web query - parameter to refer to cell in excel
VFP REPORT WRITER VERSION
Outlookm 2007
Exchange 2003 mail redirect troubleshooting