hi,
<script type="text/javascript" language="javascript">
function(sender, e)
{ var **Sessioninfo**= $get('<%= ((Hiddenfield)this.Master.FindControl("ct100_hfSession")).ClientID %>');
}
</script>
here from my master page hiiden field i am getting the value in Sessioninfo
now in child page i have another hidden field called hfchildpage now i need to assign the Sessioninfo. value to hfchildpage
can u plz provide the syntax for it thank you