Hi puneet,
You should add the following in the master page:
| protected void JoinNewsImgBtnSubmit_Click(object sender, ImageClickEventArgs e) |
| { |
| Response.Redirect(this.ResolveUrl("~/ContactUs/JoinQFFNewsLetter.aspx")); |
| } |
Hope this helps.
Sincerely yours,
Pepi
the Telerik team