Calendar Web Control
C#
1
Posts
1
Posters
4
Views
1
Watching
-
Hi, I am using ASPX file with embedded C# code. I have a Button Web Control that needs to call a C# method on the same page. This method will create a pop-up window with a calendar web control, let the user select a date, and return the date selected as a string. How do I write this method? Thank you for any help. Dannyl.