Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have written a javascript function for checkbox in asp.net.When a checkbox is checked i am doing some task in javascript.i want a postback to happen when i check the checkbox.I dont want to set the postback property of checkbox to true.this postback property has to be called by javascript.

can anyone plz help on this.
Posted
Comments
[no name] 22-Sep-14 3:33am    
Have you written any code snippet?? If yes please post that.
Sergey Alexandrovich Kryukov 22-Sep-14 3:55am    
In what sense an HTTP request send using Javascript could be called "postback"? :-)
—SA

I think you are looking for this

http://jsfiddle.net/bujmxoo5/[^]

import the Jquery library and use the code in your application
 
Share this answer
 
Link[^]
Check the above link. This may help .
 
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