Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CAPTCHA image is not shown in FireFox?
Message
General information
Forum:
Windows
Category:
Computing in general
Miscellaneous
Thread ID:
01308024
Message ID:
01308034
Views:
12
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform