User Profile

Collapse

Profile Sidebar

Collapse
ceema
ceema
Last Activity: Mar 28 '07, 04:57 AM
Joined: Mar 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ceema
    replied to LoginControl VS 2005
    in .NET
    Hello All,

    I got the reason for the error, I have blocked the lines

    connStr = config["connectionStri ng"];
    base.Initialize (name, config);


    in


    System.Collecti ons.Specialized .NameValueColle ction config)


    Thanks
    Ceema
    public override void Initialize(stri ng name, System.Collecti ons.Specialized .NameValueColle ction...
    See more | Go to post

    Leave a comment:


  • ceema
    replied to LoginControl VS 2005
    in .NET
    Balance code

    Code:
     public override MembershipUserCollection FindUsersByName(string usernameToMatch, int pageIndex, int pageSize, out int totalRecords)
        {
            throw new Exception("The method or operation is not implemented.");
        }
        public override MembershipUserCollection FindUsersByEmail(string usernameToMatch, int pageIndex, int pageSize, out int totalRecords)
        {
    ...
    See more | Go to post
    Last edited by kenobewan; Mar 13 '07, 12:44 PM. Reason: Add code tags

    Leave a comment:


  • ceema
    replied to LoginControl VS 2005
    in .NET
    Hello,

    I have solved all those errors by changing the code as follows. But now I am getting the error like ( since the size of the post is restricted, I am avoiding some of the class file codes and posting as next reply)
    Provider name cannot be null or empty.
    Description: An unhandled exception occurred during the execution of the current web request....
    Stack Trace:


    [ArgumentExcepti on:...
    See more | Go to post
    Last edited by kenobewan; Mar 13 '07, 12:43 PM. Reason: Add code tags

    Leave a comment:


  • ceema
    started a topic LoginControl VS 2005
    in .NET

    LoginControl VS 2005

    Hello,

    I have used Login Control for ASP.NEt with VS2005. I have followed the directions in the site
    http://www.devx.com/asp/Article/29256
    and converted the same for Oracle. It's working perfect in vb code behind. But the same I converted to C#
    and it's showing erros like

    1. OracleMembershi pProvider.Creat eUser(string, string, string, string, string, bool, object, ref System.Web.Secu rity.Membership CreateStatus)':...
    See more | Go to post
    Last edited by kenobewan; Mar 13 '07, 12:41 PM. Reason: Add code tags
No activity results to display
Show More
Working...