calender in a textbox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • manmadhan
    New Member
    • Sep 2009
    • 27

    #1

    calender in a textbox

    how to set a calender in a texbox in asp.net. In vb.net dtppicker available but in asp.net how will u use this calender in a texbox
  • ssnaik84
    New Member
    • Aug 2009
    • 149

    #2
    use this jquery calender

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      Or you could use the AjaxControlTool kit's Calendar Extender.

      Comment

      • manmadhan
        New Member
        • Sep 2009
        • 27

        #4
        without ajax how will u add calender in a texbox

        Comment

        • Frinavale
          Recognized Expert Expert
          • Oct 2006
          • 9749

          #5
          You would either have to use Ajax or JavaScript...
          Otherwise you could use the ASP.Net Calendar control but it doesn't use a textbox.

          Comment

          • ssnaik84
            New Member
            • Aug 2009
            • 149

            #6
            take a look at jquery calender..
            it's great.. i've used it in many projects..

            Comment

            • manmadhan
              New Member
              • Sep 2009
              • 27

              #7
              ssnaik84. could u send me that code

              Comment

              • Frinavale
                Recognized Expert Expert
                • Oct 2006
                • 9749

                #8
                Manmadhan,

                JQuery is a library of different JavaScript utilities that you can use.
                Please research JQuery before asking for code. Bytes is all about helping you to find solutions to your problems but the experts and members here are not going to just give you the code. It's unfair to them to have them do the work for you and it's unfair to you because you won't learn if someone else does your work for you.

                JQuery is a pretty amazing library.
                Please look into it for yourself...ther e's tons examples out there, especially for something as common as a calendar.

                -Moderator Frinny

                Comment

                Working...