Showing 61 - 80 of 422 results
There are times when you want to resolve the domain name to an IP address programmatically from your C# Application...
This article will explain how the users can always save the excel workbook in XLS format in Microsoft Excel 2013....
  • Excel
  • November 28, 2024
Assume that you have a range of cells that contains values with 4 decimal places and you wish to round...
  • Excel
  • November 28, 2024
In Microsoft Visual Studio 2012 and Microsoft Visual Studio 2013, the menu titles are shown in caps by default. If...
The indexof method in JavaScript is used to search a string from the given input string. I returns the position...
If you want to place the mouse cursor in the address bar of the Windows explorer , one of the...
This blog post will show the steps that are needed to change the orientation of the current worksheet in Microsoft...
  • Excel
  • November 28, 2024
In one of the previous blog posts , we demonstrated how you can use the function RANDBETWEEN in Microsoft Excel...
  • Excel
  • November 28, 2024
Below is a sample SQL query that demonstrates how to count the number of tables in a SQL Server database...
There are times when you might want to prevent the users from entering certain number of characters in a cell...
  • Excel
  • November 28, 2024
If you are one of the users facing with the warning message โ€œURL Is On Google, but has Issuesโ€ ,...
If you need to export the worksheet data to a text file in Microsoft Excel 2016, you can do that...
  • Excel
  • November 28, 2024
Assume that you have a worksheet and you wish to protect all of the worksheets with a password at one...
  • Excel
  • November 28, 2024
In the earlier version of Windows Phoneย  , you had the option of using Thread.Sleep which can be used to...
This article will explain how to prevent the Facebook profile timeline from being indexed in Search Engines. How to prevent...
If you need to get the list of all drives installed on your system using C# , you can use...
The enumeration in C# lets the developers to define a limited set of known values. For example , I can...
The IsolatedStorageFile class in Windows Phone provides the methods that indicate the amount of space (free/total space) for isolated storage....
Introduction Dapper.NET is one of the popular ORM (Object Relational Mapper) for .NET. It is an open source, light weight,...