I am trying to achieve highlighting dates in the calendar.
Protected Sub Calendar1_DayRender(sender As Object, e As System.Web.UI.WebControls.DayRenderEventArgs) Handles Calendar1.DayRender
For i As Integer = 0 To GridView1.Rows.Count - 1
Dim stringDate =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.