Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I wrote a program then execute in Internet Explorer its Executed and design was neately appear...Same program i have to execute in Googlechrome, but in google chrom after execution design was totally changed. How to over come this problem. please any one solve this problem.
Posted
Updated 28-Apr-15 19:12pm
v2
Comments
Suvendu Shekhar Giri 29-Apr-15 1:05am    
Cann't figure out the problem from "..design was totally changed". You need to explain what have changed.
I suggest to check for CSS styling because that's what causes design problems in different browsers.
And three tire architecture has nothing to do with the UI issues.
Member 10928697 29-Apr-15 1:09am    
ok i have to change css sir and i have execute in google chrome its working but total design changed in IE sir.
Member 10928697 29-Apr-15 1:11am    
Header style and footer and Textboxes was changed sir.
aarif moh shaikh 29-Apr-15 1:14am    
I think this is your CSS Related Problem ... if you using CSS3 than apply all browser sported property. for Example : moz-border-radius:10px, -webkit-border-radius:10px
Member 10928697 29-Apr-15 1:36am    
i have to use css3 but its working in chrome but is happend in IE sir.

1 solution

From your question, it appears you need to separate the presentation layer from the business layer so your business layer continues to work even when UI is changed.

If the crux of your UI is the same and only styling has changed, maybe you should first look at CSS - 5 Advantages of CSS Web Design[^]

If you are looking at decoupling business logic, then you will need a business layer.
Here are some examples of 3 tier architecture -
Asp.net Architecture with c# and 3tier Architecture in asp.net [^]
How to Implement 3 Tier Architecture Concepts in asp.net[^]
Understand 3- Tier Architecture in C#[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900