Login

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • murugavelmsc
    New Member
    • Apr 2008
    • 54

    Login

    hi,

    i develop a web based application, in visual studio 2005, we use the tools of login. It creates a automatically generated code.

    but i want to know which is best
    create a control as own or using the toolboxcontrol (login).

    thanks,
    murugavel
  • CyberSoftHari
    Recognized Expert Contributor
    • Sep 2007
    • 488

    #2
    Using tool will not be flexible to your project; I prefer my own login and other tools.

    Comment

    • murugavelmsc
      New Member
      • Apr 2008
      • 54

      #3
      Originally posted by CyberSoftHari
      Using tool will not be flexible to your project; I prefer my own login and other tools.

      why we are using our own logic,
      why not for tools any reason please mentioned

      thanks in advance
      murugavel

      Comment

      • shweta123
        Recognized Expert Contributor
        • Nov 2006
        • 692

        #4
        Hi,

        If you use Login control from Toolbox instead of using own control you get readymade UI that comes with the control. The controls supports different methods and properties for checking the Login details of the user which saves your time of coding. It contains "Remember Me" feature which allows you store user identity next time when you log in.

        Comment

        • murugavelmsc
          New Member
          • Apr 2008
          • 54

          #5
          Originally posted by shweta123
          Hi,

          If you use Login control from Toolbox instead of using own control you get readymade UI that comes with the control. The controls supports different methods and properties for checking the Login details of the user which saves your time of coding. It contains "Remember Me" feature which allows you store user identity next time when you log in.

          hi,

          Actually i want to know the difference between toolbox control and own control.

          is there any benefit available to using our own control.

          thanks,
          murugavel

          Comment

          Working...