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
Defining a SourceWorkbook dynamically
date picker in Access 2007
USING TO_DATE ORACLE FUNCTION IN SELECT STRING FROM VB.NET
How to add HP thin client with XPE to 2003 domain?
How do I save one record per report in Access 2007
How to open particular tabPage of TabControl on form load in C#.NET project?
Set warnings off/on in Access 2002
Broadcom NetXtreme Gigabit Ethernet can get to gigabit speed
SQL Server Deadlock Free!
Email Multiple Query Lines in the Body of an Email with Access