<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/linkbutton</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 04:29:33 GMT</pubDate>
<item>
<title>(jQuery) jQuery and Clicking an ASP.NET Linkbutton - weldonr30</title>
<link>http://snipplr.com/view/65766/jquery-and-clicking-an-aspnet-linkbutton/</link>
<description><![CDATA[ <p>This is a pretty standard jQuery method to listen for the enter key and simply "click" the button.  However, if you are using a LinkButton this code will not work.  The reason for this is that a LinkButton is rendered to the browser as an Anchor tag with a href property that contains a javascript action to trigger the postback.  Click does nothing on the button as there is nothing for it to complete.</p> ]]></description>
<pubDate>Sat, 23 Jun 2012 01:30:15 GMT</pubDate>
<guid>http://snipplr.com/view/65766/jquery-and-clicking-an-aspnet-linkbutton/</guid>
</item>
</channel>
</rss>