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
JavaScript Knowledge Base
November 8, 2023November 8, 2023Nathan

How to go back one page in the browser history using JavaScript

Using JavaScript you can go back or forward in the browser’s navigation history. Most of the time you want to go back one page by clicking a link in the page. For doing that, use the following code: <a href=”javascript:history.go(-1)”>Go back</a> It’s easy to figure out that to go back more pages in history, you […]

Discover
ASP.NET Knowledge Base
November 8, 2023Nathan

Cannot implicitly convert type ‘string’ to ‘System.Drawing.Color’

Certain ASP.NET controls such as the label can be assigned to it colors (background colors, foreground colors, etc.) at runtime from the code-behind files. Even though the label renders into an HTML entity, you cannot directly assign a color that is in the Hex format (such as #FF00EE); if you try you will receive the […]

Discover
Knowledge Base
November 8, 2023November 8, 2023Nathan

Error while trying to run project: Unable to start debugging on the web server

If while trying to debug your ASP.NET web application you receive the following error: Error while trying to run project: Unable to start debugging on the web server. Catastrophic failure.Would you like to disable future attempts to debug ASP.NET pages for this project? You most probably don’t have ASP.NET registered correctly on the system in […]

Discover
Open a web page in the default browser
Knowledge Base VB.NET
November 8, 2023November 10, 2023Nathan

Open a web page in the default browser

Opening an URL in the default browser using VB.NET could not be any simpler. All you need to do is to invoke the Process.Start() method and pass the URL of the page that you wish to open:

Discover
Knowledge Base
November 8, 2023December 12, 2023Nathan

How do I protect my source code from reverse engineering?

You can’t fully protect your code from reverse engineering, especially .NET (managed) code. However, you can make it harder to understand by using an obfuscator. An obfuscator replaces certain parts of your code (such as string literals) with an encrypted version so they don’t make sense to the person that tries to reverse engineer your […]

Discover
Knowledge Base
November 8, 2023November 8, 2023Nathan

What is the .NET Framework composed of?

When you install the .NET Framework (be it version 1.0, 1.1 or 2.0) on a computer, you are installing a Common Language Runtime (CLR), a set of DLLs and the ASP.NET integration with IIS if your operating system has Internet Information Services installed. These are the most important three components of the .NET Framework redistributable.The […]

Discover
The operation could not be completed. Not enough storage is available to complete this operation.
Knowledge Base SQL
November 8, 2023November 10, 2023Nathan

The operation could not be completed. Not enough storage is available to complete this operation.

When you try to execute a query on a SQL Server database, such as creating a stored procedure, a table or adding data to one, and you are receiving the error The operation could not be completed.  Not enough storage is available to complete this operation. the cause may be one of the following: – The “Enable […]

Discover
ASP.NET Knowledge Base
November 8, 2023Nathan

The file web.sitemap required by XmlSiteMapProvider does not exist.

The most common case when the “The file web.sitemap required by XmlSiteMapProvider does not exist” error is received is when a SiteMap control was added to a WebForm, however you don’t have a mandatory Web.sitemap file in the root of your web application.To fix this error, make sure you have this file in the root directory, and that it is a […]

Discover
C# Knowledge Base
November 8, 2023November 8, 2023Nathan

At compile I get error error CS0131: The left-hand side of an assignment must be a variable, property or indexer

You are trying to change the value of a constant or of a read-only property.

Discover
Knowledge Base MySQL
November 8, 2023November 8, 2023Nathan

How to dump a MySQL database to another server in Unix

The following line will allow you to dump a MySQL database from the current machine to another machine, for as long as you have access to the dd command on the remote machine: mysqldump -u USERNAME-HERE -p’PASSWORD-HERE’ DB-NAME-HERE | ssh user@remote-server-address.com “dd of=/mysql/$(date +’%d-%m-%y’)”

Discover

Posts pagination

Previous 1 … 9 10 11 … 15 Next

Trending Posts

Taking a Closer Look at GNC’s Approach to Daily Supplements

Mar 10, 20258 min read
Read More

The Best Blue Light Glasses to Protect Your Eyes from Screens

Mar 6, 20256 min read
Read More

How to Pick the Best Jeans for Men

Mar 4, 20257 min read
Read More

From Multitasking to Multivitamins: Wellness That Keeps Up

Mar 3, 20259 min read
Read More

How to Pick the Best Laptop for Coding, Gaming, or Everyday Life

Mar 2, 20259 min read
Read More
No Post Found

Trending News

Microsoft Windows 12: AI Integration Set to Transform Computing Experience

Dec 27, 20234 min read
Read More

Shattering Thermal Limits: Revolutionizing Computer Technology

Dec 26, 202310 min read
Read More

Cloud Computing: The Backbone of Modern Business Operations 

Dec 26, 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