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!

Thursday, June 26, 2014

SQL Server Data Types and Their .NET Framework Equivalents

›
SQL Server data type          CLR data type (SQL Server )    CLR data type (.NET Framework )  varbinary                     SqlBytes , ...
Thursday, June 19, 2014

Print div content using javascript - Asp.net

›
Script  <script type="text/javascript">         function printPartOfPage(elementId) {             var printConten...

Cookie Sample - Asp.net C#

›
Store Value                     HttpCookie AppId = new HttpCookie("Admission");                     AppId.Value = dtSid.Ro...
Wednesday, December 25, 2013

Send mail using gmail

›
SmtpClient smtpclient = new SmtpClient (); smtpclient . Host = "smtp.gmail.com" ; smtpclient . Por...
‹
›
Home
View web version
Powered by Blogger.