How to assign the text to the label using Jquery for the web controls

Posted by Vara Prasad on Stack Overflow See other posts from Stack Overflow or by Vara Prasad
Published on 2010-03-23T04:31:44Z Indexed on 2010/03/23 4:41 UTC
Read the original article Hit count: 552

Filed under:
|

i am having and by using jquery ineed to assign another text "hello" to the label "lbl" through the jquery. and if we access the label "lbl" the text "hello" should come because the value "hai" is replaced with "hello" and if we write the below line i should get the new modified lable in aspx.cs file

my aspx.cs file code is

switch(lbl.Text)
{
case "hello":
code...
break;
}

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about jQuery