R
Randy
Consider the following piece of code: OnClientClick='<%#Eval("url",
"openWindow({0})")%>'
How will I place quotes on the call to openWindow. If I run the code now,
the result will be: OnClientClick="openWindow(someUrl)" where I would like
it to be "openWindow('someUrl')"
(someUrl must be passed as a string instead of a variable)
"openWindow({0})")%>'
How will I place quotes on the call to openWindow. If I run the code now,
the result will be: OnClientClick="openWindow(someUrl)" where I would like
it to be "openWindow('someUrl')"
(someUrl must be passed as a string instead of a variable)