April 2010 - Posts

3
Comments

Find CheckBox from GridView in Content Page/Master Page by Suthish Nair

How to find a control from GridView which resides in Content Page Here the example using to find the CheckBox, hope this will help you all... .aspx code <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" Runat="Server">...
10
Comments

Find Last Day of a Month by Suthish Nair

How to find last day of a month. Response.Write(System.DateTime.DaysInMonth(DateTime.Now.Year, DateTime.Now.Month));
More Posts