Browse by Tags

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: ,
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...
Filed under:
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...
Filed under:
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...
Filed under:
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...
Filed under:

Search

This Blog

Syndication

Page view tracker