How Can We Have A SCROLLABLE GridView With Fixed Header?
问题 How Can We Have A SCROLLABLE GridView With Fixed Header???(in vs 2008 - asp.net with c#) Fixed Header is my problem! i test many ways for doing that and see some live demos / but they did not work. can u show me a simple way 4 doing that with an example? 回答1: two tables, one for header and one for content. only problem is that u need to set specific widths for each column. <style> .tbl th { border: 1px solid black; background:#DDD; } .tbl td { border: 1px solid black; border-top:none }