MSChart State Management
MSChart have a problem of maintaining data state during post back. When a post back happens the Chart will get blank or data get cleared.
Categories: Communities
New Features of WCF 4.0: Part V
In this series of article, I will illustrate each feature explaining the principles and showing some examples.
Categories: Communities
Create Restful WCF Service API
In this article I am going to explain you how to implement restful service API using WCF 4.0 . The Created API returns XML and JSON data using WCF attribute.
Categories: Communities
Create Restful WCF Service API
In this article I am going to explain you how to implement restful service API using WCF 4.0 . The Created API returns XML and JSON data using WCF attribute.
Categories: Communities
HelpProvider in C#
HelpProvider control provides popup or online help for a control. In this article, we will discuss how to use a HelpProvider control to implement help for controls in a Windows Forms application.
Categories: Communities
RichTextBox in C#
A RichTextBox control is an advanced text box that provides text editing and advanced formatting features including loading rich text format (RTF) files. In this article, I will demonstrates how create and use various features of Windows Forms RichTextBox control.
Categories: Communities
GridView Sorting, Paging without using Session, ViewState or Cache
In this article you will learn how to use GridView Sorting, Paging without using Session, ViewState or Cache.
Categories: Communities
Create Rupee (INR) symbol for keyboard
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.
Categories: Communities
Google Ajax Search API with different techniques
In this article I am showing you the all search techniques of Google.
Categories: Communities
ServiceController in C#
A ServiceController component allows us to access and manage Windows Services running on a machine. In this article, I will discuss how to a ServiceController class to load all services and get information about them in a Windows Forms application using Visual Studio 2010.
Categories: Communities
Consuming URL Shortening Services - Tweetburner (twurl)
Just 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.
Categories: Communities
Div and Web Design
If you develop web applications then surely you know about the Div tag but many of you guys never have a usuful look on it. As i know div tag is the backbone of a consistent css used website.
Basically div is a section you can say which separate the sections in a webpage. But div not only separate the contents but it also provides the different formating for each section.
Categories: Communities
How you can use csv file as data source of gridview
Here I will show how you can use csv file as data source of gridview.
Categories: Communities
How to change Web Page Background Image from FileUpload Control
This article will guide you on how to change the background image of any asp.net web page by using a file upload control.
Categories: Communities
How to do Paging in a TreeView Control in Silverlight
The TreeView in Silverlight is a powerful way to show hierarchical data. This article describe how to add paging inside the hierarchy of your treeview.
Categories: Communities
Notify Icon in C#
In this article, I will discuss how to add a system tray icon for an application using the NotifyIcon in a Windows Forms application using Visual Studio 2010.
Categories: Communities
Consuming URL Shortening Services - is.gd
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.
Categories: Communities
Performance Tuning High Level- SQL SERVER
You can view the query execution plan while executing the query in your query analyzer. Through that you can tune your query. It will show you whether the appropriate tables are using the proper index or not.
Categories: Communities
Silverlight CRUD Operations Using WCF Service
This articles will demonstrates how to use Silverlight CRUD operations using WCF service. We are going to use Data Grid data control.
Categories: Communities
How to play with Windows Phone 7 Emulator
In this article I will be talking about How to play with Windows Phone 7 Emulator.
Categories: Communities