hi again
i'm very new to .net and C#
i want to add a popup calendar in my web application. it has to be appeared when i click on a textbox (txtDate) and afterwards selected date of the pop up calendar should write in the txtDate textbox. i don't know how to write coding for a popup calendar and for the above function. i'm using .net and C# for my web application.
plus can i show a date in a textbox. is there any special method to do this. cos in one of my C# function i used following code
txtDate.text=Calendar1.SelectedDate;
where txtDate is a text box and the Calendar1 is a Calendar it's giving me an error saying "cannot convert datetime in to string"
and i want to format the date as dd/mmm/yy too
thank you very much in advance
i'm very new to .net and C#
i want to add a popup calendar in my web application. it has to be appeared when i click on a textbox (txtDate) and afterwards selected date of the pop up calendar should write in the txtDate textbox. i don't know how to write coding for a popup calendar and for the above function. i'm using .net and C# for my web application.
plus can i show a date in a textbox. is there any special method to do this. cos in one of my C# function i used following code
txtDate.text=Calendar1.SelectedDate;
where txtDate is a text box and the Calendar1 is a Calendar it's giving me an error saying "cannot convert datetime in to string"
and i want to format the date as dd/mmm/yy too
thank you very much in advance