Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Automatic display of data when user logs in

Automatic display of data when user logs in

Scheduled Pinned Locked Moved ASP.NET
tutorialdatabase
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    n_gchaitra
    wrote on last edited by
    #1

    Hi, I want to develop an application, wher on each users login some data has to get displayed. But it should not be same for any two. example let us assume I have 10 rows of data in database. i.e. d01, d02, d03,d04,d05.....etc. and there are 5 users u1, u2, u3, u4, u5. when u1 logins data or d01 has to get display in his login. then when next user logins next row data has to get displayed. If d06 is completed in one day, next day when the user logins it has to start with data of d07. I am not getting any idea how to start with, any suggestions will be appreciated. Thanks in advance

    T G 2 Replies Last reply
    0
    • N n_gchaitra

      Hi, I want to develop an application, wher on each users login some data has to get displayed. But it should not be same for any two. example let us assume I have 10 rows of data in database. i.e. d01, d02, d03,d04,d05.....etc. and there are 5 users u1, u2, u3, u4, u5. when u1 logins data or d01 has to get display in his login. then when next user logins next row data has to get displayed. If d06 is completed in one day, next day when the user logins it has to start with data of d07. I am not getting any idea how to start with, any suggestions will be appreciated. Thanks in advance

      T Offline
      T Offline
      Thats Aragon
      wrote on last edited by
      #2

      Hi n_gchaitra! I think you have to store the last status of the data that has been displayed to particular user. Proper table structure in DB may solve your problem. Regards.

      "Save water,It's precious" :) "Don't forget to vote" ;) ;P ;)

      N 1 Reply Last reply
      0
      • N n_gchaitra

        Hi, I want to develop an application, wher on each users login some data has to get displayed. But it should not be same for any two. example let us assume I have 10 rows of data in database. i.e. d01, d02, d03,d04,d05.....etc. and there are 5 users u1, u2, u3, u4, u5. when u1 logins data or d01 has to get display in his login. then when next user logins next row data has to get displayed. If d06 is completed in one day, next day when the user logins it has to start with data of d07. I am not getting any idea how to start with, any suggestions will be appreciated. Thanks in advance

        G Offline
        G Offline
        Gandalf_TheWhite
        wrote on last edited by
        #3

        1st of all ur question is not well described from here,

        n_gchaitra wrote:

        If d06 is completed in one day, next day when the user logins it has to start with data of d07.

        But I think U need a something like LOGIN in which Some user has a Id and logs in then he/she can see the details related to that particular id? bu here u want something like a user can see two data Means d01,do6 for U1?Is it so? Do u want to build like this?

        Believe Yourself™ :->™

        N 1 Reply Last reply
        0
        • T Thats Aragon

          Hi n_gchaitra! I think you have to store the last status of the data that has been displayed to particular user. Proper table structure in DB may solve your problem. Regards.

          "Save water,It's precious" :) "Don't forget to vote" ;) ;P ;)

          N Offline
          N Offline
          n_gchaitra
          wrote on last edited by
          #4

          Thank you. But how?

          Chaitra N

          1 Reply Last reply
          0
          • G Gandalf_TheWhite

            1st of all ur question is not well described from here,

            n_gchaitra wrote:

            If d06 is completed in one day, next day when the user logins it has to start with data of d07.

            But I think U need a something like LOGIN in which Some user has a Id and logs in then he/she can see the details related to that particular id? bu here u want something like a user can see two data Means d01,do6 for U1?Is it so? Do u want to build like this?

            Believe Yourself™ :->™

            N Offline
            N Offline
            n_gchaitra
            wrote on last edited by
            #5

            Hi Gandalf, Thank you for the reply. Actually it is not mandatory to have login. I thought having logins will be a good idea. Anyway i tell you what I want. I have already have data in the database which have been stored to some other application. Now I want to do some process on the data. But when i open the application it should load the data aumatically. This I can do for the first time and for a single user. But the requirement is suppose when a user1 uses the application data in the first row has to be loaded and when next user uses it simultaneously second row has to be loaded. like wise if 20 users runs application in the same time or at different time data of 20 rows has to be loaded for the 20 users.

            Chaitra N

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups