ASP.NET: How can i update hidden field in JQuery or Javascript? -


i have hidden field in view. have list of strings put comma separated values in hidden field. trying access hidden field. possible? other best practice?

have tried

$('input[name=hiddeninputname]').val(thevalue);  

Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -