Server.Execute

Ö

Ömer Salmanoðlu

Hi I use server.execute in a table and I dont wannt to change the sizes of
table so I want to use scrolling bar but how can I do it
 
A

Adrienne

Hi I use server.execute in a table and I dont wannt to change the sizes
of table so I want to use scrolling bar but how can I do it

I'm not sure exactly what you're talking about. It seems this is more of
an HTML issue. A table will expand to whatever size it needs, and if the
content of the page is larger than the viewport, then a scroll bar will
appear, unless of course, you have done something with CSS to disable it,
eg. clip.
 
Ö

Ömer Salmanoðlu

I have a asp page and there is a table in it and I run Server.execute
(omer.asp) between <td>and </td> and if omer.asp's height is bigger than
td's height I wan to use scroll bar
 
B

Bob Barrows [MVP]

Ömer Salmanoðlu said:
I have a asp page and there is a table in it and I run Server.execute
(omer.asp) between <td>and </td> and if omer.asp's height is bigger
than td's height I wan to use scroll bar

You need to enclose it in a div whose css overflow-y property is set to
auto. Again, this is a css/html issue, not an asp issue (you would have the
same issue if you ran omer.asp in the browser, viewed its source, copied and
pasted the html into the cell in your table, renamed the file test.htm, and
ran it. See? No asp involved in this issue.).

Bob Barrows
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top