Problem with access to control properties in Multibox

Posted by greatromul on Stack Overflow See other posts from Stack Overflow or by greatromul
Published on 2009-10-15T14:24:35Z Indexed on 2010/06/06 0:02 UTC
Read the original article Hit count: 266

Filed under:
|
|

I used multibox-component to create lightbox-similar div. But I faced problem. I placed textbox with id ‘tbx_position’ in that div. I entered some symbols in textbox and then tried to read value via javascript-function (it had to alert document.getElementById(‘tbx_position’).value). Every time that value was empty.

There is example of it.

Furthermore, if I place in the div asp:Button, server OnClick-eventhandler doesn’t catch fire. Is any idea, what’s reason? Thanks.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about JavaScript