Click here to Skip to main content
15,905,322 members

Comments by Zombie_Inc (Top 2 by date)

Zombie_Inc 29-Nov-14 7:30am View    
Thank you Suraj but I could not use this metod I think. Please see my updated more detailed description of what I try to accomplish.
Regards,
Lars
Zombie_Inc 28-Nov-14 16:33pm View    
I just don't know where to start. How should I modify this to be able to load more than one dropdownlist at the same time?

<script type="text/javascript">
$('#SelectedClub').change(function () {
$(this).parents('form').submit();
});
</script>

Regards,
Lars