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 ArticleINPUT '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 ArticleUsing 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 ArticleRead (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 ArticleDownload 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 ArticleUsing 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 ArticleDownload 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 ArticleDownload 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 ArticleDownload 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 ArticleDownload 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 ArticleRead (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 ArticleInsert 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 ArticleUpload (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 ArticleASP.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 ArticleASP.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 ArticleUpload 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 ArticleCopy 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 ArticleRegular 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 ArticleRegular 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