Tuesday, November 9, 2010

Sunday, November 7, 2010

Allowing the Selection of Multiple Dates in a Calendar Control (VB.net)

Allowing the Selection of Multiple Dates in a Calendar Control (VB.net)

link calendar

Protected

Sub Calendar1_DayRender(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DayRenderEventArgs)

e.Cell.ToolTip = "anything you want here!"
Dim url As String = e.SelectUrl
e.Cell.Controls.Clear()
Dim link As New HyperLink
link.Text = e.Day.Date.Day
link.ToolTip = "anything you want here!"
link.NavigateUrl = url
e.Cell.Controls.Add(link)


End Sub

Displaying ASP.Net Calendar Dates with Custom Content

Displaying ASP.Net Calendar Dates with Custom Content

ASP.NET Dynamic Calendar

ASP.NET Dynamic Calendar

Friday, October 22, 2010

Event Calendar links

http://www.c-sharpcorner.com/UploadFile/munnamax/DatabaseDriven08212007012112AM/DatabaseDriven.aspx

http://www.webresourcesdepot.com/event-calendar-with-asp-php-aspnet-support/

Calendar Events link is very good. http://demo.mediachase.com/calendar.net/Events/HandlingEvents.aspx

Open with Mozilla
http://www.highoncoding.com/Articles/232_Creating_an_Event_Calendar.aspx

the website what I want
http://www.asp-dev.com/diary/default.asp?cat=all

http://odetocode.com/Articles/223.aspx

the webpage is cold
http://demos.telerik.com/aspnet-ajax/calendar/examples/programming/customdaycellrendering/defaultcs.aspx

Thursday, September 23, 2010

Married but separate: The case against merging your money

More problems arise when the money is held in separate accounts. My Father gave me great advice he told me that when me and my wife got married our money also got married. He told me that we should make an agreement that we would consult each other prior to spending more than $50 on something that was not a necessity. It has worked great. 18 years of marriage and NEVER a fight about money.

Wednesday, September 22, 2010