Browse by Tags

MOSS Warmup script for FBA based Internet facing site
13 June 09 03:14 PM | yasinalladin | 0 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 Read More...
Custom Datagrid Control Source code
23 September 07 10:25 AM | yasinalladin | 1 Comments   
// ---------------------------------------------------------------------------- // 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, Read More...
Filed under: ,
Custom Datagrid Webcontrol for ASP.NET Applications
23 September 07 09:32 AM | 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 Read More...
Filed under: ,
OCS 2007 / LCS 2005 Presence on Web Application
12 June 07 03:23 PM | yasinalladin | 1 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. <!--Sample.html--> Read More...
Filed under:
virtual path providers to dynamically load and compile content from virtual paths in ASP.NET 2.0
14 January 07 11:19 AM | 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 Read More...
Filed under:
Maintaining Client State(Session, Cache) in ASP.NET applications with Web Farms(Network Load Balancing)
28 November 06 07:55 AM | 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 Read More...
Filed under:
Compiling ASPNET application from command line...
24 November 06 05:17 AM | 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 Read More...
Filed under:
Launching ASP.NET Development Server without VS2005 or Command Line
24 November 06 04:49 AM | 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 Read More...
Filed under:
Explicitly Fire a ASP.NET 2.0 Validator Control in JavaScript or Clientside
11 November 06 10:01 PM | 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). Read More...
Filed under:
Render an ASP.NET 2.0 (.aspx) page's GridView in Microsoft Excel spreadsheet.
11 November 06 09:26 PM | 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 tag Read More...
Filed under:

Search

This Blog

Syndication

Page view tracker