G
Gaetan
I have some log data maintained in a DB that I would like to display on a web page. Some rows of the
DB table are wider than the web page therefore horizontal scrolling will be required to view the
data.
I cannot use a ListBox web control since it does not support horizontal scrolling. In ASP.Net 2.0,
what type of web control can I use to allow horizon scrolling of rows larger than the web page?
PS, some article on the web indicates that I could hack something with <DIV> and JavaScript code but
I would like to avoid that if possible.
G.
DB table are wider than the web page therefore horizontal scrolling will be required to view the
data.
I cannot use a ListBox web control since it does not support horizontal scrolling. In ASP.Net 2.0,
what type of web control can I use to allow horizon scrolling of rows larger than the web page?
PS, some article on the web indicates that I could hack something with <DIV> and JavaScript code but
I would like to avoid that if possible.
G.