Click here to Skip to main content
16,018,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can i set label value within ASP.Net DataList using jquery. plz help me.

thank you.
Posted

1 solution

You can add CssClass="myClass" of label and access it using jquery

$('.myClass').text('myValue');
 
Share this answer
 
Comments
Abhijit Barua 25-Jun-12 3:55am    
sir, how i have to write the css class for label(or what i have to write) plz help me.
joginder-banger 7-Mar-14 6:41am    
this is not working for me...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900