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. Display PopUp on schedule time and date.

Display PopUp on schedule time and date.

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdatabasesql-serversysadmin
3 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.
  • A Offline
    A Offline
    Ajeet mittal
    wrote on last edited by
    #1

    I am woring on a scheduler application in asp.net with c#. in this application i have to show popup on scheduled time and date. scheduled time and date store in sql server table and popup contains. can any one help me how can i open popup on specified date and time. thanks

    Z 1 Reply Last reply
    0
    • A Ajeet mittal

      I am woring on a scheduler application in asp.net with c#. in this application i have to show popup on scheduled time and date. scheduled time and date store in sql server table and popup contains. can any one help me how can i open popup on specified date and time. thanks

      Z Offline
      Z Offline
      Zafar A khan
      wrote on last edited by
      #2

      through window service u can do it. But will not be web application. because to open the pop up the application should be in running state. and we can not ensure a web application is in running state. for this u can put the timer in your application. pick the time from database. then calculate the time span with system Time. and Initialize the timer Tick property. start the timer. and pop up the window on Timer_tick Event.

      J 1 Reply Last reply
      0
      • Z Zafar A khan

        through window service u can do it. But will not be web application. because to open the pop up the application should be in running state. and we can not ensure a web application is in running state. for this u can put the timer in your application. pick the time from database. then calculate the time span with system Time. and Initialize the timer Tick property. start the timer. and pop up the window on Timer_tick Event.

        J Offline
        J Offline
        janakiraman_T
        wrote on last edited by
        #3

        Hi It would be great if you can send across the sample code. This will help me a lot. I am new to this and hence your help would be grealty appreciated. Thanks in advance. Awaiting for a positive response from you.

        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