I inserted a Calendar object in my page. I want that when I click a certain date, let's say a label will appear visible in the page such as "This day is your scheduled meeting!". Assume that this label is set initially as lblMsg.visible = false;. How can I do this in ASP.Net using C# as my script?

Recommended Answers

All 2 Replies

Try explaining it a litter more thoroughly.

From what you said, I got this:

You put a calendar on the page on which your goal is to allow the user to click the dates. When the user clicks a date, you want to...

add a textbox with the current date? Show a currently scheduled meeting? Create a new meeting/task?

Hi! When the user clicks a date, I want to display a scheduled meeting let's say in a textbox or a label. How can I do this in ASP.Net using C# as my script?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.