Click here to Skip to main content
15,890,845 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am usind a grid view control in an update panel. Grid View is using default paging of grid which on click calls __dopostback('GridId','GridId$PageNo') by default.

My columns does not pick up the CSS and style(Given in Code Behind also) after clicking of the page index.

Kindly help.
Posted

1 solution

Its Because of xhtmlconformance mode as legacy in web.config.
 
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