<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - weldonr30</title>
<link>http://snipplr.com/users/weldonr30</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 22:11:18 GMT</pubDate>
<item>
<title>(jQuery) jQuery and Clicking an ASP.NET Linkbutton</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>
<item>
<title>(jQuery) Stop Enter key (default submit method) &amp;amp; replace with specified method</title>
<link>http://snipplr.com/view/65396/stop-enter-key-default-submit-method--replace-with-specified-method/</link>
<description><![CDATA[ <p>13 is Enter key
return false cancels the postback
In this case I am calling the javascript doPostBack and telling it to execute the txtBoxTextChanged method
brief tutorial on _doPostBack here: http://aspalliance.com/895Understanding_the_JavaScript___doPostBack_Function.all</p> ]]></description>
<pubDate>Tue, 05 Jun 2012 06:20:35 GMT</pubDate>
<guid>http://snipplr.com/view/65396/stop-enter-key-default-submit-method--replace-with-specified-method/</guid>
</item>
</channel>
</rss>