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
Dialog box for making the user select the printer
Access 2007 text box using Sum function won't update until focus leaves Access window
How can I run/emulate IE 7 to access a site that only works for IE7
Home folder quotas - best method?
Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI<wbr />_AS" and "Latin1_General_CI_AS" in the equal to operation
Backup of ESXi when no other Windows Server
how to count the number of browser tabs are opened for an application?
How do I remove windows Encryption
Jump from main form into sun forms code in lost focus
How do I add users to SharePoint 2.0 site via Address Book in Office 2007?