Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
in .cshtml page i have created table that consist large amount of columns and rows.

i want to create scrollbar if anybody know please tell me.
Posted

1 solution

<div style="width: 200px; height: 200px; overflow: scroll; border: 5px dashed black; background-color: #ccc;">
<TABLE>
<TR>
<TD>
.....
</TD>
</TR>
.....

</TABLE>
</div>
 
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