Hi iam javascript code to clear the textboxs,dropdowns,racalendars and i am calling javascript
function in asp.net page load event and also for first time page loading whn i click clear button its
clearing all the values in th controls after postback occurs its no clearing the controls values.Thanks
ex
---
function ClearSearch() {
document.getElementById(idPrefix + 'noDataFound').innerHTML = "";
}
error that i am facing
----------------------
0x800a138f - JavaScript runtime error: Unable to set property 'innerHTML' of
undefined or null reference
Sourabh SomaniPosted Nov 17, 2015, 6:20 AM
Sourabh SomaniPosted Nov 17, 2015, 8:08 AM
AshokPosted Nov 17, 2015, 8:02 AM
Sourabh SomaniPosted Nov 17, 2015, 6:55 AM
AshokPosted Nov 17, 2015, 6:55 AM
Sourabh SomaniPosted Nov 17, 2015, 6:45 AM
innerHTML
AshokPosted Nov 17, 2015, 6:38 AM