Search

You searched for the word(s): userid:806269

Matching Posts

  • AJAX Control Toolkit controls asking for .CS file

    I am trying to add controls from the AJAX Control Toolkit library to my project. When I add any control and run the project, the website is built properly. But, the page is not displayed. Instead, the loading of the page stops halfway and I am prompted for a CS file. The name of the CS file differs with every control. But, the location is always the same. Can anyone give any solution for this? Thanks in advance.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by pradman2005 on 8/20/2009
    Filed under: AJAX Control Toolkit
  • Migration of CRM application

    We have a web-based CRM application which we wish to migrate to ASP.NET 2.0. I wish to know some suggestions regarding the policy/architecture to follow. I am giving you all an overview of the project. The project is developed in ASP,COM and SQL Server 2000. We develop websites for clients. All the websites basically offer the same functionality. What changes is the look and feel and the content. The modules which are programmed (For eg.: some insurance calculators, financial calculators etc.) do
  • Re: Why EditDisplayMode Does not working on web parts?

    I have used an EditorZone and added AppearanceEditorPart and LayoutEditorPart . I am selecting the Edit verb from the corresponding webpart. But even then the EditorZone is not appearing. What can be the reason?
  • Re: Custom Membership Provider with Login Controls

    [quote user="senthilkumar.moorthy"] i want to implement custom membership provider, i want to pass my extra fields with createuser override method, how can i achive this??????????? [/quote] I will illustrate my answer by an example. Below I have given the stock method that comes with implementing the MembershipProvider. public override MembershipUser CreateUser( string username, string password, string email, string passwordQuestion, string passwordAnswer, bool isApproved, object providerUserKey
    Posted to Security (Forum) by pradman2005 on 4/6/2009
    Filed under: Membership.CreateUser, method overloading
  • Re: Custom Membership Provider with Login Controls

    Please clarify what do you mean by passing extra fields. Do you mean to say that you want to pass extra parameters while creating a user? Well, in that case, you can overload the overridden default method.
    Posted to Security (Forum) by pradman2005 on 4/6/2009
  • Re: Custom Membership Provider with Login Controls

    I used the FormsAuthentication.RedirectFromLoginPage in the LoggedIn event and the cookie was set. I know coz I checked it in the cookie folder.However, the cookie is not set by default. Can u suggest something about why this may be happening? Or is the cookie set in some other location. What are the properties that we need to set in the web.config file for the cookie to be set by default?
    Posted to Security (Forum) by pradman2005 on 4/2/2009
  • Re: Custom Membership Provider with Login Controls

    And yes Anas, I did implement the Membership.ValidateUser method and it does work correctly. Thanks for ur help though. I have one more query which might seem silly to u. I want to know the exact difference between FormsAuthentication and Membership. Also hw r they related? Any help will be appreciated.
    Posted to Security (Forum) by pradman2005 on 4/1/2009
  • Re: Custom Membership Provider with Login Controls

    I did nt handle the Authenticate event. Instead, I handled the LoggedIn event which is called after the user is authenticated successfully. But, on many places on the Internet and even on this website I hve seen ppl advising to use the Authenticate event. My impression is that it is for providing a custom implementation of the authentication mechanism. The logged in method on the other hand is raised only after the user has been successfully authenticated ie. the username and password are correct
    Posted to Security (Forum) by pradman2005 on 4/1/2009
  • Custom Membership Provider with Login Controls

    Hi Guys....I have implemented a custom membership provider in one of my projects. I have set it as the default provider. The login control works perfectly ie. it validates the user as per the mechanism tht I hve provided. However, I hve a doubt regarding setting a custom FormsAuthentication ticket. Where should I set the custom cookie. Do I hve to set it in the LoggedIn event of the Login control? And is tht the right way to do it? Also, in another project where I hve implemented Forms Authentication
    Posted to Security (Forum) by pradman2005 on 3/31/2009
    Filed under: custom membership provider, Forms authentication, Loginn controls, membership
  • Re: Which is fast div tag or table td tags

    XIII is right....designing a page using DIV tags is faster....although the time required to design the pages is a trade-off. I myself have never tried table-less designing...so I am not an authority on that....But I have read that it is also facilitates better search engine ranking...As with div tags, you can have information appearing even at the bottom of the page at the top in the actual page code.
    Posted to Getting Started (Forum) by pradman2005 on 9/24/2008
Page 1 of 2 (12 items) 1 2 Next >