Hi,
All I want to call javascript function with parameters in label tag
I tried this but its not work
And this is my Javascript fuction
function fnShow(PropertyDetailsId) {
ifrm_RentPrint.src = "/WebForms/Filteration/OwnerPrintForm.aspx?PropertyDetailsId=" + PropertyDetailsId;
}

Ravi Kiran ChanduriPosted Nov 18, 2017, 5:57 AM
Ramesh PalanivelPosted Nov 17, 2017, 4:14 AM