Chris Hardy
Just another web developer weblog
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
Agile
alt.net
ASP.NET
ASP.NET MVC
Blogging
C#
Challenge
CMS Framework
Community News
conference
Controls
DDD7
General Software Development
Great Fridays
iPhone
ironpython
ironruby
Javascript
jQuery
laptop
LinkButton
map
mapping
maps
mash up
mashup
micro-blogging challenge
microsoft
Microsoft Virtual Earth
Mix
Mix09
Mono
Monorail
Monotouch
Ms-PL
MVC
open source
Oxite
Oxite CMS
rob conery
Site Launch
Twitter
ve
virtual earth
Visual Studio
Web Services
WebForms
WPF
Sponsors
advertise here
News
View my portfolio here:
Portfolio
Navigation
Home
Blogs
Archives
November 2009 (3)
October 2009 (1)
September 2009 (1)
March 2009 (1)
February 2009 (2)
January 2009 (3)
December 2008 (2)
November 2008 (1)
August 2008 (1)
July 2008 (1)
January 2008 (1)
Blogroll
Dave Stevens
Imgiseverything
Phil Winstanley
Scott Guthrie
read # this # aloud
July 2008 - Posts
7
Comments
WebForm Gripe - Getting LinkButton to work without Javascript.
by
Chris Hardy (ChrisNTR)
WebForms is a sort of love/hate thing for me. There are some things I love about WebForms and then there's quite a few things that really cause me a lot of pain. Sadly, the ones that cause me a lot of pain are the ones that stand out. I might turn these into a little series - depending on how many of these gripes show up and how many I can remember! Most of these gripes are probably me just not understanding WebForms correctly, I'm willing to learn so any pointers in the right direction would be good. The first one that I'm going to write about is the LinkButton control. For the most part it's a nice control, which allows a method to be called when a normal anchor link has been clicked. The problem occurs when the method is only called via a Javascript PostBack method in the href attribute. What this does is stop people who do not have Javascript running on their browser (for whatever reason that may be) from using the site. ...
Filed under:
ASP.NET
,
C#
,
.NET
,
WebForms
,
Javascript
,
LinkButton
,
Controls
More Posts