Latest posts on tagged on "CSharp"

How to download a File with MVC4 Razor view?

12 February 2017

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.

File upload and download in asp.net MVC

11 February 2017

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.

Convert HTML to pdf in asp.net c# using itextSharp

8 February 2017

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...

How to get current page url in asp.net c#?

14 January 2017

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.

How to create a web crawler in asp.net c#?

13 January 2017

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.

Perform random sort a list in asp.net c#

12 January 2017

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 .

How to create registration form in asp.net with sql database?

10 January 2017

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.

Page 4 of 23