Geekpedia
  • Tech
    • Tutorials
      • ActionScript
      • AI Coding
      • ASP
      • ASP.NET
      • C
      • CSS
      • C#
      • C++
      • Code
      • General
      • HTML
      • Java
      • JavaScript
      • PHP
      • Silverlight
      • SQL
      • Visual Basic
    • Software
      • Communications
      • Development
      • Internet
      • Linux
      • Microsoft
      • Security
      • Windows
  • Gear
  • Mobillity
  • Wellness
  • Knowledge Base
  • Media
    • Pictures
  • News
      • ActionScript
      • AI Coding
      • ASP
      • ASP.NET
      • C
      • CSS
      • C#
      • C++
      • Code
      • General
      • HTML
      • Java
      • JavaScript
      • PHP
      • Silverlight
      • SQL
      • Visual Basic
      • Communications
      • Development
      • Internet
      • Linux
      • Microsoft
      • Security
      • Windows
  • Gear
  • Mobillity
  • Wellness
  • Knowledge Base
    • Pictures
  • News
ASP.NET Knowledge Base
September 23, 2023Nathan

Index (zero based) must be greater than or equal to zero and less than the size of the argument list

Most of the time you get this error when you are trying to retrieve the selected value of a listbox (DropDownList) and no value is selected. Even though apparently the first item in a DropDownList is always selected by default, this is done by the browser and ASP.NET is not aware of the selected item. […]

Discover
How to create a link that adds a contact to MSN Messenger
HTML Knowledge Base
September 23, 2023November 7, 2023Nathan

How to create a link that adds a contact to MSN Messenger

The newer versions of MSN Messenger are capable of adding contacts to your contact list by simply clicking a link. Note that the user needs to have MSN Messenger version 7.5 or newer open and running for this to work. Also, the code originally works within Internet Explorer, other browsers such as Firefox might implement […]

Discover
ASP.NET Knowledge Base
September 23, 2023Nathan

The name ‘Session’ does not exist in the current context

This error normally occurs when you are trying to access the value of a session variable such as Session[“UserID”] and you’re not doing that from a webform, usercontrol or a class that inherits from System.Web.UI. In this situation you can still access the session variable, but using a different path. For example to access a […]

Discover
What is the difference between #define and const?
C++ Knowledge Base
September 21, 2023November 3, 2023Nathan

What is the difference between #define and const?

While they both serve a similar purpose, #define and const act differently. When using #define the identifier gets replaced by the specified value by the compiler, before the code is turned into binary. This means that the compiler makes the substitution when you compile the application. Take for example: #define number 108 In this case […]

Discover
How can I insert a new line in a TextBox?
C# Knowledge Base
September 21, 2023November 4, 2023Nathan

How can I insert a new line in a TextBox?

To insert a new line in a TextBox, first make sure you have the MultiLine property of the TextBox set to True. Then use \r\n (carriage return and new line), as in the following example:

Discover
How do I convert from decimal to hex and hex to decimal?
C# Knowledge Base
September 21, 2023November 6, 2023Nathan

How do I convert from decimal to hex and hex to decimal?

If for any reason you want to convert a decimal number to a hex value or vice versa here’s how it’s done in C#. In the above example we convert the decimal stored in the int variable named decValue and store it in a string variable named hexValue.Then we convert the hex value stored as […]

Discover
System.Web.HttpException: Maximum request length exceeded.
ASP.NET Knowledge Base
September 21, 2023November 30, 2023Nathan

System.Web.HttpException: Maximum request length exceeded.

If you receive the ASP.NET error System.Web.HttpException: Maximum request length exceeded.” while trying to upload one or more files via HTTP, the cause is most likely a file uploading size limit that is set too low. The most accessible way to change this limit is through the web.config configuration file. Create this file if you […]

Discover

Posts pagination

Previous 1 … 14 15

Trending Posts

Scalability Challenges in ASP Development

Mar 3, 202415 min read
Read More

Advanced Data Handling Techniques in ASP

Mar 2, 202412 min read
Read More

Mastering Responsive UI Design with ActionScript

Mar 1, 202417 min read
Read More

Harnessing ActionScript for Cutting-Edge Data Visualization: Trends, Tools, and Techniques

Feb 28, 202423 min read
Read More

Mastering Advanced Form Handling in ASP.NET: Enhancing Web Interactivity

Feb 26, 202413 min read
Read More
No Post Found

Trending News

Cybersecurity Alert: Latest Trends in Protecting Digital Assets

Dec 21, 202313 min read
Read More

AP News: Breaking Developments in Computer Science and Global Tech

Dec 21, 202310 min read
Read More

Understanding News Search Engines: A Computer Science Perspective

Dec 20, 202310 min read
Read More
Image Not Found
Geekpedia is a knowledge-driven website offering fresh takes on tech, wellness, gear, and more — all through a thoughtful lens.
From coding tips to curated lifestyle content, it’s built for those who live smart, think sharp, and stay curious.
FOLLOW US
  • Social Image
  • Social Image
  • Social Image
  • Code
  • Gear
  • Generative AI
  • Knowledge Base
  • News
  • Contact Us
  • Work With Us
  • About Us
  • Affiliate Disclosure
  • FAQ
  • Advertisement
  • Disclaimer
  • Privacy Policy
  • Terms & Conditions