asp.net - GridView paging problem! -


i enabled paging in gridview. pages normally, when display 3 items instead of 10, rows height changes proportionally suit gridview height. how can make rows in fixed height! no matter how many items have on particular page in gridview

don't specify height gridview.

if rows larger columns have lot of text, use maybe around content:

<div style="overflow-y:scroll; width: 200px; height: 100px;">     <%# eval("columnname") %> </div> 

better move css class instead of style need.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -