tags:

views:

17

answers:

1

i have to two buttons in aspx page. i added ajax functionality to the page. but now thesee two button appears twice when i run the page. whats the problem?

A: 

Could be that the buttons are added in java script, so each time the page runs you get an extra copy.

  • if you run the page again do they appear 3 times?
  • where is the code that adds the buttons to the page?
Shiraz Bhaiji