• Skip to main content
  • Skip to primary sidebar

Technical Notes Of
Ehi Kioya

Technical Notes Of Ehi Kioya

  • Forums
  • About
  • Contact
MENUMENU
  • Blog Home
  • AWS, Azure, Cloud
  • Backend (Server-Side)
  • Frontend (Client-Side)
  • SharePoint
  • Tools & Resources
    • CM/IN Ruler
    • URL Decoder
    • Text Hasher
    • Word Count
    • IP Lookup
  • Linux & Servers
  • Zero Code Tech
  • WordPress
  • Musings
  • More
    Categories
    • Cloud
    • Server-Side
    • Front-End
    • SharePoint
    • Tools
    • Linux
    • Zero Code
    • WordPress
    • Musings

Add Row Numbers To DataGridView in C#

March 11, 2013 by Ehi Kioya 3 Comments

DataGridView Image

The DataGridView is the control that is mostly used for displaying the contents of lists, tables etc. However, the built-in version of this control doesn’t allow for adding row numbers/count via its properties. This feature is often required because it is difficult to keep track of the records in a table with 1000 rows if row numbers are not displayed.

Filed Under: Backend (Server-Side), C# Tagged With: CSharp, Programming

Prevent Multiple Instances of Same Application in C#

March 11, 2013 by Ehi Kioya 3 Comments

Multiple Instance Image

By default, .NET windows forms applications generally allow multiple instances of the same application to be started on the same machine. However, if two or more threads attempt to access a shared resource such as shared memory at the same time, concurrency issues may occur. And in a production environment, this might result in data inconsistency or inaccuracy.

Filed Under: Backend (Server-Side), C# Tagged With: CSharp, Programming

Disable EasyInline in Google Chrome

March 11, 2013 by Ehi Kioya 2 Comments

EasyInline Featured Image

EasyInline is an extension that attaches itself to your browser and serves you contextual ads without your permission. This could get annoying! You may have noticed recently that your Google Chrome suddenly starts displaying double lines (contextual ads) under certain words in a lot of websites you visit. This may not be a problem if the sites are just monetizing their content by subscribing to such contextual advertising. It however becomes irritating when you are visiting your own site/blog (on your local machine) and these ads show up without your permission. In such a case, you likely have an unwanted extension (EasyInline) installed in your Google Chrome. Here?s how to remove it:

Filed Under: News, Software And Devices, Zero Code Tech Tagged With: Browsers, Google Chrome

Forcefully Clear Jobs from the Print Queue or Spooler

March 11, 2013 by Ehi Kioya 6 Comments

clear print jobs

Here is a step by step guide showing how to manually clear print jobs that sometimes get stuck in the print queue or spooler. The screenshots were taken in Windows 7 but this guide may also be applied to other Windows versions.

Filed Under: Computer Tips, Zero Code Tech Tagged With: Printers, Windows

Create or Change a Favicon in WordPress

September 18, 2012 by Ehi Kioya 5 Comments

favicon image wordpress

A favicon (favorites icon) is a small image (usually a 16 x 16 icon) that sits besides the title of your webpage as shown in a browser tab. Favicons are a must for any proper and complete website because they are used by browsers in lots of places (like tabs and bookmarks) and they help your returning users to easily identify your website visually.

Filed Under: News, WordPress Tagged With: Favicon, WordPress

Backup SQL Server Database To Dropbox in C#

September 17, 2012 by Ehi Kioya 10 Comments

database to dropbox

SQL Server 2008 allows for the creation of local backups. However, these backups must really be “local” in the sense that they can only be created on the machine where the SQL Server instance is installed. The whole idea behind database backups is about keeping a copy of data in case of Server failure or some other problem. So storing the backed up data on the same machine is definitely not a good idea.

Filed Under: Backend (Server-Side), C#, News Tagged With: Database, Dropbox

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 51
  • Go to page 52
  • Go to page 53

Primary Sidebar

26,073
Followers
Follow
30,000
Connections
Connect
14,638
Page Fans
Like

POPULAR   FORUM   TOPICS

  • How to find the title of a song without knowing the lyrics
  • Welcome Message
  • How To Change Or Remove The WordPress Login Error Message
  • The Art of Exploratory Data Analysis (Part 1)
  • Replacing The Default SQLite Database With PostgreSQL In Django
  • How to Implement Local SEO On Your Business Website And Drive Traffic
  • Getting Started with SQL: A Beginners Guide to Databases
  • How To Create Tooltips Using CSS3
  • How To Use A Custom Bootstrap Template With Laravel
  • SEO Basics – Crawling, Indexing And Ranking
  • Recently   Popular   Posts   &   Pages
  • Actual Size Online Ruler Actual Size Online Ruler
    I created this page to measure your screen resolution and produce an online ruler of actual size. It's powered with JavaScript and HTML5.
  • Allowing Multiple RDP Sessions In Windows 10 Using The RDP Wrapper Library Allowing Multiple RDP Sessions In Windows 10 Using The RDP Wrapper Library
    This article explains how to bypass the single user remote desktop connection restriction on Windows 10 by using the RDP wrapper library.
  • WordPress Password Hash Generator WordPress Password Hash Generator
    With this WordPress Password Hash Generator, you can convert a password to its hash, and then set a new password directly in the database.
  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 51
  • Go to page 52
  • Go to page 53
  • Forums
  • About
  • Contact

© 2021   ·   Ehi Kioya   ·   All Rights Reserved
Privacy Policy