Hi,
The below javascript its not working when i call the function in body onload.
Anybody please tell me what is wrong in this script?
<script language="javascript">
function PostBack()
{
__doPostBack('btn_Request',' '');
}
</script>
</head>
<body onload='PostBack();'>
Thanks,
GG.