Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (893) submissions by this author  (Birth Date : 7/14/1981 )

This is a link to a different site Introduction to Web Forms State Management
Total Hit (897) Due to the nature of the standard transfer protocol ( http ), Web pages are regenerated each time the page is posted to the server ,because of which all information associated with the page, such as the values of controls contained within the page, would be lost with each round trip from the browser ....Read More
Rating
This is a link to a different site Using WebRequest and WebResponse classes
Total Hit (819) .NET framework provides extensive set of classes for network programming. The System.Net namespace contains many such classes. In order to develop applications that involve web and HTTP .NET provides two important classes - WebRequest and WebResponse. There is another class called WebClient that act ....Read More
Rating
This is a link to a different site Using Message Queing in .NET applications
Total Hit (1350) Message Queing provides asynchronous programming model for your applications. For distributed and internet applications whene immediate response is not required from the actual server message quing can be used. This makes your application robust as message delivary is guranteed even if the remote se ....Read More
Rating
This is a link to a different site Object Oriented Programming with VB.NET and C#
Total Hit (485) .NET is fully object oriented platform that allow languages to take full advantage of these OO features. The features include: «LI»Namespace «LI»Classes «LI»Objects «LI»Encapsulation «LI»Overloading «LI»Inheritance «LI»Overriding «LI»Interfaces «LI»Polymorphism ....Read More
Rating
This is a link to a different site Manipulating Windows Event Log
Total Hit (1943) Windows Event Log keeps track of system wide and application level events. These events messages constitute things such as information messages, error messages, warnings and alerts. If your system is giving some troubles event log is the first place an administrator will look into. .NET framework pr ....Read More
Rating
This is a link to a different site Using DeviceIoControl to Obtain Physical Drive Information
Total Hit (1768) Win NT/Win2000 developers have access to a unique API that provides low-level system information - DeviceIoControl. This example succeeds only when it runs on Windows NT/Windows 2000/Windows XP, for two reasons: «LI»The standard device input/output control codes are available only on Windows N ....Read More
Rating
This is a link to a different site An API 'DriveExists' Routine
Total Hit (1233) For the API purest, here's a tiny function that simply returns True if a specified drive exists, or False if not. Using GetLogicalDriveStrings, its a simple matter of retrieving all the available drives, then performing a case-insensitive Instr() against the result to determine if the passed drive ....Read More
Rating
This is a link to a different site Using GetDiskFreeSpaceEx on 32-bit Windows
Total Hit (1326) This page presents four key wrapper routines for the data returned by the GetDiskFreeSpaceEx API. It works on both Win95 and Win95 OSR2, as well as Win98, NT4 Windows 2000 and Windows XP. By checking for the proc address of the GetDiskFreeSpaceExA API in kernel32.dll, which will only return a valid ....Read More
Rating
This is a link to a different site Changing File and/or Folder Attributes Recursively
Total Hit (1329) The basic recursion techniques from Performing Recursive Searches Using FindFirst and SearchTreeForFile are used in this demo, but modified to include code for changing either the file, folders or both beneath the target directory specified. The code returns to the list all files processed, as well ....Read More
Rating
This is a link to a different site Locking Removable Media Devices Using DeviceIoControl
Total Hit (1516) Using DeviceIoControl, together with the PREVENT_MEDIA_REMOVAL data user-defined type and the IOCTL_STORAGE_MEDIA_REMOVAL control code, it is possible for WinNT/Win2000 users to lock and unlock any removable device. A removable device might include, as it does on my system, CD-ROMs and LS-120 drive ....Read More
Rating
This is a link to a different site Checking for Media Availability Using DeviceIoControl
Total Hit (1363) This is the DeviceIoControl method for determining if a given drive has media present. The nice thing about this call is that it does not need to spin up the disk - the call returns instantly. The only lag might be if a new disk was inserted and the call was made while the OS was spinning up the dri ....Read More
Rating
This is a link to a different site Loading and Ejecting Removable Media Using DeviceIoControl
Total Hit (1444) This page builds on the demo listed above, to add a DeviceIoControl method to eject or load disks from removable devices
Rating
This is a link to a different site Obtaining Processor Information using WMI
Total Hit (1325) Windows Script Host is built into Microsoft Windows 98, 2000, ME and XP. If you are running Windows 95 or NT4, you can download Windows Script Host from the Microsoft Windows Script Technologies Web site at http://msdn.microsoft.com/scripting/. Some information is not returned on non-NT-based system ....Read More
Rating
This is a link to a different site Enumerating Share Connection Information
Total Hit (1458) The WNetEnumResource API continues enumeration of network resources on the local computer that was started by a call to the WNetOpenEnum API function. It will not retrieve the shares in use on remote machines. The illustration shows the function enumerating all network resources on my development ne ....Read More
Rating
This is a link to a different site How to Share a Folder using NetShareAdd
Total Hit (1446) The NetShareAdd function shares a server or workstation resource. Only members of the Administrators or Account Operators local group, or those with Communication, Print, or Server operator group membership can successfully execute the NetShareAdd function. The Print operator can add only Printer qu ....Read More
Rating
This is a link to a different site Connecting to Network Resources
Total Hit (1626) These are small network routines that provide developers with increased functionality and usability. The first two routines deal with displaying the Map Drive and Disconnect Mapped Drive dialogs. The second two deal with printers; the first shows the Windows dialog responsible for setting up a ....Read More
Rating
This is a link to a different site Enumerating Shared Resources on Remote Machines
Total Hit (1558) NetShareEnum retrieves information about each shared resource on a server. It's security requirements are the same as those outlined in Obtaining Workstation User Logon Information. WNetEnumResource can also be used to retrieve resource information, however, it does not enumerate hidden shares or ....Read More
Rating
This is a link to a different site Translating a Mapped Drive to a UNC Path
Total Hit (1511) WNetGetConnection, when passed the drive letter of a mapped drive, will return the full UNC path to the \\server\share that drive is mapped to. By adding a few Shell APIs we can create wrapper routines to perform tests on the constituent portions of the mapped path to assure the returned value point ....Read More
Rating
Developing a hit counter in ASP.net
Total Hit (2520) In this example, we will create a web page which will track and display the hit counts for the web site. ASP developers must be familiar with a similar technique used to track the hit counts in classic ASP web pages.
Rating
This is a link to a different site ASP.NET Graphical Page Hit Counter
Total Hit (962) In this example, we will create a web page which will track and display the hit counts for the web site. ASP developers must be familiar with a similar technique used to track the hit counts in classic ASP web pages.
Rating
This is a link to a different site Creating Images on the Fly with ASP.NET - Introduction
Total Hit (1156) Before the advent of the .Net framework, creating images on the fly for a web browser was a tedious task. Now, thanks to the .Net framework, creating images on the fly is a simple task. This article will provide the reader with the fundamentals necessary to start developing dynamic images with the . ....Read More
Rating
Get data from MS Access database using single statement.
Total Hit (2074)
Rating
This is a link to a different site Search for values in a FlexGrid control and sort it by columns
Total Hit (2277) To search for values, simply loop through the grid looking for the target value. Use the TopRow property to ensure that the row is visible after you find it. To sort by columns, use the MouseRow property to see if the user clicked the control's column header. Use MouseCol to see which column was ....Read More
Rating
BTree - A class for managing binary trees
Total Hit (3092)
Rating
Binding SQL Data to a DataGrid
Total Hit (1897) The DataGrid control supports a DataSource property that takes an IEnumerable or ICollection, as well as a DataSet. You can use a DataSet by assigning the DefaultView property of a table contained in the DataSet to the name of the table you wish to use within the DataSet. The DefaultView property re ....Read More
Rating
How to perform UPDATE operation with datagrid.
Total Hit (3203)
Rating
This is a link to a different site Working with Datagrid : define columns, hide columns, sort columns, edit data, paging columns,
Total Hit (615) «b»This article covers folloing issues«/b» «LI» Working With DataGrid «LI» Defining Columns in DataGrid «LI» Editing Data in DataGrid «LI» Hiding Columns in DataGrid «LI» Sorting Columns in DataGrid «LI» Paging in DataGrid
Rating
This is a link to a different site Custom ASP.NET Datagrid Paging With Exact Count - Introduction
Total Hit (770) Anybody in the DB world knows what paging database results is and its effect. From the time I had started getting into good old classic ASP, I was intrigued with the ability to divide large sets of data into sections of x records per page. One thing that I didn't like about paging is that it seemed ....Read More
Rating
This is a link to a different site ASP.NET DataGrid Paging Part 1 - Built-In Paging
Total Hit (540) The DataGrid server control enables easy paging through data. You can set the DataGrid to use paging and specify a page size (number of records to display). Each time the page is loaded the DataSet is recreated and the DataGrid is bound to the appropriate records based on what page is to be displaye ....Read More
Rating
This is a link to a different site ASP.NET DataGrid Paging Part 2 - Custom Paging ( For Huge Recordset )
Total Hit (567) In many cases the built-in paging functionality offered with the DataGrid control will suit your needs. Its advantages include its simplicity in implementation and versatile functionality. However, as in life anything that good has to be hiding something...right. The drawback to the DataGrid's built ....Read More
Rating


(Page 38 of 133) 3968 Result(s) found  ... 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ...

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.