Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Common Tasks
Blog Home
Email Blog Author
About
RSS for posts
Advert
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
ASP.NET
Debugging
MOSS
My Site
VSTS
Web Part
WinDbg
Archives
Archives
November 2010
(1)
February 2010
(1)
January 2009
(1)
November 2008
(1)
October 2008
(2)
July 2008
(3)
April 2008
(17)
March 2008
(8)
Blog - Title
April, 2008
MSDN Blogs
>
Code, Articles, Discussion on Microsoft Technologies
>
April, 2008
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Code, Articles, Discussion on Microsoft Technologies
Switch the sharepoint webpart page Display Mode into Edit Mode and Vice Versa
Posted
over 4 years ago
by
Madhur Ahuja
7
Comments
Recently one of my clients had a requirement to go into Edit mode of a sharepoint page using a manual link displayed in quick launch. He was lazy of going to Site Actions -> Edit Page and then again going somewhere else for Exit Edit Mode :) To...
Code, Articles, Discussion on Microsoft Technologies
Passing multiple filter values to EWA pivot table filter cell
Posted
over 4 years ago
by
Madhur Ahuja
1
Comments
Filter webparts in WSS are a great way to provide filtering in many different webparts like List View, Business Data Catalog, Excel Web Access etc. They are also great way to provide data view personalization when used with Excel services coupled with...
Code, Articles, Discussion on Microsoft Technologies
RSS Reader webpart with tab support and asynchronous periodic data refresh using AJAX
Posted
over 4 years ago
by
Madhur Ahuja
1
Comments
I have recently written my first article on Codeproject. The article describes the development of AJAX enabled webpart on MOSS 2007 SP1. The cool thing about it is the that it also utilizes the AJAX Control Toolkit including programmatically adding...
Code, Articles, Discussion on Microsoft Technologies
Implementation of Logging and Instrumentation Application Block in MOSS 2007
Posted
over 4 years ago
by
Madhur Ahuja
2
Comments
Continuing the series of articles on Enterprise Library, I have written the first article on the implementation of Logging Application Block in MOSS 2007. Due to inclusion of formatted code and images, I have directly uploaded this on Codeproject. The...
Code, Articles, Discussion on Microsoft Technologies
Get RSS Url for a list or Document Library Programmatically
Posted
over 4 years ago
by
Madhur Ahuja
3
Comments
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 Recently I developed an RSS Reader webpart which would take the RSS URL of list to render its feeds. Very much same like the out of the box webpart with the exception that it...
Code, Articles, Discussion on Microsoft Technologies
Reveal Unknown Error on Sharepoint 2007 pages
Posted
over 4 years ago
by
Madhur Ahuja
0
Comments
How often you have encountered the infamous Unknown Error on Sharepoint 2007 pages. If you are a Sharepoint developer, chances are that innumerable times :) However, if you are also seasoned ASP.NET developer as well, you also know the trick behind...
Code, Articles, Discussion on Microsoft Technologies
Unknown Error on Manage Form Templates Page (Manageformtemplates.aspx)
Posted
over 4 years ago
by
Madhur Ahuja
0
Comments
Normal 0 false false false MicrosoftInternetExplorer4 Getting Unknown Error on this page?. No helpful clue in Sharepoint log or Event Viewer? This can happen if database record in the list of published InfoPath forms had a null where it shouldn't be....
Code, Articles, Discussion on Microsoft Technologies
Performing Operations on Infopath 2007 Contact Selector Control using Managed Code
Posted
over 4 years ago
by
Madhur Ahuja
14
Comments
Normal 0 false false false MicrosoftInternetExplorer4 Infopath 2007 provides an out of the box contact selector control to select the user and validate against the Active Directory. In this blog, We will see, how to get more out of this control. Performing...
Code, Articles, Discussion on Microsoft Technologies
Doing Data Validations in Infopath 2007 Programmatically
Posted
over 4 years ago
by
Madhur Ahuja
2
Comments
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 Infopath 2007 provides rich validation function for each of its controls. For ex, you can validate a text box or a field For conditions such as equal to, is blank, is greater than...
Code, Articles, Discussion on Microsoft Technologies
SharePoint 2007: using ASP.NET server side code in your pages
Posted
over 4 years ago
by
Madhur Ahuja
0
Comments
This is fairly undocumented piece of information which I have got from this blog http://www.bluedoglimited.com/SharePointThoughts/ViewPost.aspx?ID=242 I havn't tried it myself, so I cannot gaurantee its completeness. I am posting it here for the sake...
Code, Articles, Discussion on Microsoft Technologies
Preventing caching of page : Strategies in ASP.NET
Posted
over 4 years ago
by
Madhur Ahuja
2
Comments
Here I would discuss strategies to disable caching in your pages especially related to ASP.net and MOSS 2007. If you wanted to prevent caching in plain old HTML, you would use these directives <meta http-equiv="Expires" content="0"> <meta http...
Code, Articles, Discussion on Microsoft Technologies
Resolving Workflow Status Stopped when sending mail to a Sharepoint Group
Posted
over 4 years ago
by
Madhur Ahuja
5
Comments
There is a mysterious stalemate occurs when you create a normal sharepoint Designer workflow with An action of sending a mail to a sharepoint group. The workflow runs fine when run under Administrator Account but shows status stopped when run under...
Code, Articles, Discussion on Microsoft Technologies
Data View Web Part Problems
Posted
over 4 years ago
by
Madhur Ahuja
0
Comments
Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Windows SharePoint Services-compatible HTML editor such as Microsoft Office SharePoint Designer. If the problem persists, contact your Web server administrator....
Code, Articles, Discussion on Microsoft Technologies
Errors syncing SharePoint 2007 lists with Outlook 2007
Posted
over 4 years ago
by
Madhur Ahuja
2
Comments
I used to get a very frequent error whenever I got my document library offline to Outlook 2007. Task 'SharePoint' reported error (0x8000FFFF) : 'An error occurred either in Outlook or SharePoint. Contact the SharePoint site administrator.' or 'Outlook...
Code, Articles, Discussion on Microsoft Technologies
How to use Site Groups as audiences in Shared Services
Posted
over 4 years ago
by
Madhur Ahuja
0
Comments
SSP's can only target Active Directory lists or Security Groups. Ben Curry shows in his blog, how to use even use Site Groups as audiences in Shared Services ... See more here.. http://mindsharpblogs.com/Ben/archive/2007/01/05/1459.aspx
Code, Articles, Discussion on Microsoft Technologies
Cannot find Data Connection Library in WSS v3
Posted
over 4 years ago
by
Madhur Ahuja
2
Comments
If you are wondering, when you go to create page in your sharepoint site and cannot see Data Connection Library option there, most likely, you do not have MOSS 2007 installed. Data Connection Library is a document library which lets you hold you data...
Code, Articles, Discussion on Microsoft Technologies
Determining the Current User Context inside Sharepoint
Posted
over 4 years ago
by
Madhur Ahuja
1
Comments
W hat's the best way to determine the current user within a custom web part developed for MOSS 2007? I've found four so lutions so far, but I'm pretty sure there are more: 1. Use System.Web.HttpContext.Current.User.Identity.Name, like in any ASP.Net web...
Page 1 of 1 (17 items)