Posted on: 5/24/2011 10:06:45 AM | Views : 856

Hello all....I have two pages using the same user control , in the first page the user control is used inside a wizard and everything is working fine for the buttons ( next / previous )
 
in the second page there is a save button outside the wizard control and unfortunately this button when clicked in IE 9 ( works well firefox 4.0 ) causes 2 to 5 postbacks with IsPostBack false and only one of them has IsPostBack true and fires the event well.
 
so this is causing a problem as the button makes 4 postbacks with ispostback false causing the whole page to refresh...I tried validating the html but there is no major error I can see....this is my aspx code for the first page and the second page and the user control
 
first page :
<%@ Page Language="vb" AutoEventWireup="false" MasterPageFile="~/SiteWithoutLogin.Master" CodeBehind="ApplyForScholarship.aspx.vb" Inherits="KAS5Student.ApplyForScholars ...

Go to the complete details ...