<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Web Forms</title><link>http://forums.asp.net/18.aspx</link><description>All about building ASP.NET Pages - server controls, events, validation, etc.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: PostBack issue in Firefox???</title><link>http://forums.asp.net/thread/1468584.aspx</link><pubDate>Fri, 17 Nov 2006 10:18:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1468584</guid><dc:creator>Jasson_King</dc:creator><author>Jasson_King</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1468584.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1468584</wfw:commentRss><description>&lt;p&gt;Sometimes one control in the web form works fine in IE but not in FireFox.There are also some controls in a web form working fine in FireFox,not in IE.For example,if you have more than two panels in a web form,they can be displayed in order in FireFox,but inorder in IE 7.0.There are some differences among different browsers such as IE,FireFox,Opera,Safari.We should try to modify our source code to fit for different browsers.&lt;/p&gt;&lt;p&gt;Try to debug your source code and check if the image button event handler is called when you click the button in master page.&lt;br /&gt;&lt;br /&gt;Its a pain when your client says "My website must be compatible with 
all the Browser",&lt;br /&gt;"Well thats easy to say but Are you the one who is coding 
it."&lt;br /&gt;The same HTML code which works well in IE6.0 wont work exactly the 
same Mozilla.&lt;br /&gt;Check out this link &lt;a href="http://www.howtocreate.co.uk/tutorials/index.php?tut=0&amp;amp;part=16" target="_blank" rel="nofollow"&gt;http://www.howtocreate.co.uk/tutoria...?tut=0&amp;amp;part=16&lt;/a&gt; which 
talks about obtaining the window size in different browsers.&lt;br /&gt;Being a .NET 
developer you'll be faced with a lot of incompatibility issues with 
Mozilla,Netscape,IE.&lt;br /&gt;In Netscape,If you use Frameset and reference the 
next frameset with a query string ,its a pain since in Netscape the tags will be 
opened as a new window.But there is an option available in the browser 
properties to disable it.&lt;br /&gt;Styles will also give you a 
headache.&lt;br /&gt;&lt;br /&gt;Read this Blog,&lt;br /&gt;&lt;a href="http://west-wind.com/weblog/posts/188.aspx" target="_blank" rel="nofollow"&gt;http://west-wind.com/weblog/posts/188.aspx&lt;/a&gt;&lt;br /&gt;I'm not sure 
what to advice you for browser incompatibility,The only thing I can say is 
&lt;b&gt;what ever issues you face you can solve it.There is always a work 
around.&lt;/b&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Wish this can give you some helps.&amp;nbsp;&lt;/p&gt;</description></item><item><title>PostBack issue in Firefox???</title><link>http://forums.asp.net/thread/1467000.aspx</link><pubDate>Thu, 16 Nov 2006 08:15:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1467000</guid><dc:creator>ikhvanje</dc:creator><author>ikhvanje</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1467000.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1467000</wfw:commentRss><description>&lt;p&gt;I have an image button in the page HotelRulesDashboard.aspx which references to a master page Dashboard.master. I set the PostBackUrl of my image button to ACCheck.aspx. In Dashboard.master, I have another image button Go.gif. I set the Click event handler of this button to "GoButton_Click". In Firefox 2, I open HotelRulesDashboard.aspx, then I click on the first image button to open ACCheck.aspx. After I'm done viewing ACCheck.aspx, I press the browser's Back button to go back to HotelRulesDashboard.aspx. When I click the Go button, I expect the function "GoButton_Click" to be invoked, infact I was sent back to ACCheck.aspx. These pages work fine in IE. What could be my problem? Can somebody please help?&lt;/p&gt;&lt;p&gt;Thanks,&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Linh Ngo&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>