Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Custom classes
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Custom classes
Environment versions
OS:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01316488
Message ID:
01316488
Views:
55
Hi everybody,

I'm getting a bit close.

I added a new class to my project. I changed the Namespace to this class to something like Friend.FCAdmin.originalclassname

In the class I see the following code
protected virtual string ArrowUpImageUrlInternal
        {
            get
            {
                if (string.IsNullOrEmpty(ArrowUpImageUrl))
                    return Page.ClientScript.GetWebResourceUrl(this.GetType(), "skmControls2.ArrowUp.gif");
                else
                    return ArrowUpImageUrl;
            }
        }
In my project I added the images under Images directory (in the original project they are in the same directory as the cs file). The cs file I added to App_Code folder.

Now instead of the up/down arrows I see a broken image link.

How should I fix the problem?

Thanks a lot in advance.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform