navigation

Latest posts on tagged on "CSharp"

How to get image from the physical path (Local Drive) in asp.net C#?

| | Category: c# .net

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,

How to download a File with MVC4 Razor view?

| | Category: asp.net MVC

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

| | Category: asp.net MVC

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

| | Category: c# .net

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

Solved-The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required.

| | Category: c# .net

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

[solved]Unable to read data from the transport connection: net_io_connectionclosed

| | Category: c# .net

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

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

| | Category: c# .net

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#?

| | Category: c# .net

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#

| | Category: c# .net

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?

| | Category: c# .net

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