Jump to content
Xtreme .Net Talk

Dominique

Members
  • Posts

    3
  • Joined

  • Last visited

Dominique's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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????
  2. 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????
  3. similar Error I am getting the same type of error in integrated enviornment. But if i run the same application from my local enviornment it is working fine. PLease help
×
×
  • Create New...