Connect people, partners, processes and information with .Net, Sharepoint Services and Biztalk Server
Browse by Tags
All Tags
»
ASP.NET
(RSS)
.Net
Sharepoint Services 3.0 (MOSS)
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...
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...
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...
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...
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...
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...
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...
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...
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...
Search
This Blog
Home
Email
Tags
.Net
ASP.NET
Office 2007 File Format
Sharepoint Services 2.0
Sharepoint Services 3.0 (MOSS)
Archives
June 2009 (1)
September 2007 (1)
July 2007 (1)
June 2007 (1)
May 2007 (2)
March 2007 (2)
January 2007 (1)
November 2006 (8)
Relevant Blogs
Piyush Jain
Martin Kearn
Sharepoint Team Blog
Syndication
RSS 2.0
Atom 1.0
Passionate about
Microsoft Technology
, drop me a note or your resume to join Microsoft Global Services India(
MGSI
).
BLOGS I READ
Piyush Jain