Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Currently i am using checkbox event that is check changed ...

i am doing this in this
C#
ViewState["empListAdvanced"] = null;
                hdnAdvanceSearch.Value = "Normal";
                BindEmployeeGrid();



setting few values and calling one method which i was created ..


what i want to do is i want do same using jquery .. please suggest
Posted
Comments
Mahesh Bailwal 26-Oct-13 10:05am    
First thing the code you have mentioned above is server side code where else JQuery works on client side (in browser) just as JavaScript. So you can not convert server side code to Jquery code.
Torakami 26-Oct-13 15:02pm    
I dont want to convert .. what i want to do is i simply call my function from jquery
JoCodes 26-Oct-13 15:39pm    
Do you want to call server side function using Jquery ?? IF so you should have the server side method decorated as a static webmethod ...
Torakami 26-Oct-13 15:57pm    
can you suggest me the code ...
JoCodes 28-Oct-13 5:15am    
If you want to just call the server side event have a look at the link

http://forums.asp.net/t/1811702.aspx

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