Quantcast
Channel: ASPSnippets RSS Feed
Browsing all 4693 articles
Browse latest View live
↧

INPUT 'type=file' accept PDF file in HTML

Here Mudassar Khan has explained with an example, how to use INPUT "type=file" to accept PDF file in HTML.

View Article


INPUT 'type=file' accept doc docx and PDF files in HTML

Here Mudassar Khan has explained with an example, how to use INPUT "type=file" to accept doc, docx and PDF files in HTML.

View Article


Using Accept attribute in HTML5 INPUT File Upload

Here Mudassar Khan has explained with an example, how to use Accept attribute in HTML5 INPUT File Upload.

View Article

Read (Parse) XML from URL in ASP.Net using C# and VB.Net

Here Mudassar Khan has explained with an example, how to read (parse) XML from URL in ASP.Net using C# and VB.Net. The XML will be first downloaded from an API using WebClient class and then will be...

View Article

Download JSON from URL in ASP.Net using C# and VB.Net

Here Mudassar Khan has explained with an example, how to download JSON from URL in ASP.Net using C# and VB.Net. The JSON will be first read from an API using WebClient class and then will be downloaded...

View Article


Using OpenFileDialog in C# and VB.Net

Here Mudassar Khan has explained with an example, how to use OpenFileDialog in Windows Forms (WinForms) Application using C# and VB.Net.

View Article

Download XML File from URL in ASP.Net using C# and VB.Net

Here Mudassar Khan has explained with an example, how to download XML file from URL in ASP.Net using C# and VB.Net. First, the XML file will be downloaded from the URL using WebClient class and then...

View Article

.Net WebClient Exception (Error): (404) Not Found

Here Mudassar Khan has explained how to solve the following error (exception) occurring inside the DownloadString method of WebClient class in .Net using C# and VB.Net. System.Net.WebException: ‘The...

View Article


Download File from URL in Console Application using C# and VB.Net

Here Mudassar Khan has explained with an example, how to download file from URL in Console (Command) Application using C# and VB.Net. First, the File will be downloaded from the URL using WebClient...

View Article


Download XML File from URL in C# and VB.Net

Here Mudassar Khan has explained with an example, how to download XML file from URL in C# and VB.Net. In this Windows Forms application, the XML file will be downloaded from the URL using WebClient...

View Article

Download JSON File from URL in C# and VB.Net

Here Mudassar Khan has explained with an example, how to download JSON file from URL in C# and VB.Net. In this Windows Forms application, the JSON file will be downloaded from the URL using WebClient...

View Article

Read (Extract) Text from Image using Tesseract OCR in C# and VB.Net

Here Mudassar Khan has explained with an example, how to read or extract text from image using Tesseract OCR library in Windows Forms (WinForms) Application using C# and VB.Net. This process of reading...

View Article

Insert File into SQL Server Database in C# and VB.Net

Here Mudassar Khan has explained with an example, how to save (insert) file in SQL Server Database in Windows Forms (WinForms) Application using C# and VB.Net. The file will be uploaded using...

View Article


Upload (Insert) into SQL Server Database in ASP.Net MVC

Here Mudassar Khan has explained with an example, how to upload (insert) file into SQL Server Database in ASP.Net MVC.

View Article

ASP.Net Core: Upload (Insert) into SQL Server Database

Here Mudassar Khan has explained with an example, how to upload (insert) file into SQL Server Database using Entity Framework in ASP.Net Core MVC.

View Article


ASP.Net Core Razor Pages: Upload (Insert) into SQL Server Database

Here Mudassar Khan has explained with an example, how to upload (insert) file into SQL Server Database using Entity Framework in ASP.Net Core Razor.

View Article

Upload file to Folder (Disk) in C# and VB.Net

Here Mudassar Khan has explained with an example, how to upload file to Folder (Directory) in Windows Forms (WinForms) Application using C# and VB.Net.

View Article


Copy File to another Folder (Directory) in C# and VB.Net

Here Mudassar Khan has explained with an example, how to copy file to another Folder (Directory) in Windows Forms (WinForms) Application using C# and VB.Net.

View Article

Regular Expression (Regex) to accept only Alphabets and Space in TextBox in...

Here Mudassar Khan has explained with an example, how to use Regular Expression (Regex) to accept/allow only Alphabets and Space in TextBox in Windows Forms (WinForms) Applications using C# and VB.Net....

View Article

Regular Expression (Regex) to implement decimal number validation in C# and...

Here Mudassar Khan has explained with an example, how to implement decimal number validation in Windows Forms (WinForms) Application using C# and VB.Net. When the Button is clicked, the TextBox will be...

View Article
Browsing all 4693 articles
Browse latest View live