c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android

How to remove file extension using c#.net?

| | Category: c# .net

In this article, I will show you how to remove the file extension and just display the file name using Path.GetFileNameWithoutExtension() method.

How to compress file c# .net?

| | Category: c# .net

In this article, I will show you how to compress a file using System.IO.Compression namespace in c#.net.

Could not find file 'C:\Program Files\Common Files\Microsoft Shared\DevServer\11.0\photo.jpg'

| | Category: c# .net

I got the following error while uploading a file using FileUpload control. I solved by getting the file contents in bytes so you can assign to it.

The process cannot access the file Directory because it is being used by another process.

| | Category: c# .net

I got the following error while I try to create a file using c# .Net. It is happening because that file is being used by another process only one to access the file.

System.speech dll download

| | Category: .Net

Here you can download System.Speech.dll and reference it with an application.

Asp .net text to speech using c#

| | Category: .Net

In this article I will show you how to convert text to speech using namespace System.Speech in .Net framework.

Asynchronous operations are not allowed in this context. Page starting an asynchronous operation has to have the Async attribute set to true.

| | Category: .Net

I got the following error while running the asp.net web application. It was resolved by adding Async=”true” attribute as instructed by the exception message.

Download div content on button click using javascript

| | Category: c# .net

In this article, I will show you how to download div content using javascript on button click. To save the content of the div you need to trigger the click event and get downloaded from the innerHTML using elementId.

How to convert Dataview to DataTable in c# .net?

| | Category: c# .net

In this article, I will show how to convert Dataview to DataTable and bind to a gridview in asp.net c#.

Vb isNullorEmpty with example

| | Category: vb.net

If you want to check the property value or string which is Null or not using the following code in vb .Net.

Page 46 of 82