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 Calendar source code in C#

asp.net Calendar source code in C#

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netquestion
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.
  • A Offline
    A Offline
    amin_behzadi
    wrote on last edited by
    #1

    Hi dears, Im looking for an asp.net Calendar ( not a .dll) source code in C# (or vb) Do you have any idea to find it ? thx, .

    www.behzadi.net

    R B 2 Replies Last reply
    0
    • A amin_behzadi

      Hi dears, Im looking for an asp.net Calendar ( not a .dll) source code in C# (or vb) Do you have any idea to find it ? thx, .

      www.behzadi.net

      R Offline
      R Offline
      rishee25168481
      wrote on last edited by
      #2

      hi, This code is to select a date from a calendar control. I hope so it might be use for ur need. protected void Calendar1_SelectionChanged(object sender, EventArgs e) { string ddate; DateTime aDate = Calendar1.SelectedDate; ddate = aDate.DayOfWeek.ToString(); string todate = aDate.ToShortDateString(); Response.Write(todate); }

      Hara

      A 1 Reply Last reply
      0
      • R rishee25168481

        hi, This code is to select a date from a calendar control. I hope so it might be use for ur need. protected void Calendar1_SelectionChanged(object sender, EventArgs e) { string ddate; DateTime aDate = Calendar1.SelectedDate; ddate = aDate.DayOfWeek.ToString(); string todate = aDate.ToShortDateString(); Response.Write(todate); }

        Hara

        A Offline
        A Offline
        amin_behzadi
        wrote on last edited by
        #3

        I looked for an asp.net calendar control source code , not codes to how get date from a calendar ....

        www.behzadi.net

        1 Reply Last reply
        0
        • A amin_behzadi

          Hi dears, Im looking for an asp.net Calendar ( not a .dll) source code in C# (or vb) Do you have any idea to find it ? thx, .

          www.behzadi.net

          B Offline
          B Offline
          Bajrang Singh
          wrote on last edited by
          #4

          why do u want code when u have calendra contrl there in asp.net. U can make a aspx page and put a calendra on it and open this aspx page using javascript whereever u want.

          Bajrang Singh Using .net 2.0 (VS2005)

          A 1 Reply Last reply
          0
          • B Bajrang Singh

            why do u want code when u have calendra contrl there in asp.net. U can make a aspx page and put a calendra on it and open this aspx page using javascript whereever u want.

            Bajrang Singh Using .net 2.0 (VS2005)

            A Offline
            A Offline
            amin_behzadi
            wrote on last edited by
            #5

            I need source code to change somethings. I want to create a calendar with Shamsi(persian) date format, so I have to make some changes in calendar source code....

            www.behzadi.net

            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