Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CAPTCHA image is not shown in FireFox?
Message
Information générale
Forum:
Windows
Catégorie:
Informatique en général
Divers
Thread ID:
01308024
Message ID:
01308034
Vues:
13
>Works fine for me (FF)

I refreshed the page and the image is completely unreadable now. In other words, it's not numbers & digits, is's some strange graphics.

Before it was either no image or when image appeared and I tried to post a comment, I was getting a security php page back.

Can you post a comment on that site?

Here is my comment I was trying to post - perhaps you can post it instead of me - I need to run now.

==============================================
This is a great article. However, I need to change the autogenerated class for more functionality and I'm unsure how to proceed.

In my original page there is the following code:

private MembershipUserCollection GetSiteUsers()
{
MembershipUserCollection siteMembers = new MembershipUserCollection();
MembershipUserCollection Members = Membership.GetAllUsers();

foreach (MembershipUser CurrUser in Members)
{
if (Profile.GetProfile(CurrUser.UserName).SiteID == Profile.SiteID &&
!Roles.IsUserInRole(CurrUser.UserName, "MasterAdmin"))
{
siteMembers.Add(CurrUser);
}
}
return siteMembers;
}

-------------------------
I need to be able to implement similar restriction to GetMembers method but I'm unsure how exactly. Profile is not valid in the class context.

I'm also having a simpler problem. For my GridView I'd like to add a confirmation dialog and somehow adding it in the RowDataBound method disables Delete functionality.

Do you know how to solve these 2 problems?

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


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform