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
Deploying Windows 7 with no mini-setup?
VB code in Ms Access - connection
Is is possible to take of and land a cessna 172 or 152? on an aircraft carrier
Need example code to programmatically pin a folder to make it "Always Available Offline"
Convert a DataReader to a DataSet
validating parameters in batch file
sql to copy data from table 1 to table 2 in sep databases
based on one column value populate another column
how do I change the default name in a comment box in Excel 2007?
trouble with Access buttons