Im doing a simple server.transfer to a webpage that exists in the root of my website. In FF (9.0.1) and Chrome(16.0.912.77 m) it works, in internet explorer (8) it doesnt ! Ive also tried response.redirect and its the same. Anyone know whats going on
?
I just some code in an 'OnClick' event handler of a button, its not in an update panel. The code in the page I want to direct to is being executed, but the page just doesnt show in IE
misuk11
Participant
1608 Points
1280 Posts
server.transfer not working for IE
Jan 26, 2012 12:37 PM|LINK
Im doing a simple server.transfer to a webpage that exists in the root of my website. In FF (9.0.1) and Chrome(16.0.912.77 m) it works, in internet explorer (8) it doesnt ! Ive also tried response.redirect and its the same. Anyone know whats going on ?
ignatandrei
All-Star
134521 Points
21576 Posts
Moderator
MVP
Re: server.transfer not working for IE
Jan 26, 2012 12:54 PM|LINK
Where do you that - on which code on server ? On an event? On updatepanel ? on...?
abiruban
All-Star
16002 Points
2731 Posts
Re: server.transfer not working for IE
Jan 26, 2012 12:58 PM|LINK
Hi,
check if you have set autoeventwireup to "false". If its false change it to "true".
http://www.mombu.com/microsoft/iis-general/t-servertransfer-problem-with-ie-6-and-iis-6-469860.html
***DON'T FORGET TO CLICK “MARK AS ANSWER” ON THE POST IF HELPED YOU.
misuk11
Participant
1608 Points
1280 Posts
Re: server.transfer not working for IE
Jan 30, 2012 09:41 AM|LINK
I just some code in an 'OnClick' event handler of a button, its not in an update panel. The code in the page I want to direct to is being executed, but the page just doesnt show in IE
salman beher...
All-Star
30547 Points
5841 Posts
Re: server.transfer not working for IE
Jan 30, 2012 10:06 AM|LINK
Hi,
i think not server.transfer but button event not working in IE..
Sincerely,
Salman
misuk11
Participant
1608 Points
1280 Posts
Re: server.transfer not working for IE
Jan 30, 2012 10:22 AM|LINK
the event must be working since the code in the page i want to load is being executed, its just not showing the actual page
salman beher...
All-Star
30547 Points
5841 Posts
Re: server.transfer not working for IE
Jan 30, 2012 10:24 AM|LINK
for check you can show a message...
so first check event working or not?
Sincerely,
Salman
misuk11
Participant
1608 Points
1280 Posts
Re: server.transfer not working for IE
Jan 30, 2012 10:41 AM|LINK
the event is working, i can step through the code
salman beher...
All-Star
30547 Points
5841 Posts
Re: server.transfer not working for IE
Jan 30, 2012 11:05 AM|LINK
read below thread...
http://forums.asp.net/t/1023134.aspx/1
Sincerely,
Salman
Zhongqing Ta...
Star
10513 Points
1354 Posts
Re: server.transfer not working for IE
Feb 02, 2012 10:38 AM|LINK
Hi misuk11,
Can you please post the code?
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework