<script type="text/javascript"> function reSize() { document.getElementById('<%= ImageID.ClientID %>').style.width = "100px"; document.getElementById('<%= ImageID.ClientID %>').style.height = "100px"; } </script>
Ajayajaypatelfromsanthal.blogspot.in
Login to post response