Click here to Skip to main content
15,892,643 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello All...
im working on a asp.net project . and on client's recommendation i have to use switch-flip checkbox . (with the hep of js and css). i searched out many js-css articles regarding flip-switch asp checkbox. . but they are faulty somewhere . i didnt reach to the proper solution till yet .
so can anyone give me any hint to apply css or js on asp checkbox. to make it switch-flip type. ?????

thanks in advance.

What I have tried:

i was looking for the solution on internet . i found below solution. its not working properly.


External Links Are:

<link rel="stylesheet" href="//code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="//code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>


CheckBox source code is below :




<asp:CheckBox runat="server" id="textCheck" data-role="flipswitch"
AutoPostBack="true" />

Posted
Updated 23-Sep-16 20:16pm
v3

You can use Bootstrap switch. That is awesome and easy to use. Bootstrap Switch · Turn checkboxes and radio buttons in toggle switches[^].
 
Share this answer
 
check this .,,

[^]


this is an asp.net griview control . and there is an on off flip switch button . that is asp checkbox
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900