Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Localization Links in Admin
Message
 
À
03/08/2004 21:39:58
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00929391
Message ID:
00930678
Vues:
22
Gordon,

>Once back on the main page, I press the F5 button as you suggest to refresh the page. The "Translation Setup" link appears at the top-left of the page. Pressing this link does nothing.

OK...clicking this link should run the Language Administration form. If you look at mmBaseWebPage.OnLoad() you'll see the following code:
// *** See if we clicked on the dynamic Localization Admin button
if (Request.Form["__EVENTTARGET"] == "btnmmLocalizeAdministration") 
	this.LocalizeSetupForm();
I recommend setting a breakpoint on this code to see if it gets executed.

Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform