You can create a virtual path i.e (folder) in the application called “Images” and save the images into it. When the user uploads the images using the file upload control,
In this article, I will show you download file to client browser from a server using asp.net c# MVC razor view with example. I am using FileResult, it allows user to download file from the folder with specified file name. It will return the file with generic octet-stream MIME type.
In this I will show you, file upload and download in asp.net MVC with example. Also displaying the number of already uploaded files with details such as fileName , size and file type.
In this article, I will show you how to convert html to pdf in c# using iTextSharp. For that, you need to Download the iTextSharp PDF library and unzip...
I got this following error “The SMTP server requires a secure connection or the client was not authenticated. The server response was:5.5.1 authentication Required” while attempting to send mail using asp.net c# (i.e Google authentication required).
I am attempting to send email using asp.net c#, I got the following error “Unable to read data from the transport connection net_io_connectionclosed”.
In this article, I will show how to get current page url using asp.net c#. We can get current page url using HttpContext.Request.Url.ToString() or HttpContext.Request.Url.AbsoluteUri.
In this article, I will show you how to create a website url crawler using asp.net c#. you can crawl web pages and extract data from a website by inputs the url. It requests the web page and then get response the data programmatically.
In this article, I will show how to perform random sort list c# asp.net.The .Net 3.5 framework has Linq,it is a very good feature, it allows us to perform complex operations with efficiency .
In this article, I will show to how to create a registration form in asp.net with c# code. First, create a registration form in asp.net and create a table named “userLogin” in SQL server to store the details of registration form.