There may come a requirement where you have to update your sharepoint KPI’s Goal value and threshold value programatically or by taking values from some 0ther list . Here is a sample scenario where you can see the values from one sharepoint list is taken and updated in another kpi list .
public class ValueHandler:SPItemEventReceiver
{
StreamWriter sw;
public [...]
Update Sharepoint KPI List Goal and Threshold Value Programatically
Category: MossCustom Upload Webpart for Sharepoint
Category: UncategorizedUsing this code you can create a custom webpart where you can define the upload functionality for ur sharepoint document library.
The document library where the documents have to go in can be define in the custom properties. any queries you can ping me back and
more functionalities are coming soon, enjoy
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.ComponentModel;
using System.Web.UI;
using [...]
Microsoft Code Name “Geneva”
Category: Microsoft“Geneva” is a Microsoft next generation identity and access management platform built on Active Directory directory services. “Geneva” is an open platform that provides simplified access and single sign-on for on-premises and cloud-based applications in the enterprise, across organizations, and on the Web. “Geneva” leverages claims which describe identity attributes and can be used to [...]
Microsoft .NET Services SDK
Category: MicrosoftThis SDK includes API libraries and samples for building connected applications with the .NET platform. It spans the entire spectrum of today’s Internet applications – from rich connected applications with advanced connectivity requirements to Web-style applications that use simple protocols such as HTTP to communicate with the broadest possible range [...]
Windows Identity Foundation Release Candidate
Category: MicrosoftWindows Identity Foundation helps .NET developers build claims-aware applications that externalize user authentication from the application, improving developer productivity, enhancing application security, and enabling interoperability. Developers can enjoy greater productivity, using a single simplified identity model based on claims. They can create more secure applications with a single user access [...]
My favorite jQuery plugins for use with ASP.NET
Category: .Net, JavaScriptOne of jQuery’s greatest strengths is its thriving plugin ecosystem. Hundreds of plugins are available at plugins.jquery.com alone, with even more hosted on author sites. If you think of a feature, chances are there’s a jQuery plugin to implement it in just a few lines of code (if that).
Having used jQuery with ASP.NET for over a year [...]
Apress Pro Asp Net Mvc Framework Apr 2009 Ebook-bbl
Category: .Net, InfoPath, MicrosoftDownload:
DL -
DOWNLOAD Apress Pro Asp Net Mvc Framework Apr 2009 Ebook-bbl
http://rapidshare.com/files/245701561/Apress.Pro.ASP.NET.MVC.Framework.Apr.2009.eBook-BBL.rar
or http://www.megaupload.com/?d=QUAIQPT4
Tweet This Post Digg This Post Reddit Stumble This Post
SQL query to find tables with a specific value in any column and in any table
Category: Sql ServerAn excellent way of scanning a database [Every Table, Every Column] for any Value. As I’m sure you can imagine, this is incredibly useful for a developer, especially those who have to support existing applications…
This has been wrapped into a stored procedure, This can be used to identify a particular value existing in the whole [...]
Sql Query to find all the tables and columns in selected database
Category: Sql ServerAs a developer, it is really important for us to understand database design and underlying tables used in application. Sometime we do not have direct access to database server so that we can not open the server console and look in to the database.
In this case we can take help of SysObjects, SysColumns, SysTypes tables of [...]
Run .NET applications on Linux
Category: .Net, InfoPath, MicrosoftIn many enterprise environments we work with a mix of Windows and Linux servers. If you had to build a large, complex enterprise application that runs on Linux, you would typically use Java. Now there’s an alternative that’s maturing and gaining popularity–you can run .NET applications on Linux, using the open source Mono runtime.
Running .NET applications [...]
