I can't get the ASP.NET Rating control's selected value(Current Value) in javascript. I am using Rating control in datagrid and do you know how I can get the CurrentValue of ASP.NET Rating in javascript?
|
feedback
|
|
Thanks Sachin Gaur,i tried a smilar solution before and asp.net confuses and gives error.I asked that on asp.net forum and a person answered,for databinding controls there is a different solution and it worked for me. | |||
|
feedback
|
|
Can you provide any code snippet of Javascript where you want to use the current value of Rating control? 1) In the RowDataBound Event of the DataGrid 2) Now you can use this array of Rating controls in Javascript. | |||
|
feedback
|