ProgTalk - Your archive for all source code

Who we are

Progtalk is an online community serving thousands of people searching for code, news, new types of technology, as well as tutorials. Here you can find programming articles, code snippets, forums, a place to ask your questions, and the latest techonology news. With your help, we are building an online community to share knowledge. Browse our articles archive, or give back to it with one of your own. ALWAYS remember, what may be simple for you may be difficult for others. We all started from the same level...
Java Programming Tutorial - 26 - Random Number Generator How to use a random number generator in ja... More Videos...

Submit An Article

Have an article of you own?
Submit your article in 4 easy steps.
  • Choose a category
  • Upload your images
  • Enter article details
  • Attach files

Latest Articles:

Compressing File more than 2 GB Size
A .zip file allows the user to compress large size file into smaller size file, with .zip file extension. The application us...
Power Failure Makes SQL Server Database Suspect
Power Failure Makes SQL Server Database Suspect
How to Fix Linux Error- “Can’t find ext2 File System?”
Linux is a popular operating system, which offers a wide range of features to effectively manage data on the hard drive with...
LUKS Encryption May Lead to Data Loss in Linux
Safeguarding your confidential data from unauthorized access is a major concern for modern businesses. To prevent unauthoriz...
Fixing “0xc0190036...” Error Message Post Windows Update
Fixing “0xc0190036...” Error Message Post Windows Update
Failover Cluster Resources Dependency May Cause Database Corruption in SQL Server
Failover Cluster Resources Dependency May Cause Database Corruption in SQL Server
Tips to Solve Unspecified Error by Chkdsk at Startup
Tips to Solve Unspecified Error by Chkdsk at Startup
Data Integrity and Recovery Capabilities of NTFS File System
Data Integrity and Recovery Capabilities of NTFS File System
How to Solve when Microsoft Word Document Continuously repaginates?
Microsoft Word processing application features a background and automatic repagination feature to end and then start a page.
How to Recover Data from Corrupted microSD card?
MicroSD is the thinner version of standard SD (Secure Digital) cards, designed especially for mobile phones.

Other Articles:

Double-Check before Accepting Jobs in Gulf
Double-Check before Accepting Jobs in Gulf
Human Resource or HR Jobs in Dubai
Article contains information over human resource industry in Dubai and Hr jobs. Article will also tell you how you can get a...
Dubai- A city of entertainment and services
Article will help you how you can get entertain while working and how you can explore the beauty of Dubai. Also disclose job...
Aviation and the tourism industry in UAE
Article contains information over the tourism and aviation industries growth and job opportunities in UAE. Article has sugge...
Teaching or Education sector in Dubai
Article contains information over job opportunities in teaching and education sectors of Dubai. Article also explore you how...
Jobs in Dubai
Article contains information over jobs in Dubai and help to find jobs in different cities. Article also suggests you how you...
Culture and Lifestyle in Dubai
Article contains information over culture and lifestyle in Dubai. Article will give you some tips on before taking up jobs i...
Work Permit and Visa for Dubai
Article contains information over work permit and residence visa for Dubai. Article also discloses you how to migrate your s...
Tourism Industry of Dubai
Article contains information over tourism industry of Dubai and growth in real state .Article contains opportunities in diff...
Jobs in Saudi Arabia
Article contains information over jobs in different sectors of Saudi Arabia. Also tell us about the city, economical status...

View More Other Articles

C# Programming Articles:

Understanding basic concepts of inheritance
This tutorial gives an explanation of what inheritance is and how it can be used. It outlines basic fundamental concepts of ...
How to destroy a cookie in c#, vb.net and asp.net
A simple function that shows how one can destroy a cookie in languages C#, VB.NET and ASP.NET
Understanding the Basic Concepts of a .NET Class.
This tutorial gives an explanation of what a class is and how it can be used. It outlines the basic concepts of a class, whe...
LINQ To SQL - Select Query Example in Visual Studio 2008
A very simple article showing how to perform a select query using Linq.
How to use the Wizard Control in ASP.NET and C#
Here we will create two pages, the Default which contains the wizard, and a Complete.aspx page which we will display after t...
Get all files of directory and sub directories using ASP.NET, C#, and VB.NET
Using C#, VB.NET, and ASP.NET to get all files of directory and subdirectory.
How to bind dropdownlists using datasource databind sources.
Source code showing how to bind to a dropdownlist using a a datasource.
How to use a SqlDataReader to retrieve data using Sql.
Simple code to extract data from your database using System.Data.SqlClient.SqlDataReader.
ASP.NET Web.Config - Configuring the ASP.NET Web.Config for your IIS web applications
ASP.NET Web.config configuration, Web.config features, and integration with ASP.NET web applications. Learn how to configur...
Alert messages using div without javascript alerts.
This tutorial will describe how one can implement div pop up messages instead of using javascript alerts. This allows a bet...

View More C# Articles

VB.NET Programming Articles:

How to destroy a cookie in c#, vb.net and asp.net
A simple function that shows how one can destroy a cookie in languages C#, VB.NET and ASP.NET
How to send emails using VB.NET and Visual Studio 2005
A simple class to send email using VB.NEt
Get all files of directory and sub directories using ASP.NET, C#, and VB.NET
Using C#, VB.NET, and ASP.NET to get all files of directory and subdirectory.
A beginners guide to using XmlDocument in Csharp and VB.NET
Article describing how to read through the nodes of an xml document using XmlNode, XmlNodeList, and XmlDocument. A beginner...
How to bind dropdownlists using datasource databind sources.
Source code showing how to bind to a dropdownlist using a a datasource.
ASP.NET Web.Config - Configuring the ASP.NET Web.Config for your IIS web applications
ASP.NET Web.config configuration, Web.config features, and integration with ASP.NET web applications. Learn how to configur...
Using a GridView with Radio Buttons in VB.NET
Describes how to select and highlight a row by using a gridview in vb.net.
Understanding the differences between Cache, Session, and ViewState.
Properly using cache, session, and viewstate objects in your asp.net application.
Google like Auto-Suggest using VB.NET without the AJAX Framework
This example will show how to create an autosuggest feature like google without any Ajax frameworks.
DataGrid - Master/Child/Slave Details in VB.NET - Expand/Collapse Rows (Master/Detail View)
Master Slave Relationship in Datagrid in VB.NET while expanding and collapsing rows using client side Javascript.

View More VB.NET Articles

ASP.NET Programming Articles:

Understanding basic concepts of inheritance
This tutorial gives an explanation of what inheritance is and how it can be used. It outlines basic fundamental concepts of ...
How to destroy a cookie in c#, vb.net and asp.net
A simple function that shows how one can destroy a cookie in languages C#, VB.NET and ASP.NET
Understanding the Basic Concepts of a .NET Class.
This tutorial gives an explanation of what a class is and how it can be used. It outlines the basic concepts of a class, whe...
LINQ To SQL - Select Query Example in Visual Studio 2008
A very simple article showing how to perform a select query using Linq.
How to use the Wizard Control in ASP.NET and C#
Here we will create two pages, the Default which contains the wizard, and a Complete.aspx page which we will display after t...
Get all files of directory and sub directories using ASP.NET, C#, and VB.NET
Using C#, VB.NET, and ASP.NET to get all files of directory and subdirectory.
How to bind dropdownlists using datasource databind sources.
Source code showing how to bind to a dropdownlist using a a datasource.
ASP.NET - Adding Client Side Message Boxes
Using confirmation message boxes in javascript with your asp.net applications.
How to use a SqlDataReader to retrieve data using Sql.
Simple code to extract data from your database using System.Data.SqlClient.SqlDataReader.
ASP.NET Web.Config - Configuring the ASP.NET Web.Config for your IIS web applications
ASP.NET Web.config configuration, Web.config features, and integration with ASP.NET web applications. Learn how to configur...

View More ASP.NET Articles

.NET Programming Articles:

Understanding basic concepts of inheritance
This tutorial gives an explanation of what inheritance is and how it can be used. It outlines basic fundamental concepts of ...
How to destroy a cookie in c#, vb.net and asp.net
A simple function that shows how one can destroy a cookie in languages C#, VB.NET and ASP.NET
Understanding the Basic Concepts of a .NET Class.
This tutorial gives an explanation of what a class is and how it can be used. It outlines the basic concepts of a class, whe...
LINQ To SQL - Select Query Example in Visual Studio 2008
A very simple article showing how to perform a select query using Linq.
Script Generator - Allows you to create classes for all your sql tables. (Real Time Saver)
Create classes for sql tables including insert, updates, and delete statements. Generate dataset and sql data readers for y...
How To Use Tree Menu Based On User Credentials ( Logged In User / Not Logged In User).
This is a simple tutorial using Master Pages, and a Tree Menu control using Visual Studio 2005. The tree menu dynamically g...
How to use the Wizard Control in ASP.NET and C#
Here we will create two pages, the Default which contains the wizard, and a Complete.aspx page which we will display after t...
How to add, edit, update, and/or delete rows from a MSSQL database using datasets.
Here we will see how easy it is to work with datasets to modify our data from MSSQL databases. This tutorial was done with ...
How to send emails using VB.NET and Visual Studio 2005
A simple class to send email using VB.NEt
Using the Login Control to Validate User Credentials Part 1
This article will describe how we can incorporate the .Net login control in our web applications. A simple tutorial which w...

View More .NET Articles

JavaScript Articles:

How to validate two date range fields in JavaScript.
Javascript method to validate the date range.
Validate Drop Down List Agaist Textbox
Javascript Method to validate drop down list items. Items in textbox can be added to drop down list through javascript.
Javascript Method to validate the year.
This is a simple javascript fuction which will validate a text field for the year. It consists of two paramaters which are ...
Alert messages using div without javascript alerts.
This tutorial will describe how one can implement div pop up messages instead of using javascript alerts. This allows a bet...
Using the .NET Calendar with your web applications. Simple tutorial to make a pop up calendar.
This tutorial will show how we can incorporate a calendar control in our web applications. Download the source code to get ...
How do I hide an iframe using JavaScript?
A simple function that will allow you to hide an iframe.
How to collapse and expand rows of a datagrid using C#, ASP.NET, and Javascript. (Version 2)
Master Slave Relationship in Datagrid while expanding and collapsing rows using client side Javascript. (Version 2)
Javascript Regular Expressions for validation.
List of some common regular expressions using javascript.
DataGrid - Master/Child/Slave Details in ASP.NET, C# - Expand/Collapse Rows (Master/Detail View)
Using ASP.NET, C#, Framework 1.1 to show a master/detail grid with javascript to expand & collapse.

View More JavaScript Articles

SEO Articles:

SEO Basics for beginners and webmasters for better Google SEO rankings
Understanding basic SEO techniques for higher SEO ranking. This article will describe fundamental SEO techniques that are k...
SEO - Canonical tag
This articles describes the Google canonical tag and discusses how to implement it wisely.

View More SEO Articles

Technology Articles:

Power Failure Makes SQL Server Database Suspect
Power Failure Makes SQL Server Database Suspect
Fixing “0xc0190036...” Error Message Post Windows Update
Fixing “0xc0190036...” Error Message Post Windows Update
Failover Cluster Resources Dependency May Cause Database Corruption in SQL Server
Failover Cluster Resources Dependency May Cause Database Corruption in SQL Server
Tips to Solve Unspecified Error by Chkdsk at Startup
Tips to Solve Unspecified Error by Chkdsk at Startup
How to Recover Data from Corrupted microSD card?
MicroSD is the thinner version of standard SD (Secure Digital) cards, designed especially for mobile phones.
Database Corruption After Running Alter Table Command on SQL Server Table
Database Corruption After Running Alter Table Command on SQL Server Table
Repairing Database Using Jet Compact Utility
Repairing Database Using Jet Compact Utility
“Incompatible File System...” Error in Sigma SD 14 Camera
Sigma SD14 is a digital SLR (Single-Lens Reflex) camera that captures high definition images using a 14 mega pixel digital i...
Knowing all about Data Recovery
Data is the most important thing in today's life. Irrespective of whether you are a school goer, or a housewife, or working ...
Data Recovery after Storage Device Inaccessibility
Software are tools that are loaded on a computer and help us in conducting various activities on the computer, which include...

View More Technology Articles

Windows Articles:

Fixing “0xc0190036...” Error Message Post Windows Update
Fixing “0xc0190036...” Error Message Post Windows Update
Tips to Solve Unspecified Error by Chkdsk at Startup
Tips to Solve Unspecified Error by Chkdsk at Startup
Data Integrity and Recovery Capabilities of NTFS File System
Data Integrity and Recovery Capabilities of NTFS File System
Significance of Start Repair Option in Windows 7
Significance of Start Repair Option in Windows 7
Windows Vista Upgrade Failure May Cause Partition Loss
Windows Vista Upgrade Failure May Cause Partition Loss
How To - Fix Gray Screen of Death in Mac OS X?
Are you encountering GSOD (Gray Screen of Death) while booting or working on Mac OS X? Is your system unbootable and inacces...
Black Screen while booting Windows 7
Black Screen while booting Windows 7
How to- Reconstruct Corruption or Missing Volume Boot Record in Windows?
How to- Reconstruct Corruption or Missing Volume Boot Record in Windows?
Data Loss in Windows 7 System Post BIOS Upgradation
A system BIOS (Basic Input/Output System) is a first program that is executed when you turn on your system. It ensures that ...
How to- Recover Lost Partitions/Data When Boot Sector is Corrupt?
How to- Recover Lost Partitions/Data When Boot Sector is Corrupt?

View More Windows Articles

Linux Articles:

How to Fix Linux Error- “Can’t find ext2 File System?”
Linux is a popular operating system, which offers a wide range of features to effectively manage data on the hard drive with...
LUKS Encryption May Lead to Data Loss in Linux
Safeguarding your confidential data from unauthorized access is a major concern for modern businesses. To prevent unauthoriz...
How to Recovery LVM Partitions in Linux
Do you need to add a new disk to LVM volume for expanding it? Or, are you trying to add a new disk on LVM with zero redundan...
Fixing “could not mount because of unsupported optional features...” Error
A superblock in Linux operating system comprises of critical information (type size, and status) related to file system. It ...
How to - Retrieve Deleted Files/Directories From Linux Computer?
Is your system virus infected and the virus has deleted your valuable files? Have you accidentally deleted your critical bus...
How to Recover Deleted Data From Ext4 File System Volume?
The Ext4 (Fourth Extended File System) was released in Linux 2.6.28 as a functionally stable and complete file system.
Compressed files in NSS Volumes Inaccessible, Post SP3 installation
Just like any other operating system user, a Novell user installs latest service packs to update his operating system, fix s...
Bad Block at Beginning of Inode Table May Cause Data Loss in Linux
Are you unable to mount your Linux hard drive volume?................
Fixing “the symbol 'grub_env_find'...” Error Message
A system boot error message is a nightmare for any computer user. In most cases, the user is unable to bypass the error mess...
Linux System Unbootable Post Kernel Upgradation
A kernel in Linux operating system is like a mediator between the hardware and programs.

View More Linux Articles

Unix Articles:

Recovery Service v/s Recovery Software
People are often confused about the difference between data Recovery Softwares and Recovery Services. When to use which one...
Rectifying “Out of space on EAFS” Error in UNIX Open Server
SCO Open Server system administrator is to make sure that there is enough disk space for the user.
About Drive Wipe utilities
Are you thinking of selling or handling over your computer system to someone?
Do not let anyone misuse your data
Computers are required to organize and store huge mass of information.
How to resolve “bad super block: magic number wrong” in BSD
Sometimes, after upgrading your BSD (Berkeley Software Distribution) operating system.
Why do we Wipe off the data permanently from the hard drive
To remove your data permanently from the hard drive, use the Stellar Disk Wipe software.
System "do not boot after" Installing Solaris 10 Kernel Patch
System "do not boot after" Installing Solaris 10 Kernel Patch
Tips to resolve “Illegal Option” Error Message in SCO UnixWare
Tips to resolve “Illegal Option” Error Message in SCO UnixWare
How to Prepare Your Computer and Hard Drive for Disposal
Many of us throw out all sorts of things in trash that could be used to restore information.
How to Absolutely Remove Data From Computer Hard Drive
Technology is something very important for modern businesses to speed up production.

View More Unix Articles

Apache Articles:

How to use mod_rewrite to simplify URL Rewriting in Apache
This article explains the magic of URL manipulation using the mod_rewrite module for Apache.

View More Apache Articles

SQL 2000 Articles:

Power Failure Makes SQL Server Database Suspect
Power Failure Makes SQL Server Database Suspect
Failover Cluster Resources Dependency May Cause Database Corruption in SQL Server
Failover Cluster Resources Dependency May Cause Database Corruption in SQL Server
Database Corruption After Running Alter Table Command on SQL Server Table
Database Corruption After Running Alter Table Command on SQL Server Table
MS SQL Server Database Corruption May Cause Access Violation
MS SQL Server Database Corruption May Cause Access Violation
Tips to resolve “Extent E_ID in database ID DB_ID...”
Tips to resolve “Extent E_ID in database ID DB_ID...”
Missing or Deleted .frm File May Cause Table Corruption in MySQL
Missing or Deleted .frm File May Cause Table Corruption in MySQL
How to Resolve “The text, ntext, or image node...” Error
How to Resolve “The text, ntext, or image node...” Error
Fixing “Memory Allocation error...”
An “Out of Memory” error message while executing DBCC primary occurs when the DBCC process performs check on large databases...
Fixing “Multiple IAM pages for object....” Error Message
Fixing “Multiple IAM pages for object....” Error Message
Storing SQL Server Database on Network Server May Cause Corruption
Storing SQL Server Database on Network Server May Cause Corruption

View More SQL 2000 Articles

SQL 2005 Articles:

Power Failure Makes SQL Server Database Suspect
Power Failure Makes SQL Server Database Suspect
Failover Cluster Resources Dependency May Cause Database Corruption in SQL Server
Failover Cluster Resources Dependency May Cause Database Corruption in SQL Server
Database Corruption After Running Alter Table Command on SQL Server Table
Database Corruption After Running Alter Table Command on SQL Server Table
MS SQL Server Database Corruption May Cause Access Violation
MS SQL Server Database Corruption May Cause Access Violation
Tips to resolve “Extent E_ID in database ID DB_ID...”
Tips to resolve “Extent E_ID in database ID DB_ID...”
Missing or Deleted .frm File May Cause Table Corruption in MySQL
Missing or Deleted .frm File May Cause Table Corruption in MySQL
How to Resolve “The text, ntext, or image node...” Error
How to Resolve “The text, ntext, or image node...” Error
Fixing “Memory Allocation error...”
An “Out of Memory” error message while executing DBCC primary occurs when the DBCC process performs check on large databases...
Fixing “Multiple IAM pages for object....” Error Message
Fixing “Multiple IAM pages for object....” Error Message
Storing SQL Server Database on Network Server May Cause Corruption
Storing SQL Server Database on Network Server May Cause Corruption

View More SQL 2005 Articles

SQL 2008 Articles:

Power Failure Makes SQL Server Database Suspect
Power Failure Makes SQL Server Database Suspect
Failover Cluster Resources Dependency May Cause Database Corruption in SQL Server
Failover Cluster Resources Dependency May Cause Database Corruption in SQL Server
Database Corruption After Running Alter Table Command on SQL Server Table
Database Corruption After Running Alter Table Command on SQL Server Table
MS SQL Server Database Corruption May Cause Access Violation
MS SQL Server Database Corruption May Cause Access Violation
Tips to resolve “Extent E_ID in database ID DB_ID...”
Tips to resolve “Extent E_ID in database ID DB_ID...”
Missing or Deleted .frm File May Cause Table Corruption in MySQL
Missing or Deleted .frm File May Cause Table Corruption in MySQL
How to Resolve “The text, ntext, or image node...” Error
How to Resolve “The text, ntext, or image node...” Error
Fixing “Memory Allocation error...”
An “Out of Memory” error message while executing DBCC primary occurs when the DBCC process performs check on large databases...
Fixing “Multiple IAM pages for object....” Error Message
Fixing “Multiple IAM pages for object....” Error Message
Storing SQL Server Database on Network Server May Cause Corruption
Storing SQL Server Database on Network Server May Cause Corruption

View More SQL 2008 Articles

MySQL Articles:

MyISAM Table with Spatial Index corrupted
A spatial index in MyISAM table allows extensions in storage capacity, generation, and analysis of geographic features. The ...
MySQL Recovery for InnoDB Storage Engine to Fix Tablespace Corruption
MySQL Recovery for InnoDB Storage Engine to Fix Tablespace Corruption
How To Recover Corrupted/Crashed InnoDB Database?
How To Recover Corrupted/Crashed InnoDB Database?
Error 145 Occurs while accessing Merge Table
Error 145 Occurs while accessing Merge Table
Fixing “Unknown Table” Error post MySQL database corruption
InnoDB database engine saves all the data in the form of pages, linked in a B-tree structure. The pages in the B-tree struct...
Resolving “No MySQL pid file found” Error Message
MySQL database corruption mostly results into displaying of an error message at the time of mounting the database.
Repair MySQL table with damaged Index
Repair MySQL table with damaged Index
Three ways to Repair MyISAM tables
Three ways to Repair MyISAM tables
MySQL Database Table corrupt after running a Procedure
MySQL Database Table corrupt after running a Procedure
Fixing “Tablespace Error” Post power failure
Fixing “Tablespace Error” Post power failure

View More MySQL Articles

Oracle Articles:

Using Web Pages and Packages in Oracle UPK
In this article, you will learn how to use Web Pages in the Concepts pane and beyond and how to use Packages and link them t...

View More Oracle Articles

Latest Forums:

+
+
+
+
+
+
+
+
+
+

C# Forums:

+
+
+
+
+
+
+
+
+
+

VB.NET Forums:

+
+
+
+
+
+

ASP.NET Forums:

+
+
+
+
+
+
+
+
+
+

Technology Forums:

ProgTalk Poll

What programming language do you mostly use?







26 Votes View Results