SharePoint Designer Work flow: Part III
In this article I am explaining, how to update a list item using sharepoint designer.
Categories: Communities
SharePoint Designer Work flow: Part II
In this article I am explaining, how to copy one list item to another list item.
Categories: Communities
Export Gridview data in .csv format
Here I will show how you can generate csv file from the gridview in asp.net.
Categories: Communities
How to rotate images in Asp.net
Here I will show you how you can rotate image in web page in asp.net.
Categories: Communities
HTTP Modules in ASP.NET Request life cycle
HTTP module is a .NET Framework class that implements the IHttpModule interface, they called as ISAPI filter in IIS stack so modules are counterpart in ASP.NET, have ability to intercept and handle system events and other modules events.
Categories: Communities
WebException or Remote server name could not be resolved in WCF Data Service
This article will give a brief explanation on how to handle remote server name could not resolved exception in WCF Data Service.
Categories: Communities
SharePoint Designer Work flow: Part I
In this article I am explaining, how to make a simple SharePoint designer work flow for sending an Email conformation.
Categories: Communities
Export Image to Microsoft Office Excel using C#
Here I am trying to show how we can export an image to excel file.
Categories: Communities
How to draw a Line chart using MSChart
This article shows how to draw a Line chart using MSChart.
Categories: Communities
Three State Work flow in Sharepoint
Here I am showing you how to use sharepoint default work flow named three state work flows.
Categories: Communities
Creating a column graph with MS Chart in ASP.NET 3.5
This article will help you how to install the MS Chart extension and create a column graph with MS Chart in ASP.NET 3.5 (C#).
Categories: Communities
Consming SAP Web Services and .NET
The scope of this document is to describe integration of SAP Web Services and Microsoft .NET using Microsoft Visual Studio.
Categories: Communities
Step by Step walk-through on URL routing in ASP.Net 4.0
URL Routing is new feature in ASP.Net 4.0. This article will give a walkthrough on how to work with URL Routing and an introduction of that.
Categories: Communities
Public Key Encryption (RSA Method) for Encryption and Decryption in ASP.Net
In this article we will learn how use Public Key Encryption for Encryption and Decryption in ASP.Net
Categories: Communities
Insert Multiple Image in word file using c#
In this article I will show to insert multiple image in word file using c#
Categories: Communities
Events/Delegates example in C#
I made a little events/delegates example. I'm sharing it with you because events and
delegates can be hard when your learn them and this example could help you.
Categories: Communities
How to use Delegate?
Most of us would know what is delegate. But many us of don't use them efficient enough. In this project, I have shown different methods to use delegates.
Categories: Communities
Hosting WCF in SharePoint 2010
In this article, I will walkthrough and highlight the important aspects of the SharePoint 2010 support for custom WCF services.
Categories: Communities
TableLayoutPanel in C#
In this article, we will demonstrate how to create and use a TableLayoutPanel control in a Windows Forms application.
Categories: Communities