Sign In
Connect people, partners, processes and information with .Net, Sharepoint Services and Biztalk Server
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
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
Office 2007 File Format
Pages
Sharepoint Services 2.0
Sharepoint Services 3.0 (MOSS)
Archive
Archives
June 2009
(1)
September 2007
(2)
July 2007
(1)
June 2007
(1)
May 2007
(2)
March 2007
(2)
January 2007
(1)
November 2006
(10)
MSDN Blogs
>
Connect people, partners, processes and information with .Net, Sharepoint Services and Biztalk Server
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Connect people, partners, processes and information with .Net, Sharepoint Services and Biztalk Server
MOSS Warmup script for FBA based Internet facing site
Posted
over 3 years ago
by
yasinalladin
2
Comments
Recently we had a requirement in my project a Internet facing portal which is Architected and Designed on Microsoft Office Sharepoint Services 2007 (MOSS) to have a warm up script for Forms based authentication (FBA). We looked around the web and did...
Connect people, partners, processes and information with .Net, Sharepoint Services and Biztalk Server
Custom Datagrid Webcontrol for ASP.NET Applications
Posted
over 5 years ago
by
yasinalladin
1
Comments
This custom datagrid webcontrol will provide out of the box functionalities with full state management by just setting AlladinDataGrid custom properties at designtime, runtime or web config file and extended properties of a datacolumn by adding the custom...
Connect people, partners, processes and information with .Net, Sharepoint Services and Biztalk Server
Migrating Legacy Office File to 2007 File Format Using Office Migration Planning Manager (OMPM) Tools
Posted
over 5 years ago
by
yasinalladin
1
Comments
The Office Migration Planning Manager (OMPM) is a collection of tools that enables preparation and conversion for migration to the Microsoft 2007 Office system. OMPM checks for, and reports on, file properties to help analyse an environment. The OMPM...
Connect people, partners, processes and information with .Net, Sharepoint Services and Biztalk Server
OCS 2007 / LCS 2005 Presence on Web Application
Posted
over 5 years ago
by
yasinalladin
10
Comments
OCS 2007 / LCS 2005 Presence on web application can easily enable collaboration between co-workers or peers. Enclosed is an example for the same. To test it on your enviroment you can change the email Ids and take your mouse over the images. <...
Connect people, partners, processes and information with .Net, Sharepoint Services and Biztalk Server
MOSS Performance & Capacity Planning Tool
Posted
over 5 years ago
by
yasinalladin
0
Comments
WSSDW.exe is a Open source tool for testing MOSS performance & capacity planning can be downloaded from http://www.codeplex.com/sptdatapop .
Connect people, partners, processes and information with .Net, Sharepoint Services and Biztalk Server
MOSS 2007 Best Practices Analyzer Tool
Posted
over 5 years ago
by
yasinalladin
0
Comments
The Microsoft Best Practices Analyzer for Windows SharePoint Services 3.0 and the 2007 Microsoft Office System programmatically collects settings and values from data repositories such as MS SQL, registry, metabase and performance monitor. Once collected...
Connect people, partners, processes and information with .Net, Sharepoint Services and Biztalk Server
Dynamic Windows Registry Monitoring Tool
Posted
over 5 years ago
by
yasinalladin
1
Comments
If your application is working with the registry frequently mostly while creating installer and you need to dynamically monitor your registry then you can use a tool called RegMon for Windows v7.04 . This tool is very helpful for viewing the registery...
Connect people, partners, processes and information with .Net, Sharepoint Services and Biztalk Server
Debuging .Net Applications without attaching Debuggers for MS Office Add-Ins
Posted
over 5 years ago
by
yasinalladin
1
Comments
If you are developing .net applications such as managed windows services, managed Add-Ins for MS Office or Interope application such Deskbar search etc.. and want to debug output without attching debugger or in production enviroment remotely you can use...
Connect people, partners, processes and information with .Net, Sharepoint Services and Biztalk Server
virtual path providers to dynamically load and compile content from virtual paths in ASP.NET 2.0
Posted
over 5 years ago
by
yasinalladin
0
Comments
extend ASP.NET by providing virtual access to content and files for compilation in ASP.NET 2.0. This feature can be used to create applications similar to Microsoft SharePoint Portal Server, where the content is stored in a database instead of on the...
Connect people, partners, processes and information with .Net, Sharepoint Services and Biztalk Server
Maintaining Client State(Session, Cache) in ASP.NET applications with Web Farms(Network Load Balancing)
Posted
over 6 years ago
by
yasinalladin
0
Comments
When you are considering deploying your ASP.Net application in a Web Farm via Windows Network Load Balancing Serivice in Win 2003 you can use affinity option Single or Class C in your NLB to route the request back to the same server. This option can provide...
Connect people, partners, processes and information with .Net, Sharepoint Services and Biztalk Server
Explicity creating Http Get & Http Post request with WebRequest & WebResponse class to process web pages and transfer files to web server on any platform.
Posted
over 6 years ago
by
yasinalladin
0
Comments
This class creates Http Get & Http Post request for uploading, downloading text and binary data of form fields & file to any web server on any platform with HTTP standards i.e. post or get form method from any kind of application windows forms...
Connect people, partners, processes and information with .Net, Sharepoint Services and Biztalk Server
Write Custom WebParts for Windows Sharepoint Services 3.0 and ASP.NET2.0
Posted
over 6 years ago
by
yasinalladin
1
Comments
Windows Sharepoint Services (WSS) 3.0 is built on top of ASP.NET 2.0, All WSS 3.0 incoming request routes through the ASP.NET runtime before WSS. This changed forced to remove the ISAPI filter which was used in previous version of WSS2.0 and adding HTTPModules...
Connect people, partners, processes and information with .Net, Sharepoint Services and Biztalk Server
Compiling ASPNET application from command line...
Posted
over 6 years ago
by
yasinalladin
0
Comments
The ASP.NET Compilation tool (Aspnet_compiler.exe) enables you to compile an ASP.NET Web application, either in place or for deployment to a target location such as a production server. In-place compilation helps application performance because end users...
Connect people, partners, processes and information with .Net, Sharepoint Services and Biztalk Server
Launching ASP.NET Development Server without VS2005 or Command Line
Posted
over 6 years ago
by
yasinalladin
0
Comments
VS2005 does not run or debug web project using IIS instead it uses ASP.NET Development Server. This web host environment dynamically selects a port and begins hosting the web site in a manner that is only accessible to the local host. ASP.Net Development...
Connect people, partners, processes and information with .Net, Sharepoint Services and Biztalk Server
Explicitly Fire a ASP.NET 2.0 Validator Control in JavaScript or Clientside
Posted
over 6 years ago
by
yasinalladin
1
Comments
Recently I had a requirement in which I wanted to fire a ASP.NET validator control from my custom javascript code on the client side. ASP.NET 2.0 validator control render a javascript file in which there is a function ValidatorValidate(validatorcontrolid...
Connect people, partners, processes and information with .Net, Sharepoint Services and Biztalk Server
Render an ASP.NET 2.0 (.aspx) page's GridView in Microsoft Excel spreadsheet.
Posted
over 6 years ago
by
yasinalladin
0
Comments
Recently I same across this issue of rendering a .apsx pages GridView control in Microsoft Excel spreadsheet. On using the GridView.rendercontrol method I was getting this error "Control 'gvCustomers' of type 'GridView' must be placed inside a form...
Connect people, partners, processes and information with .Net, Sharepoint Services and Biztalk Server
Office 2003 Add-in: Web Parts and Components for Sharepoint Services 2.0
Posted
over 6 years ago
by
yasinalladin
0
Comments
Office Web Parts is a collection of Web Parts i.e. Office PivotChart etc.. and data retrieval services that work closely with Microsoft Office 2003 and Microsoft Windows SharePoint Services 2.0. The Office Web Components for SharePoint, among other things...
Page 1 of 1 (17 items)