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. Asp.net maintaining sessions

Asp.net maintaining sessions

Scheduled Pinned Locked Moved ASP.NET
csharpquestionasp-nettestingbeta-testing
2 Posts 2 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.
  • H Offline
    H Offline
    Hrashita Triapthi
    wrote on last edited by
    #1

    i m developing a web portal using asp.net with C#.i have to add one online testing module in it.for online tests question papers must have different questions for different users and it must fetch questions in random order from the databse .how i can do it ?:doh: TripathiH

    N 1 Reply Last reply
    0
    • H Hrashita Triapthi

      i m developing a web portal using asp.net with C#.i have to add one online testing module in it.for online tests question papers must have different questions for different users and it must fetch questions in random order from the databse .how i can do it ?:doh: TripathiH

      N Offline
      N Offline
      NewSilence
      wrote on last edited by
      #2

      What DB do you use? MS SQL has function that genterates a unique identifier value. It's NEWID(). You can use it to sort records randomly. select top 10 * from YourTableName order by newid()

      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