The following asp.net side code of control:
I think better is to change name property to same like ID is..
Just try bellow by using Jquery on document.ready(function(){})
document.ready(function(){})
document.ready(function(){ $.each($('div').children(), function() { $(this).attr("name",$(this).attr("id")); }); });