Code Master - A reference guide for programmer's

Programming is fun and interesting. As you all know, sometime we programmers stucks in the middle way of coding without getting a solution. Blogs like this will help us to find a path to solve our problems. The contents of this blog are the solutions that I found by myself and from other sources. Sharing such solutions is also interesting. Thank you!

Friday, November 28, 2014

C# Code to get Last day of a month

›
Method Name : DateTime.DaysInMonth() int DateTime.DaysInMonth(year,month) Eg: txtNoOfDays.Text = DateTime.DaysInMonth(Convert...
Saturday, November 8, 2014

Cannot find template file for the new query [Solved]

›
Error Cannot find template file for the new query (‘C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\SqlWorkben...
Thursday, November 6, 2014

Calling JavaScript Function From Code Behind C#

›
Page.ClientScript.RegisterStartupScript( this .GetType(), "CallMyFunction" , "MyFunction()" , true );
Tuesday, November 4, 2014

Drop all the tables, stored procedures, triggers, constraints and all the dependencies in one sql statement

›
/* Drop all non-system stored procs */ DECLARE @name VARCHAR(128) DECLARE @SQL VARCHAR(254) SELECT @name = (SELECT TOP 1 [name]...
‹
›
Home
View web version
Powered by Blogger.