This question is locked. New answers and comments are not allowed.
Greetings,
Given the following html img element, which uses radopen, which accesses an image perfectly when running the application
in the test environment under Visual Studio 2008 Professional Edition under Microsoft Vista,
Given the following html img element, which uses radopen, which accesses an image perfectly when running the application
in the test environment under Visual Studio 2008 Professional Edition under Microsoft Vista,
<img src="../Content/Images/toolbar/AddRecord.gif" title="Add Article" style="border-width: 0px; vertical-align: bottom;" /> <a href="javascript:" onclick="radopen('<%# Url.Action("Create", "Article") %>', 'RadWindow1')" style="color: #FFFFFF">Add Article</a>
Could you tell me what the url for the image should be so that it can be accessed when the app is running of the Server?
P.S. And by the way, how to you use the "Format Code Block" mentioned above?
Thanks in advance,
Eugene