How can i make asp.net control cross browser compatible?
it is compatible with IE only.
Let me know the best steps to do this.
How can i make asp.net control cross browser compatible? it is compatible with IE
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you cannot change the source code for the control you can still change it’s rendering by implementing a
ControlAdapterderived class.A
ControlAdapterallows you to override how a control is rendered, making it compatible with more browsers or more suitable for css styling. For ASP.Net 2.0 Microsoft released a package of CSS Friendly Control Adapters that you may want to look at.