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.
VB.NET : Date Insert from Javascript popup
Collapse
X
-
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 .Originally posted by somtabuIn 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.
-Frinny
Comment