Categories
Asp, Asp.net

Image Resize In Asp.Net

Image Resize In Asp.Net In this post we will learn how to resize a image while uploading in asp.net orĀ Image Resize In Asp.Net.We are not using any other kind of functionality here, we are simply using asp.net features.We are at first detect file size and then change it’s size(resize). Design: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" […]