W
wayneo
Can someone please explain this? I remember finding this on google
somewhere. It was the only way I could set something from the
resourcefile on a server object in the asp file.
This would be how I would do it when the button wasn't a server control
<input type="button" ID="_objCloseButton" value="<%=
Resources.Public.PUSearchFieldLookup_CloseButtonText %>" />
This is how I did it when it was a server control
<input type="button" ID="_objCloseButton" value="<%$ Resources
ublic,
PUSearchFieldLookup_CloseButtonText %>" />
What exactly is the <%$ doing? Are the tow lines of code the same
except one is running at the server and the other isn't?
somewhere. It was the only way I could set something from the
resourcefile on a server object in the asp file.
This would be how I would do it when the button wasn't a server control
<input type="button" ID="_objCloseButton" value="<%=
Resources.Public.PUSearchFieldLookup_CloseButtonText %>" />
This is how I did it when it was a server control
<input type="button" ID="_objCloseButton" value="<%$ Resources
![Stick Out Tongue :P :P](/styles/default/custom/smilies/tongue.gif)
PUSearchFieldLookup_CloseButtonText %>" />
What exactly is the <%$ doing? Are the tow lines of code the same
except one is running at the server and the other isn't?