codegain
Name: codegain
Score: 1,885.01
Last Seen: 921 days, 10 hours, 4 minutes ago
Member Since: 15 July, 2010
DotNetShoutout
atom rss
3
Shouts

Converting Colors to Gray Shades : The CodeGain

published 990 days, 14 hours, 17 minutes ago posted by codegaincodegain 991 days, 5 hours, 28 minutes ago
Sunday, September 05, 2010 1:03:40 PM GMT Saturday, September 04, 2010 9:52:48 PM GMT
This article discusses how you can display the page in print preview as grayscale if the printer is black-and-white. It discusses first how you can convert colors to grayscale. After that is discusses how to detect whether you are in print preview or not and whether the current printer is color or black-and-white printer. Let's go! (more)
category: Smart Client | clicked: 0 | comment | | source: codegain.com
tags: color, C
2
Shouts

Introduction of the union in C : The CodeGain

published 990 days, 14 hours, 17 minutes ago posted by codegaincodegain 991 days, 5 hours, 35 minutes ago
Sunday, September 05, 2010 1:03:40 PM GMT Saturday, September 04, 2010 9:45:32 PM GMT
A union is a memory location that is shared by two or more different types of variables. A union provides a way for interpreting the same bit pattern in two or more different ways (or forms.) In fact, unions share structures lots of characteristics, like the way they defined and marshaled. It might be helpful to know that, like structures, unions can be defined inside a structure or even as a single entity. In addition, unions can define complex types inside, like structures too. (more)
category: Smart Client | clicked: 0 | comment | | source: codegain.com
tags: C
3
Shouts

How to use the LinqDatasource in .NET : The CodeGain

published 990 days, 14 hours, 17 minutes ago posted by codegaincodegain 991 days, 5 hours, 42 minutes ago
Sunday, September 05, 2010 1:03:40 PM GMT Saturday, September 04, 2010 9:39:11 PM GMT
I have used data source control many times and its great it provides us great features for declarative binding. LinqDataSource Control is a great control and it allows us to bind linq queries without writing any code declaratively (more)
category: Smart Client | clicked: 0 | comment | | source: codegain.com
tags: LINQDataSource, Linq
4
Shouts

Consuming URL Shortening Services - Cligs : The CodeGain

published 990 days, 14 hours, 17 minutes ago posted by codegaincodegain 991 days, 5 hours, 44 minutes ago
Sunday, September 05, 2010 1:03:40 PM GMT Saturday, September 04, 2010 9:37:08 PM GMT
This is another article that talks about URL shortening services. Today we are going to talk about Cligs, one of the popular shortening services on the web. Be prepared! (more)
category: Smart Client | clicked: 0 | comment | | source: codegain.com
tags: C#, Web Services
2
Shouts

How to export data to excel and charts in asp.net : The CodeGain

published 990 days, 14 hours, 17 minutes ago posted by codegaincodegain 991 days, 5 hours, 50 minutes ago
Sunday, September 05, 2010 1:03:40 PM GMT Saturday, September 04, 2010 9:30:37 PM GMT
in this article, i'm going to explain how to export data to excel sheet and charts ASP.NET (more)
category: Web Dev | clicked: 0 | comment | | source: codegain.com
tags: graph, Charts
3
Shouts

Troubleshooting Cloud Service Deployment in Azure : The CodeGain

posted by codegaincodegain 993 days, 14 hours, 42 minutes ago
Thursday, September 02, 2010 12:39:03 PM GMT
I was working on last few days to deploy a sitefinity CMS website to the cloud on Windows Azure. I faced different problems and stop points while trying to deploy my Cloud service to Azure. (more)
category: How To | clicked: 2 | comment | | source: codegain.com
tags: Windows Azure, windows azure platform, Windows Azure AppFabric, Windows Azure Service Management API
3
Shouts

Consuming URL Shortening Services - Introduction : The CodeGain

posted by codegaincodegain 993 days, 14 hours, 43 minutes ago
Thursday, September 02, 2010 12:37:43 PM GMT
This is the first article of our series that talks about accessing URL shortening services programmatically. Here we introduce new concepts like the REST API. We also have a brief discussion of URL shortening services APIs and how you can access them. (more)
category: Smart Client | clicked: 0 | comment | | source: codegain.com
tags: Windows Forms, twatch live tennis, C#
4
Shouts

How to design web page with div in ASP.NET : The CodeGain

posted by codegaincodegain 993 days, 14 hours, 45 minutes ago
Thursday, September 02, 2010 12:36:11 PM GMT
If you develop web applications then surely you know about the Div tag but many of you guys never have a useful look on it. As i know div tag is the backbone of a consistent css used website. (more)
category: Web Dev | clicked: 0 | comment | | source: codegain.com
tags: Design, Div, CSS
2
Shouts

Consuming URL Shortening Services - is.gd : The CodeGain

posted by codegaincodegain 993 days, 14 hours, 46 minutes ago
Thursday, September 02, 2010 12:35:12 PM GMT
Another article of our series that talks about accessing URL shortening services programmatically. This article is talking about is.gd shortening service, how you can use it, and how to access it via your C#/VB.NET application. (more)
category: Smart Client | clicked: 0 | comment | | source: codegain.com
tags: Windows Forms, C#
2
Shouts

Create Rupee (INR) symbol for keyboard in windows : The CodeGain

posted by codegaincodegain 993 days, 14 hours, 48 minutes ago
Thursday, September 02, 2010 12:33:22 PM GMT
Indian Rupee symbol has been launched but we still use rupee or INR. Because we don’t have current rupees symbol in our keyboard so what? Should we have to wait for that? The answer is NO, we are the developers and we can’t wait at all. So here I am showing you how to create Rupee symbol to include it in system char map. (more)
category: Smart Client | clicked: 0 | comment | | source: codegain.com
tags: C#, Char, Windows
3
Shouts

Calling an asp.net web service from jQuery : The CodeGain

posted by codegaincodegain 993 days, 14 hours, 49 minutes ago
Thursday, September 02, 2010 12:31:45 PM GMT
As I have post it in earlier article that jQuery is one of most popular JavaScript library in the world amongst web developers Lets take a example calling ASP.NET web service with jQuery. (more)
category: Web Dev | clicked: 0 | comment | | source: codegain.com
tags: client, JavaScript, jQuery, Ajax
2
Shouts

Consuming URL Shortening Services - Tweetburner (Part 03) : The CodeGain

posted by codegaincodegain 993 days, 14 hours, 50 minutes ago
Thursday, September 02, 2010 12:30:32 PM GMT
ust another article of the URL shortening services series. Today, we are going to talk about another hot and easy-to-use service, it's Tweetburner. If you haven't used it before, then it's the time to. We’re going to discuss how to use Tweetburner first. After that, we’ll inspect its API and learn how to use it in your .NET application. (more)
category: Web Dev | clicked: 0 | comment | | source: codegain.com
tags: C#, Twitter
4
Shouts

Export Data To Excel Sheet and Charts Asp.Net : The CodeGain

posted by codegaincodegain 993 days, 14 hours, 52 minutes ago
Thursday, September 02, 2010 12:29:16 PM GMT
in this article, i'm going to explain how to export data to excel sheet and charts ASP.NET (more)
category: Web Dev | clicked: 0 | comment | | source: codegain.com
tags: graph, Charts, export
3
Shouts

How use Let Keyword in Linq : The CodeGain

posted by codegaincodegain 998 days, 21 hours, 35 minutes ago
Saturday, August 28, 2010 5:45:51 AM GMT
I am using Linq-To-Object in my current project to remove some extra loops and I have found one of the great keyword in Linq called ‘Let’ (more)
category: How To | clicked: 0 | comment | | source: codegain.com
tags: .NET, Let keyword, Linq
3
Shouts

Insert Special Characters Using JavaScript : The CodeGain

posted by codegaincodegain 998 days, 21 hours, 37 minutes ago
Saturday, August 28, 2010 5:44:06 AM GMT
The backslash () is used to insert apostrophes, new lines, quotes, and other special characters into a text string. (more)
category: Web Dev | clicked: 0 | comment | | source: codegain.com
tags: JavaScript, jQuery, ASP.NET
3
Shouts

Instance Management in WCF Part # 3 : The CodeGain

posted by codegaincodegain 998 days, 21 hours, 38 minutes ago
Saturday, August 28, 2010 5:43:06 AM GMT
This article is part # 3 of Instance Management in WCF. This article will explain about Singleton Service Instance mode. This article will give theoretical introduction and explanation of coding sample also. It will also discuss about various disadvantages of Singleton Service Instance mode and its potential place of uses. (more)
category: How To | clicked: 2 | comment | | source: codegain.com
tags: .NET, Instance, C#, Management, WCF
3
Shouts

Collection of Useful functions in Oracle 11g Part 05 : The CodeGain

posted by codegaincodegain 998 days, 21 hours, 39 minutes ago
Saturday, August 28, 2010 5:42:04 AM GMT
In this article, i have given samples to another few no of function demonstration here in oracle 11g (more)
category: Data | clicked: 0 | comment | | source: codegain.com
tags: Oracle, Database, functions
3
Shouts

Expand and Load Fetching related entities in WCF Data Service : The CodeGain

posted by codegaincodegain 998 days, 21 hours, 40 minutes ago
Saturday, August 28, 2010 5:40:38 AM GMT
In this post, I will show you how to retrieve data from related entities in WCF Data Service. (more)
category: How To | clicked: 1 | comment | | source: codegain.com
tags: WCF data Service, WCF
3
Shouts

How to integrate help file in ASP.NET Application : The CodeGain

posted by codegaincodegain 998 days, 21 hours, 41 minutes ago
Saturday, August 28, 2010 5:39:39 AM GMT
Help is a most important part our web applications, as mostly we doesn’t notice it, but sometimes is plays a very big role for saving our time and work. (more)
category: Web Dev | clicked: 1 | comment | | source: codegain.com
tags: ToolTip, help, Help File
3
Shouts

Cannot change column to Not Null: Cannot insert the value NULL

published 1002 days, 14 hours, 18 minutes ago posted by codegaincodegain 1003 days, 16 hours, 18 minutes ago
Tuesday, August 24, 2010 1:03:07 PM GMT Monday, August 23, 2010 11:03:02 AM GMT
Cannot change column to Not Null: Cannot insert the value NULL into column '', table '.dbo.Tmp_'; column does not allow nulls. (more)
category: Data | clicked: 1 | comment | | source: www.codegain.com
tags: SQL Server 2008, SQL, SQL Server 2005