Hey Friend,
I want to access content page control from master page object using javascript function.but it is not working , any help with the same.
using this code:
function GoToNextTab() {
var txtCont = document.getElementById("Page.Master.FindControl('ContentPlaceHolder1').FindControl('Tab2')").value;
txtCont.Attributes["class"]="selected";
}
call a function from html button:
Raja TPosted Feb 24, 2016, 8:18 AM
Amit Kumar SinghPosted Feb 24, 2016, 8:13 AM