Sign in
|
Join
|
Help
in
Current Tags
ASP.NET
Development Blogs
(Entire Site)
Stuart Manning
Belfast Web Development | C# | ASP.NET | Ajax | LINQ | JQuery | CSS | Flex
Home
Blogs
Photos
This Blog
Home
About
Syndication
RSS
Atom
Comments RSS
Recent Posts
NIMTUG - The Best of the PDC
Uploading Large Files - IIS 7
Google GeoCoder for ASP.NET C# - Latitude, Longitude, Address & Reverse GeoCode
Convert html image to cid - Embedding email images on the fly.
Call asp:updatepanel from Javascript
Tags
AJAX
ASP.NET
ASP.NET AJAX
asp:textbox
Belfast
Blogging
C#
Client Side Library
code
css
custom control
Debugging
email
file uploader
Flash
Gasta
gdi
Generator
Google Geocoding
ie8
IIS7
image
image upload
Javascript
large file
large file upload
LINQ
LINQ to SQL
LINQ to XML
LinqDataSource
mix08
NIMTUG
PDC
Regular Expressions
Reverse Geocoding
RSS
RSS Writer
Sql Server 2008
Stuart Manning
swfupload
updatepanel
upload
usercontrols
VB
Visual Studio 2008
VS 2005
VS 2008
web standards
Window Live Writer
Windows Server 2008
xml
Archives
November 2008
(3)
July 2008
(9)
April 2008
(2)
March 2008
(5)
February 2008
(10)
January 2008
(1)
August 2007
(2)
July 2007
(1)
ASP.NET
Browse by Tags
All Tags
»
Javascript
(
RSS
)
AJAX
ASP.NET
ASP.NET AJAX
asp:textbox
C#
Client Side Library
code
css
custom control
file uploader
Flash
Google Geocoding
large file
Reverse Geocoding
swfupload
updatepanel
upload
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...
Posted
Nov 07 2008, 02:30
by
Stuart Manning
with | with
no comments
Filed under:
AJAX
,
ASP.NET
,
ASP.NET AJAX
,
Javascript
,
Client Side Library
,
C#
,
Google Geocoding
,
Reverse Geocoding
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...
Posted
Jul 20 2008, 11:44
by
Stuart Manning
with | with
no comments
Filed under:
AJAX
,
ASP.NET
,
Javascript
,
C#
,
updatepanel
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...
Posted
Jul 19 2008, 11:31
by
Stuart Manning
with | with
5 comment(s)
Filed under:
AJAX
,
ASP.NET
,
css
,
Javascript
,
C#
,
upload
,
file uploader
,
large file
,
Flash
,
swfupload
Accessing a Hyperlink (or other server control) inside a usercontrol - Custom Server Control Example for JavaScript reference
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...
Posted
Jul 18 2008, 12:22
by
Stuart Manning
with | with
no comments
Filed under:
ASP.NET
,
code
,
Javascript
,
C#
,
custom control
Client Side problem with maximum characters for multiline asp:textbox
I was asked recently as to how best handle client side cut & pastes using asp:textbox. The main problem was when the TextMode is set to multiline the MaxLenght parameter is ignored. Client side: JavaScript solution function textCounter(field, countfield...
Posted
Apr 09 2008, 11:01
by
Stuart Manning
with | with
2 comment(s)
Filed under:
ASP.NET
,
code
,
Javascript
,
asp:textbox
©
Causeway Design Ltd