-
Haveing a problem with large file uploads on IIS7. Are you finding that regardless of what you do the <httpRuntime> setting are being ignored? Well I did and here's the anser - thanks to a Telerik article. Note that this does not require the...
-
Google GeoCoder for ASP.NET C# is a sample code example for look up an address and return the latitude and longitude. Reverse look-up can be achieved by clicking on the map. Demo [using MicrosoftAjax.js] Demo [using JQuery] Download Source @ CodePlex...
-
http://dev.live.com/tools/ http://channel9.msdn.com/posts/Mark+Brown/Virtual-Earth-ASPNET-Control-CTP-Release/
-
Need to produce an FAQ? Why not think about recording you desktop. Screencasting has a lot of advantages when trying to get your message across. The two main products that I found where TechSmith Camtasia Studio 5.1 http://www.techsmith.com/camtasia.asp...
-
Ever needed to convert html image link on your site to cid to embed on email public ArrayList arr_image_path = new ArrayList(); //image array (for embedding images) public string _html, _plain; public string RootDirectory = HttpRuntime.AppDomainAppPath...
-
Good brief article to calling the Ajax Modal PopupExtender from Javascript http://www.geekzilla.co.uk/View38736C2B-BAD3-418A-A5B0-DAC4F1A5A83A.htm
-
Javascript __doPostBack ('UpdatePanel1', ''); If your using UserControls the ClientId can be harder to find. Inline .aspx Javascript __doPostBack('<%= UpdatePanel1.ClientID =%>', ''); or var panel = '<%= UpdatePanel1...
-
Follow up to SwfUpload - ASP.NET Flash uploader SwfUpload works by placing a simple 1x1px flash application onto the page, which is highly degradable. The C# example on the main site only works with single uploads at the time of writing. So below is a...
-
Large browser based file uploads via HTTP can be cumbersome. Recently I had to find an alternative to a Java based uploader. SwfUpload combines Flash & JavaScript and is highly degradable. It places a 1x1px Flash application in the page and then the...
-
Nice article on how to restrict image width & height when uploading http://dotnetdiscussion.net/2007/11/27/aspnet-restrict-dimensions-while-uploading-images-with-the-fileupload-control
-
Linq to XML in 3 easy steps http://www.dev102.com/2008/04/25/linq-to-xml-in-3-easy-steps Linq to XML - Adding, Updating and Deleting Data http://blogs.microsoft.co.il/blogs/maordavid/archive/2007/10/13/linq-to-xml-adding-updating-and-deleting-data.aspx
-
Need to shorten a server control ClientId to be accessible from JavaScript. This example creates a custom hyperlink control with shorted ClientID sans control id. using System; using System.ComponentModel; using System.Security.Permissions; using System...
-
using Microsoft.Web.Administration; string url = "mysite.com" ; string sitename = "mysite" ; string ip_address = "128.0.1.100" ; string folder = "c" ; protected void create_iis_instance() { string app_site = sitename.Replace( "\\" , "_" ); app_site =...
-
Good article on the above http://geekswithblogs.net/rashid/archive/2007/08/11/Loading-UserControl-Dynamically-in-UpdatePanel.aspx
-
Life just got easier. Try http://www.txt2re.com a superb regular expression generator. Generates code in C#, as well as VB, C++, ruby and more. Quick Example.