Hello All,
i have one problem,
I have a button whose click event i am processing.
On click event of that button, first i want to process some code which is in CodeBehind & after that i want to process some javascript code.
For this I hv written my code on onServerClick event of that button & tried to call javascript function from there.
Response.Write("<SCRIPT language='javascript'>test();</SCRIPT>")
but i m getting Object expected error if i try to run this code.
can anybody help me????