Connect people, partners, processes and information with .Net, Sharepoint Services and Biztalk Server
Browse by Tags
All Tags
»
.Net
(RSS)
ASP.NET
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...
Dynamic Windows Registry Monitoring Tool
18 March 07 08:19 AM
|
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
Read More...
Debuging .Net Applications without attaching Debuggers for MS Office Add-Ins
18 March 07 07:23 AM
|
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
Read More...
Explicity creating Http Get & Http Post request with WebRequest & WebResponse class to process web pages and transfer files to web server on any platform.
27 November 06 10:13 AM
|
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,
Read More...
Creating an Http Get & Post Request at Runtime to process Web pages and transfer files
27 November 06 10:05 AM
|
yasinalladin
|
1 Comments
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
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