Skip to content

Code Snippets

Get Start of Each Week for Current Month

< %@ Page Language="C#" AutoEventWireup="true" CodeFile="default.aspx.cs" Inherits="_Default" %> <html> <p><asp:label runat="server" id="GreetingLabel"></asp:label></p> <p><asp:label runat="server" id="WeekLabel"></asp:label></p> <p><asp:label runat="server" id="SeasonLabel"></asp:label></p> </html> using System; using System.Data; using System.Configuration;… Read More »Get Start of Each Week for Current Month