Browse by Tags

Tagged Content List
  • Blog Post: Custom Datagrid Control Source code

    // ---------------------------------------------------------------------------- // Copyright (C) 2004 – 2005 Yasin Alladin // All rights reserved. // THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, // EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED ...
  • Blog Post: Creating an Http Get & Post Request at Runtime to process Web pages and transfer files

    using System; using System.Collections.Generic; using System.Text; using System.Collections; using System.Net; using System.IO; using System.Text.RegularExpressions; using System.Web; using Microsoft.Win32; using System.Security.Permissions; namespace AlladinHttpRequestResponse...
  • Blog Post: Write Custom WebParts for Windows Sharepoint Services 3.0 and ASP.NET2.0

    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 and HTTPHandlers that are registered with...
Page 1 of 1 (3 items)