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. calender

calender

Scheduled Pinned Locked Moved ASP.NET
tutorial
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.
  • S Offline
    S Offline
    samsonx
    wrote on last edited by
    #1

    How to change the calender in year wise....For example if April 2007 is there in title of calender, i want to cahnge it as in year wise i.e. April 2006, April 2005 ................

    With Regards, Samson

    V 1 Reply Last reply
    0
    • S samsonx

      How to change the calender in year wise....For example if April 2007 is there in title of calender, i want to cahnge it as in year wise i.e. April 2006, April 2005 ................

      With Regards, Samson

      V Offline
      V Offline
      varshavmane
      wrote on last edited by
      #2

      Do u want the year scroll in calender??? If that is the problem then use this: Take 2 link buttons << and >> and write this code: private void linkbtnNextYear_Click(object sender, System.EventArgs e) { calDate.SelectedDate = calDate.SelectedDate.AddYears(1); calDate.VisibleDate = calDate.SelectedDate; } private void linkbtnPreYear_Click(object sender, System.EventArgs e) { calDate.SelectedDate = calDate.SelectedDate.AddYears(-1); calDate.VisibleDate = calDate.SelectedDate; } Hope this helps u...

      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