2
Answers

Page Redirect

how to redirect from one page to another by using javascript function.
  window.location.href='testPage.aspx' ; is not working.

Answers (2)