codegain

Stories kicked by codegain

How to disable Silverlight caching in IIS 7 with Web config(www.codegain.com)

submitted by codegaincodegain(2794) 7 months, 1 day ago

In this, I am going to show that how to disable silverlight cache in IIS7, changes can be add in the web.config. read more...

add a comment |category: |Views: 9

tags: another

How to Open or Close Modal Dialogs in SharePoint 2010(www.codegain.com)

submitted by codegaincodegain(2794) 7 months, 1 day ago

Recently, one of colleagues asked me that how to open and close the Model Dialog in the SharePoint as like JQuery model popup, I have come up a solution using pure Javascript that I'm going to share with you. read more...

add a comment |category: |Views: 2

tags: another

Add Multiple Browsers Preview in SharePoint Designer 2010-Tutorial(www.codegain.com)

submitted by codegaincodegain(2794) 7 months, 1 day ago

This is very essentials article that help to all SharePoint professionals to create previews in order to support for multiple browsers to perform the testing through the SharePoint designer 2010 or later versions. read more...

add a comment |category: |Views: 1

tags: another

How to Get SharePoint Page URL without SharePoint API(www.codegain.com)

submitted by codegaincodegain(2794) 7 months, 1 day ago

The purpose of this article is going to explore that how to get the Home Page url in the SharePoint, but do not use the SharePoint API to implement it read more...

add a comment |category: |Views: 0

tags: another

Visual Studio 2011 Developer Preview- Part 2(www.codegain.com)

submitted by codegaincodegain(2794) 7 months, 6 days ago

This is second part of the articles series which is related to Visual Studio 2011 Developer preview.Microsoft Visual Studio11 Developer preview comes with bunch of new features and Solution explorer is also get some new features in it. There are few new icons added at top of solution explorer like below.; read more...

add a comment |category: |Views: 16

tags: another

ASP.NET MVC 4.0 Mobile Template(www.codegain.com)

submitted by codegaincodegain(2794) 7 months, 6 days ago

The five years back, we all are knew that we able to developed ASP.NET mobile application usign Visual Studio, but microsoft has been take off those templates from the visual studio in the following versions. But again there is a good news for all that Microsoft has released the much awaited ASP.NET MVC 4.0 developer preview and there are lots of features bundle with it. One of the greatest features is a mobile website. read more...

add a comment |category: |Views: 8

tags: another

Implement master pages in Silverlight(www.codegain.com)

submitted by codegaincodegain(2794) 7 months, 10 days ago

There are several posts about how to implement the master page feature in Silverlight. So the question is do we really need this master page feature in Silverlight. If there is an advantage to use the master page features in ASP.NET, then I can’t see a reason why Silverlight can’t take advantage of this as well. This article will demonstrate how to build a traditional master page style application in Silverlight. read more...

add a comment |category: |Views: 6

tags: another

How to convert a Number to words(www.codegain.com)

submitted by codegaincodegain(2794) 7 months, 13 days ago

This article I am going to discuss function which convert numeric value to word for that we create one web page which return convert number to word. read more...

add a comment |category: |Views: 5

tags: another

Linq Join on Mutiple columns using Anonymous type(www.codegain.com)

submitted by codegaincodegain(2794) 7 months, 15 days ago

I was working on the project using LINQ. I got the requirement to join the two entity on multiple column. read more...

add a comment |category: |Views: 8

tags: another

Visual Studio 2010 Color Theme Editor- Customize look of IDE(www.codegain.com)

submitted by codegaincodegain(2794) 9 months, 5 days ago

In this article, I will exaplin how to apply new theme to Visual Studio 2010 editor using open source. read more...

add a comment |category: |Views: 10

tags: another

How to use Any Method with Collection in LINQ(www.codegain.com)

submitted by codegaincodegain(2794) 9 months, 5 days ago

In this article, I will share with you, how to use the Any method in LINQ.We can use this method in two differen ways, one is with collection and another one is without collection. read more...

add a comment |category: |Views: 4

tags: another

How to use Parallel for loop in C# 4.0(www.codegain.com)

submitted by codegaincodegain(2794) 9 months, 5 days ago

Now days we are getting our computer equipped with more and more power even now we are getting quad core processor is also at lower price. Since we have multicore processors are now so we can take advantages of multicore processor with parallel execution in C# 4.0 read more...

add a comment |category: |Views: 4

tags: another

How to convert a Number to words in ASP.NET(www.codegain.com)

submitted by codegaincodegain(2794) 9 months, 5 days ago

In this article, I will show you, how to convert number to words in asp.net.I have seen many developers asked question in the forums, how to convert numbers to words in receipt, cheque printing application. read more...

add a comment |category: |Views: 5

tags: another

how to break header text into two line gridview(www.codegain.com)

submitted by codegaincodegain(2794) 9 months, 8 days ago

This is another great tip. One of my friend ask me, how to break header text into two or more lines.So here is the solution read more...

add a comment |category: |Views: 2

tags: another

How to put ASP.Net Variables in HTML Code-CodeGain(www.codegain.com)

submitted by codegaincodegain(2794) 9 months, 10 days ago

How to put ASP.Net Variables in HTML Code; read more...

add a comment |category: |Views: 0

tags: another

Problem in passing selection formula in Crystal Report(www.codegain.com)

submitted by codegaincodegain(2794) 9 months, 17 days ago

http://www.codegain.com/forums/crystalreports/problem-in-passing-selection-formula.aspx read more...

add a comment |category: |Views: 2

tags: another