I have a div like this :
<div id="div1" style="width: 100%; height: 30px; background-color: Blue" onclick="function1()"></div>
from this function1() which is a javascript function I want to call a function which written in c# code behind so that i can access the controls of the page and do my manipulation whatever i want to do.
Dear all, I found this simple answer in ur javascript function u need to do a postback to ur page with the argument name like this:
then in .cs page u need to catch this in page_load event like this :