HI I am using ui tabs and i have 5 tabs on my page. Each tab is having a submit button and placeholder... when submit button is clicked , it fires a click event for that button in code behind and loads a table in placeholder of that tab... problem is after doing this process once in Internet Explorer when I go to another tab and hit submit button , it does not fire the event attached to that button... means if there are 3 submit buttons and 3 click events in code behind .... only 1 time submit button event is fired and then switching to different tab and hitting submit does nothing...
But if I do the same stuff in firefox, it works ..... Can some one please advise ? Thanks Varun