Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Star
9337 Points
1447 Posts
Mar 01, 2012 03:51 AM|LINK
Hi Priya,
Instead of TextBox , if its Label then.
code:
$("span[id*=GrandtotalWithTax]").text("yourtext");
Because label generates span.
me_ritz
Star
9337 Points
1447 Posts
Re: javascript and jquery to show values in lable instead of Textbox
Mar 01, 2012 03:51 AM|LINK
Hi Priya,
Instead of TextBox , if its Label then.
code:
$("span[id*=GrandtotalWithTax]").text("yourtext");
Because label generates span.