Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/11/2006, 10:43
daniel00
 
Fecha de Ingreso: noviembre-2006
Ubicación: México
Mensajes: 866
Antigüedad: 17 años, 7 meses
Puntos: 8
Que tal.

Prueba poniendo un DIV ( html ) y en el estilo debe incluir la propiedad OVERFLOW en AUTO.

Como en el siguiente ejemplo.

Código:
		<form id="Form1" method="post" runat="server">
			<DIV style="OVERFLOW: auto; WIDTH: 800px; POSITION: absolute; HEIGHT: 368px" ms_positioning="FlowLayout">
				<asp:DataGrid id="DataGrid1" runat="server" Height="344px" Width="264px"></asp:DataGrid>
			</DIV>
		</form>

Espero te sirva.

Saludos.