Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
I want to show date like this[^] on my Master page. I also want that if user mouse over that date then it should show the calender.. I know only the way to show the ajax calender with the textbox. How can I achieve this task I'm new to this field so don't know how to do that. I've tried much on Google but don't know what exact type to search this and not success yet.
Posted
Updated 12-Nov-11 19:57pm
v2
Comments
RaisKazi 13-Nov-11 1:43am    
Where is the calendar in that link?
Ajvirk 13-Nov-11 1:58am    
I updated the question sir. that was my mistake I included what I want exactly.
m@dhu 13-Nov-11 2:04am    
But still I don't see any calendar in the link you provided.
Ajvirk 13-Nov-11 2:13am    
@madhu g that is not calender they are showing the date of post just before the Blog heading which is 20 august 2007. And I want to show that date on my master page and the calender on hover.
RaisKazi 13-Nov-11 2:10am    
Its the same one.

1 solution

I could not find any Calendar information on your link. You may have a look at below link.

http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Calendar/Calendar.aspx

EDIT -

Your comments. -
Quote:
that is not calender they are showing the date of post just before the Blog heading which is 20 august 2007. And I want to show that date on my master page and the calender on hover.


You may refer below link to get Day, Month and Year information from your specific Date.
http://msdn.microsoft.com/en-us/library/system.datetime.day.aspx

On that link Date of the Article is presented using CSS. You may begin with below link for this.

http://www.w3schools.com/css/

Updated -

You may find JavaScript based Calendar on Google.
Google Search Result
 
Share this answer
 
v3
Comments
Uday P.Singh 13-Nov-11 2:29am    
5ed :)
RaisKazi 13-Nov-11 2:32am    
Thank you Uday.
Ajvirk 13-Nov-11 3:09am    
I don't why I'm unable to describe myself before you all. I exactly want the date with css on my master page with the current date month and year and want to show the calender to the user when they mouse over on it. And the link you have provided about calender I think I've describe that I know that way through textbox.
RaisKazi 13-Nov-11 3:23am    
You may learn and implement CSS from the provided link. For JavaScript based Calendar refer my updated Answer.
Ajvirk 13-Nov-11 3:31am    
I know little bit css but not much handy with the JavaScript I just need a link that can describe the what I want. That is much helpful way but I'll prefer if you can provide me a good direct link.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900