 
			
				20/09/2010, 13:46
			
			
			     |  
      |    |    |    Fecha de Ingreso: mayo-2008  
						Mensajes: 353
					  Antigüedad: 17 años, 5 meses Puntos: 3     |        |  
  |      Respuesta: autocomplete        Gracias Jaullo por contestar. Esto es lo que he  hecho   
  <style type="text/css"> 
.autocomplete_completionListElement  
{ 
visibility :hidden; 
margin :0px! important; 
background-color :white; 
color :blue; 
border :solid1pxgray; 
cursor :hand; 
text-align :left; 
list-style-type :none; 
font-family :Verdana; 
font-size:11px; 
padding :0; 
z-index :0; 
}   
/* AutoComplete highlighted item */   
.autocomplete_highlightedListItem 
{ 
color :Red; 
background-color:#c3ebf9; 
padding :1px;z-index :0; 
}   
/* AutoComplete item */   
.autocomplete_listItem  
{ 
padding:1px; 
z-index:0; 
background-color:#dcdcdc; 
}   
 </style>   
El detalle esta en que el autocomplete despliega la información por detrás del gridview y es obvio no se ve nada. 
No hay una forma de decirle al gridview go back o al texto bring to front???? 
Una ayuda mi hermado           |