0
If you are using jquery then you can read that label like this...
If lable looking like:
<label id="ageLabel">32</label>
Then you jquery code should be:
$("#ageLabel").val();
If you want more help... Please attach runnable project
0
Hi Mubarak,
You can achieve this in two way , one is using asp.net control and another one is using jquery
to get the lable text in asp.net code , you just get the "lable1.text" it will retrieve the value from ur lable control.
Either you can post the lable text using ajax method.