J
Jennyfer J Barco
Hello, I have a aspx page and in the html have the following with the
property scroll set to "no". here is the code:
<body leftMargin="0" topMargin="0" scroll="no" onload="SetFocus()">
<form id="webbase" onsubmit="webbase_OnSubmit()" runat="server">
<TABLE height=200 borderColorDark=#000080 width=235
The code behind is VB, I need to know if it is possible to change this
scroll property to "yes" or "no" any time during run time, it's because
sometimes I need to show many lines and the user will need to scroll down.
Thanks in advance
Jennyfer
property scroll set to "no". here is the code:
<body leftMargin="0" topMargin="0" scroll="no" onload="SetFocus()">
<form id="webbase" onsubmit="webbase_OnSubmit()" runat="server">
<TABLE height=200 borderColorDark=#000080 width=235
The code behind is VB, I need to know if it is possible to change this
scroll property to "yes" or "no" any time during run time, it's because
sometimes I need to show many lines and the user will need to scroll down.
Thanks in advance
Jennyfer