Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Custom classes
Message
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Custom classes
Versions des environnements
OS:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01316488
Message ID:
01316488
Vues:
56
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform