hi all, thanks in advance. I need a help , its urgent.
I am developing a webapplication with maser page. there i have a lebel, control. i need to update its value from the content page, and only by the javadscript.
i am doing:
var btnpjt = document.getEle mentById( '<%=((Label)thi s.Master.FindCo ntrol("lblBtnPr ojectValue")).C lientID %>');
btnpjt.value='V P';
in my content page content page. But it is not working.
Depending on the Value stored by the Javascript in the master page label, i have to redirect my content page to the another page.
The second question is, how could i initialize(to NULL) my master page value from the content page .
Please reply , i have urgency.
I am developing a webapplication with maser page. there i have a lebel, control. i need to update its value from the content page, and only by the javadscript.
i am doing:
var btnpjt = document.getEle mentById( '<%=((Label)thi s.Master.FindCo ntrol("lblBtnPr ojectValue")).C lientID %>');
btnpjt.value='V P';
in my content page content page. But it is not working.
Depending on the Value stored by the Javascript in the master page label, i have to redirect my content page to the another page.
The second question is, how could i initialize(to NULL) my master page value from the content page .
Please reply , i have urgency.
Comment