<img src ="~/UserControls/Vote/Images/Arrow Up.png" id = "vote-up-off"
runat = "server" alt ="vote up"
class="voteupImage" style="height: 45px; width: 44px"/>
here i want to change src of image for certain condition like
if ( a==4)
{
src url shuld be ......
}
else
{
src url should be...
}