Click here to Skip to main content
15,924,318 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow can I make my asp.net 2.0 web application display exactly the same in firefox as in IE? Pin
Nada Adel14-Jan-09 2:20
Nada Adel14-Jan-09 2:20 
AnswerRe: How can I make my asp.net 2.0 web application display exactly the same in firefox as in IE? Pin
Christian Graus14-Jan-09 2:21
protectorChristian Graus14-Jan-09 2:21 
AnswerRe: How can I make my asp.net 2.0 web application display exactly the same in firefox as in IE? Pin
oceanexplorer8214-Jan-09 2:35
oceanexplorer8214-Jan-09 2:35 
AnswerRe: How can I make my asp.net 2.0 web application display exactly the same in firefox as in IE? Pin
Boro_Bob14-Jan-09 2:55
Boro_Bob14-Jan-09 2:55 
GeneralRe: How can I make my asp.net 2.0 web application display exactly the same in firefox as in IE? Pin
Nada Adel14-Jan-09 3:27
Nada Adel14-Jan-09 3:27 
GeneralRe: How can I make my asp.net 2.0 web application display exactly the same in firefox as in IE? Pin
oceanexplorer8214-Jan-09 3:52
oceanexplorer8214-Jan-09 3:52 
GeneralRe: How can I make my asp.net 2.0 web application display exactly the same in firefox as in IE? Pin
Boro_Bob14-Jan-09 5:12
Boro_Bob14-Jan-09 5:12 
GeneralRe: How can I make my asp.net 2.0 web application display exactly the same in firefox as in IE? Pin
Guffa14-Jan-09 19:57
Guffa14-Jan-09 19:57 
Nada Adel wrote:
I was wondering if there's anything in asp.net that can render html in firefox exactly like IE.


No, there is no such thing.

The page looks like it does in Firefox because the html code is wrong. It's Firefox that is rendering the page according to the standard, and Internet Explorer that renders it incorrecty. It only looks like you expect it in IE because the code uses the errors in IE to make the page look like it does. There is no way to make any other browser (Firefox, Opera, Netscape, Safari, Chrome et.c...) render the page incorrectly the same way as IE does.

This is a common problem for people who only test pages in IE during development.

The solution is to make the page work in Firefox first, then it will most likely also work without any problem in all other browsers except IE. After that you fix any problems that IE may have with it.

Despite everything, the person most likely to be fooling you next is yourself.

Questionpost data to IFRAME page Pin
vjvjvjvj14-Jan-09 2:03
vjvjvjvj14-Jan-09 2:03 
QuestionHow to cast Session object into a datatable collection.... Pin
Sasmi_Office14-Jan-09 1:28
Sasmi_Office14-Jan-09 1:28 
AnswerRe: How to cast Session object into a datatable collection.... Pin
Abhijit Jana14-Jan-09 1:55
professionalAbhijit Jana14-Jan-09 1:55 
AnswerRe: How to cast Session object into a datatable collection.... Pin
Colin Angus Mackay14-Jan-09 1:55
Colin Angus Mackay14-Jan-09 1:55 
QuestionHow can I add a background image to an Html Table if this table's size changes according to its content? Pin
Nada Adel14-Jan-09 0:34
Nada Adel14-Jan-09 0:34 
AnswerRe: How can I add a background image to an Html Table if this table's size changes according to its content? Pin
Rutvik Dave14-Jan-09 9:42
professionalRutvik Dave14-Jan-09 9:42 
GeneralRe: How can I add a background image to an Html Table if this table's size changes according to its content? Pin
Nada Adel14-Jan-09 22:19
Nada Adel14-Jan-09 22:19 
QuestionAutomatically fill login data to my web browser from my windows application... Pin
Sasmi_Office14-Jan-09 0:26
Sasmi_Office14-Jan-09 0:26 
AnswerRe: Automatically fill login data to my web browser from my windows application... Pin
_AK_14-Jan-09 0:30
_AK_14-Jan-09 0:30 
GeneralRe: Automatically fill login data to my web browser from my windows application... Pin
Sasmi_Office14-Jan-09 0:46
Sasmi_Office14-Jan-09 0:46 
GeneralRe: Automatically fill login data to my web browser from my windows application... Pin
_AK_14-Jan-09 0:51
_AK_14-Jan-09 0:51 
QuestionProblem occured while loading the C# activeX control in html Page Pin
Dattatraya K14-Jan-09 0:12
Dattatraya K14-Jan-09 0:12 
QuestionDo you have any aida about herocoder control's Pin
vikramsc13-Jan-09 23:54
vikramsc13-Jan-09 23:54 
QuestionCrystal Report Printing Problem. Pin
Paramhans Dubey13-Jan-09 23:48
professionalParamhans Dubey13-Jan-09 23:48 
AnswerRe: Crystal Report Printing Problem. Pin
saberbladez14-Jan-09 17:29
saberbladez14-Jan-09 17:29 
GeneralRe: Crystal Report Printing Problem. Pin
Paramhans Dubey14-Jan-09 17:48
professionalParamhans Dubey14-Jan-09 17:48 
GeneralRe: Crystal Report Printing Problem. Pin
saberbladez14-Jan-09 21:33
saberbladez14-Jan-09 21:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.