Hi,
I'm trying to access the rendered web control via javascript and am confused what is the recommended way?
Option #1: Setting ClientIdMode = AutoId and using var txt = documentt.getElementById('<%= TextBox1.ClientId %>')
Option #2: Setting ClientIdMode = Static and using var txt = documentt.getElementById('TextBox1')
Thanks,
Tulsi
Go to the complete details ...