Uncheck Radio Button on Double Click

Posted by Rajneesh Verma on ASP.net Weblogs See other posts from ASP.net Weblogs or by Rajneesh Verma
Published on Mon, 17 Dec 2012 12:35:48 GMT Indexed on 2012/12/17 17:04 UTC
Read the original article Hit count: 369

Hi, Recently I got one requirement that i have to uncheck radio button list when a user double click it (Try to uncheck). I did this using JAVA Script. Below is the code. Designer: 1: < head runat ="server" > 2: < title > :Radio Button List Demo: </ title > 3: < script language ="javascript" type ="text/javascript" > 1:   2: //Global variable to store selectedvalue 3: var lastchecked = "" ; 4:   5: function rblSelectedValue...(read more)

© ASP.net Weblogs or respective owner

Related posts about ASP.NET

Related posts about JavaScript