VB.NET : Date Insert from Javascript popup

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • somtabu
    New Member
    • Nov 2006
    • 15

    VB.NET : Date Insert from Javascript popup

    In the VB.NET, there are two link buttons (like : From Date and To Date). I want, when i click on the buttons a popup will appear with Calender. when i click on the date, the LinkButton will replace with the selected date.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Originally posted by somtabu
    In the VB.NET, there are two link buttons (like : From Date and To Date). I want, when i click on the buttons a popup will appear with Calender. when i click on the date, the LinkButton will replace with the selected date.
    If your developing using .NET Framework 2.0 or higher (Visual Studio 2007 or higher) you can use Ajax.NET to do this. Microsoft has released a toolkit that contains a calendar control that is what you are describing. You can download the Ajax.Net Framework and the toolkit from Microsoft .

    -Frinny

    Comment

    Working...