Geekpedia Programming Tutorials






Geekpedia / Programming FAQ

Programming FAQ


.NET 1.1 / 2.0 FAQ:

Title Date Hits Author
How to find out what versions of .NET Framework you have installed Sep 16 2006 6885 Andrew Pociu
What is the .NET Framework composed of? May 20 2006 1841 Andrew Pociu
How to compile into .NET 1.1 using Visual Studio 2005 (.NET 2.0) Apr 12 2006 6559 Andrew Pociu
In .NET 2.0 sending email with System.Web.SmtpMail doesn't seem to work anymore May 19 2005 3127 Andrew Pociu
In .NET 2.0 accessing the values stored in web.config through System.Configuration.ConfigurationSettings.AppSettings doesn't seem to work anymore May 19 2005 8345 Andrew Pociu
How can I pass command line arguments while debugging within Visual Studio .NET? May 14 2005 19481 Andrew Pociu
How can I easily deploy an ASP.NET web application to a web server? May 08 2005 2807 Andrew Pociu
In .NET 2.0 Form.Flash and Form.StopFlash seemed to disappear... May 08 2005 2259 Andrew Pociu
How do I protect my source code from reverse engineering? Mar 07 2005 4127 Andrew Pociu
A complete list of what each IntelliSense icon from Visual Studio .NET means Jul 25 2004 5270 Andrew Pociu

Apache FAQ:

Title Date Hits Author
How to redirect www requests to non-www URL Mar 19 2008 518 Andrew Pociu

ASP.NET FAQ:

Title Date Hits Author
How do I get the list of all session variables? Aug 31 2007 1167 khilitchandra prajapati
How to retrieve the installed ASP.NET version Sep 15 2006 4146 Andrew Pociu
Can I use my existing DLLs with ASP.NET? Jul 27 2006 1553 Andrew Pociu
A disabled TextBox or similar control does not maintain its value through PostBack Jul 27 2006 3842 Andrew Pociu
Adding an item in a DropDownList at a certain position Jun 06 2006 3898 Andrew Pociu
A potentially dangerous Request.Form value was detected from the client Jun 03 2006 11192 Andrew Pociu
ASP.NET DropDownList of US states May 28 2006 7410 Andrew Pociu
ASP.NET DropDownList of countries May 28 2006 3557 Andrew Pociu
The file web.sitemap required by XmlSiteMapProvider does not exist. May 28 2006 12338 Andrew Pociu
System.Web.HttpException: Maximum request length exceeded. May 24 2006 6468 Andrew Pociu
Error while trying to run project: Unable to start debugging on the web server May 20 2006 4548 Andrew Pociu
Cannot implicitly convert type 'string' to 'System.Drawing.Color' May 20 2006 12282 Andrew Pociu
The name 'Session' does not exist in the current context Jan 15 2006 15296 Andrew Pociu
The name 'Request' does not exist in the current context Jan 08 2006 11062 Andrew Pociu
How to redirect to a different page using Response.Redirect in ASP.NET Jan 08 2006 4660 Andrew Pociu
What are the special directories in ASP.NET 2.0 Dec 08 2005 2563 Andrew Pociu
A page can have only one server-side Form tag Oct 06 2005 15279 Andrew Pociu
AutoPostBack - How to submit (PostBack) page when a DropDownList item is selected Oct 02 2005 6849 Andrew Pociu
Index (zero based) must be greater than or equal to zero and less than the size of the argument list Sep 25 2005 14337 Andrew Pociu
Can I run ASP.NET applications on Windows XP Home Edition? Jul 26 2005 3764 Andrew Pociu
Get the path of the ASP.NET web application that is currently running Jun 20 2005 15375 Andrew Pociu
Can ASP.NET 1.1 applications work along with ASP.NET 2.0 applications? May 21 2005 8012 Andrew Pociu
Using showModalDialog() with an ASP.NET page that does PostBack opens another window May 03 2005 8667 Andrew Pociu
How can I set the ASP.NET validators to be visible by default? May 01 2005 5776 Andrew Pociu
Do I need the PDB (.pdb) file when I deploy my ASP.NET application? May 01 2005 13195 Andrew Pociu
How can I set the date of a Calendar control to the current date? Mar 28 2005 4279 Andrew Pociu
How do I get the values when submitting a form (either using GET or POST)? Mar 07 2005 7312 Andrew Pociu
In ASP .NET, how do I set the script timeout? Sep 19 2004 7628 Andrew Pociu

C# FAQ:

Title Date Hits Author
Get current screen resolution in C# Sep 26 2007 3242 Andrew Pociu
How to retrieve the state of Caps Lock, Num Lock and Scroll Lock keys Sep 23 2007 3920 Andrew Pociu
How to retrieve a list of installed printers Sep 23 2007 1634 Andrew Pociu
How to check if Windows XP SP2 is installed May 28 2006 3961 Andrew Pociu
DataBinding: 'System.Data.Common.DbDataRecord' does not contain a property with the name x Jan 07 2006 6655 Andrew Pociu
Which is the fastest way of checking if a string is empty? Jan 06 2006 3987 Andrew Pociu
Binding a Repeater control to a jagged array Dec 16 2005 6587 Andrew Pociu
How to select a random value from an array Dec 09 2005 8305 Andrew Pociu
Remove selected items from a ListBox Nov 27 2005 25867 Andrew Pociu
XmlException: Root element is missing Nov 25 2005 14775 Andrew Pociu
Exception has been thrown by the target of an invocation Nov 03 2005 40726 Andrew Pociu
Items collection cannot be modified when the DataSource property is set Nov 03 2005 11531 Andrew Pociu
Get the clicked button of a MessageBox using DialogResult Oct 27 2005 11432 Andrew Pociu
Array creation must have array size or array initializer Oct 24 2005 17200 Andrew Pociu
How to validate an URL using RegEx in C# Oct 22 2005 21089 Andrew Pociu
Using EnsureVisible() to scroll down to the bottom of a ListView Oct 18 2005 10108 Andrew Pociu
Object cannot be cast from DBNull to other types Oct 06 2005 25061 Andrew Pociu
How to check if a registry key / subkey already exists Oct 03 2005 11827 Andrew Pociu
How to convert a variable from double to float Oct 02 2005 21104 Andrew Pociu
How to remove white (blank) space from a string Jun 20 2005 50434 Andrew Pociu
How to get a list of SQL Server databases Jun 16 2005 15568 Andrew Pociu
How to launch an URL in the default browser Jun 13 2005 12520 Andrew Pociu
How do I generate a random number within a range? Jun 13 2005 22186 Andrew Pociu
How do I change the mouse cursor to a hourglass? Jun 13 2005 60486 Andrew Pociu
How do I get the visitor's IP address? May 14 2005 21411 Andrew Pociu
What is the difference between the int and Int32 datatype, or String and string (lowercase)? May 14 2005 14015 Andrew Pociu
How to check if a number is odd or even? Apr 24 2005 30912 Andrew Pociu
How can I insert a new line in a TextBox? Apr 23 2005 116712 Andrew Pociu
How can I compress files from my C# application? Apr 14 2005 15230 Andrew Pociu
Use Debug.Assert to get Stack Trace information Dec 05 2004 8950 Andrew Pociu
How do I create multiple entry points and specify which one to use? Sep 19 2004 10643 Andrew Pociu
What's the range of each value data type in C#? Jul 26 2004 7742 Andrew Pociu
How do I retrieve the Major and Minor application (assembly) version and the Build and Revision number? Jul 25 2004 19499 Andrew Pociu
When you have to pass an array to a method, you can directly pass the values without creating the array Jul 24 2004 3217 Andrew Pociu
How can I format a number to x decimal places? Jul 23 2004 67464 Andrew Pociu
How do I stop the form from closing / How do I prompt the user to confirm the closing of the application when he presses the X button? Jul 20 2004 18215 Andrew Pociu
How do I convert from decimal to hex and hex to decimal? Jul 20 2004 94294 Andrew Pociu
Can I use MySQL with C#? Jul 19 2004 4374 Andrew Pociu
How do I set the type of an enumeration? Jul 16 2004 3045 Andrew Pociu
At compile I get error CS0138: A using namespace directive can only be applied to namespaces Jul 15 2004 3200 Andrew Pociu
At compile I get error error CS0131: The left-hand side of an assignment must be a variable, property or indexer Jul 14 2004 4812 Andrew Pociu
How do I prevent a console application from closing immediately? Jul 14 2004 4355 Andrew Pociu
How to get all logical drives on a system? Jul 14 2004 7985 Andrew Pociu

C++ FAQ:

Title Date Hits Author
How to swap two numbers without using a third variable Oct 07 2007 5891 Andrew Pociu
What is the difference between #define and const? May 21 2007 2133 Andrew Pociu
What is the difference between #include <filename> and #include ""? May 20 2007 2084 Andrew Pociu
How to convert C++ variables to other data types using casting Aug 03 2005 7569 Andrew Pociu
How to use #ifdef and #ifndef to check if an identifier has been defined Jul 30 2005 5789 Andrew Pociu
Fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory when trying to compile your C / C++ code May 08 2005 54476 Andrew Pociu

CSS FAQ:

Title Date Hits Author
How to import the content of a CSS file into another CSS file Oct 02 2007 1185 Andrew Pociu

General FAQ:

Title Date Hits Author
What is the difference between command.com and cmd.exe? Sep 01 2006 2456 Andrew Pociu
How to detect if the visitor of a website is using Internet Explorer 7 Beta 1 Aug 04 2005 2574 Andrew Pociu
How to detect if the visitor of a website is running Windows Vista Aug 04 2005 3318 Andrew Pociu
Where can I report a bug that I found in a Microsoft product such as Visual Studio? May 18 2005 1912 Andrew Pociu

HTML FAQ:

Title Date Hits Author
How to create a link that adds a contact to MSN Messenger Dec 09 2005 6526 Andrew Pociu

JavaScript FAQ:

Title Date Hits Author
How to improve the performance of your for loops Nov 02 2007 1119 Andrew Pociu
How to pop up the Print dialog from a web page Nov 02 2007 1912 Andrew Pociu
How to go back one page in the browser history using JavaScript Mar 17 2006 12068 Andrew Pociu
How to maximize the browser window using JavaScript Nov 23 2005 6219 Andrew Pociu
How do I make a JavaScript function wait before executing (sleep / delay)? Sep 21 2005 52127 Andrew Pociu
A list of keys and the JavaScript char codes they correspond to Aug 13 2005 12969 Andrew Pociu
How to validate a phone number in JavaScript Aug 07 2005 20230 Andrew Pociu

MySQL FAQ:

Title Date Hits Author
How to dump a MySQL database to another server in Unix Oct 02 2007 765 Andrew Pociu
How to reset your MySQL root password under Windows Sep 02 2006 17746 Andrew Pociu

PHP FAQ:

Title Date Hits Author
How to have PHP show the errors within the current script Feb 29 2008 531 Andrew Pociu
How do I change the timeout limit for my PHP code? Nov 11 2007 1255 Andrew Pociu
How to fix Cannot modify header information Aug 04 2007 2188 Andrew Pociu
How to destroy a session in PHP Sep 15 2006 2775 Andrew Pociu
How to redirect using PHP Sep 11 2006 3290 Andrew Pociu
How to get the current Unix timestamp in PHP Feb 28 2006 6943 Andrew Pociu

Regex FAQ:

Title Date Hits Author
Regular expression for validating phone numbers Oct 02 2007 4401 Andrew Pociu
Regex string for price validation Oct 19 2005 3934 Andrew Pociu

SQL FAQ:

Title Date Hits Author
How to find duplicate rows using SQL Oct 02 2007 1416 Andrew Pociu
How to use if/else statements in SQL Feb 22 2007 22791 Andrew Pociu
What is the difference between Windows Authentication and SQL Authentication? Jun 09 2006 5999 Andrew Pociu
The operation could not be completed. Not enough storage is available to complete this operation. May 22 2006 7730 Andrew Pociu
InternalsVisibleTo declarations cannot have a version in SQL Server 2005 CTP Feb 07 2006 2881 Andrew Pociu
Cause for 'Failed to retrieve data for this request' error in SQL Server 2005 Dec 30 2005 5928 Andrew Pociu
How to select the last inserted record from the identity column Dec 17 2005 20287 Andrew Pociu
How to reset the identity column of a SQL table Dec 14 2005 7234 Andrew Pociu
What is the connection string for connecting to a SQL Server 2005 database? Sep 21 2005 5828 Andrew Pociu

VB.NET FAQ:

Title Date Hits Author
Open a web page in the default browser Sep 30 2007 1519 Andrew Pociu
Determine if the computer is connected to a network Sep 22 2007 1105 Andrew Pociu
Get current screen resolution in VB.NET Sep 22 2007 2658 Andrew Pociu
Getting remaining battery power and battery status using VB.NET Sep 21 2007 1457 Andrew Pociu
Finding the username of the current Windows user with VB.NET Sep 21 2007 1163 Andrew Pociu
Latest Tech Bargains

Advertisement

Free Magazine Subscriptions

Today's Pictures

Today's Video

Other Resources

Latest Download

Latest Icons