Click here to Skip to main content
15,891,685 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I Have facing a problem with server control all control bind on page load but it is not show after run my project in google chrome.But if i run my project on other browser it's working properly all control on page is show like Grid\list and all other control but in the case of chrome nobody control show.
Posted
Updated 21-Apr-15 23:00pm

If your page works fine in other browsers, I am sure that it is related to CSS styling.

Check if there is any CSS written for positioning like
CSS
position: absolute;

or
CSS
position: relative;

Try commenting/removing those. If controls are now visible, it means you have to adjust the position of the sections for which you have mentioned these properties.

Hope, it helps :)
 
Share this answer
 
Can you please post your HTML markup code here.

-Bhavik Chaudhari
 
Share this answer
 
Dear Suvendu Shekhar Giri
I m trying this but there is no problem due to css.
 
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