Hi 2 All,
I binded the Checkboxlist , here
=============================================
chklstAd.DataTextField = "Title";
chklstAd.DataValueField = "ADprice";
chklstAd.DataBind();
==============================================
When i am getting the values onClick of Checkboxlist , i invoke the javascript function , but it returmn the "On" insted of Datavalue.
How can i get the value of DataValueField of Checkboxlist .
Best Regards,
Sutotpal