Similar articles
DotNetShoutout - Latest published stories
AJAX File Upload in ASP.NET with the AsyncFileUpload Control
Finally, it has become possible to easily add AJAX file uploading capabilities to ASP.NET applications. The newly released version of the AJAX Control Toolkit ships with two new controls, one of them ...
DotNetShoutout - Latest published stories
File Upload Control In UpdatePanel Asp.Net Ajax
If you are uploading files with FileUpload Control In UpdatePanel Using Asp.Net Ajax and not able to do so, this is because few controls doesn't work with Ajax or Partial page postbacks.
ASP.NET Weblogs
File Upload in ASP.NET MVC3
If you are a web developer you often need to upload file on the web server or database. In today’s post I am going explain how we can upload file in ASP.NET MVC 3 with razor syntax. So, first thing w...
Andrew Valums » Frontpage
Ajax file upload
Browsers force us to use file inputs (<input type=”file” />) for uploads, which are impossible to style. Moreover, form-based uploads look obsolete in modern ajax applications. We ...
ASP.NET Daily Articles
Rotate an ASP.NET Image Control using HTML 5 Canvas
The Canvas element is an HTML tag that you can embed inside an HTML document, for the purpose of drawing graphics, via a JavaScript API. In this article, we will see how to use the HTML 5 canvas eleme...