Tuesday, 9 August 2011

Get lable control text in javascript

var x = document.getElementById('<%=LableId.ClientID %>').textContent;

this work in firefox also

No comments:

Post a Comment