Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
709 Points
1859 Posts
Mar 01, 2012 06:47 AM|LINK
I used this
$("span[id*=AmountTotal]").val(total);
hen after its not working same problem then i used firebug to find the control where it says
$("span[id*=Gridview1_ctl02_Amount]").val(total); still its not showing result..
whats the problem
Priya_here
Member
709 Points
1859 Posts
Re: javascript and jquery to show values in lable instead of Textbox
Mar 01, 2012 06:47 AM|LINK
I used this
$("span[id*=AmountTotal]").val(total);$("span[id*=Gridview1_ctl02_Amount]").val(total);
still its not showing result..