Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
System.Web.Security Roles class
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
OS:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01303990
Message ID:
01339000
Vues:
17
>System.Web.dll (assembly), namespace of System.Web.Security, the class is Membership.
>
>>When I try to go into the code I'm getting a JavaScript error from
>>
>>
>>// Name:        MicrosoftAjax.debug.js
>>// Assembly:    System.Web.Extensions
>>// Version:     3.5.0.0
>>// FileVersion: 3.5.30729.1
>>//-----------------------------------------------------------------------
>>// Copyright (C) Microsoft Corporation. All rights reserved.
>>//-----------------------------------------------------------------------
>>// MicrosoftAjax.js
>>// Microsoft AJAX Framework.
>>
>>
>
>OK, not sure what you mean by that. There isn't enough information in this thread to figure it out from what you've posted so far.

Here is what I do. I put a breakpoint at
 [DataObjectMethod(DataObjectMethodType.Delete, false)]
        static public void Delete(string UserName, string original_UserName)
        {
            string userNameForDelete = String.IsNullOrEmpty(UserName) ? original_UserName : UserName;
            Membership.DeleteUser(userNameForDelete, true);
        }
when I come to this breakpoint and try to debug (Ctrl+Alt+C to activate Stack) it somehow gives me an error coming from the above AJAX file.

Let me re-try these steps one more time.
If it's not broken, fix it until it is.


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

Click here to load this message in the networking platform