in

Stuart Manning

Belfast Web Development | C# | ASP.NET | Ajax | LINQ | JQuery | CSS | Flex

Browse by Tags

  • Google GeoCoder for ASP.NET C# - Latitude, Longitude, Address & Reverse GeoCode

    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://www.codeplex.com/GoogleGeoCoder
    Posted to ASP.NET (Weblog) by Stuart Manning on 11-07-2008
  • Call asp:updatepanel from Javascript

    Javascript __doPostBack ('UpdatePanel1', ''); If your using UserControls the ClientId can be harder to find. Inline .aspx Javascript __doPostBack('<%= UpdatePanel1.ClientID =%>', ''); or var panel = '<%= UpdatePanel1.ClientID =%>' __doPostBack(panel...
    Posted to ASP.NET (Weblog) by Stuart Manning on 07-20-2008
  • Large File upload. SwfUpload & C#

    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 quick adaption of to get the multiple large file...
    Posted to ASP.NET (Weblog) by Stuart Manning on 07-19-2008
Page 1 of 1 (3 items)