hai manisha,
The answer is pretty simple.
Use
linkbtn.attributes.add("onclick","ChangeImage();") ;
In the server side event where u want and write the logic in the html as
<head>
<script language="javascript">
function ChangeImage()
{
//Logic here
}
</script>
</head>
I think it is clear for u.If u have any doubt just ping me
i will help u
Have a nice day
Bye
:)
|