Hi everyone,
I am trying to display a value from a resource file on the web page, that needs to be implemented in javascript. I'm stuck on this error code, please someone help.
mResourceManager.GetString('rmPleaseEnter') returns the word Please Enter. mResourceManager is public mResourceManager as ResourceManager
During runtime i get the following error:
Compiler Error Message: BC30201: Expression expected.
Code:
if (CheckMandatoryField(document.Form1.txtClaimNo, "<%= mResourceManager.GetString('rmPleaseEnter')%>") == true) {