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)
November, 2006
MSDN Blogs
>
Connect people, partners, processes and information with .Net, Sharepoint Services and Biztalk Server
>
November, 2006
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
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 (8 items)