How to fill a Label.Text - Property via jQuery
Posted
by Jan-Frederik Carl
on Stack Overflow
See other posts from Stack Overflow
or by Jan-Frederik Carl
Published on 2010-03-22T14:58:27Z
Indexed on
2010/03/22
15:01 UTC
Read the original article
Hit count: 333
Hello, I use ASP.NET and have a label control on my page, which I fill with the jQuery-Command
$('#<%= myLabel.ClientID %>').html(content);
.val() does not seem to work with this.
Somehow, I have Problems getting the content in code-behind. In the code, the myLabel.Text-Property is still empty.
© Stack Overflow or respective owner