Ver Mensaje Individual
  #12 (permalink)  
Antiguo 27/04/2005, 04:53
Avatar de Nombela
Nombela
 
Fecha de Ingreso: abril-2005
Mensajes: 611
Antigüedad: 19 años, 10 meses
Puntos: 1
sigue sin ir

Veras lo de las comillas ya habia probado a kitarlas dejando solo las simple pero me dice esto:

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0117: 'System.Web.UI.WebControls.Label' does not contain a definition for 'text'

Source Error:

Line 68: </SPAN>
Line 69: <div id="conjunto">
Line 70: <%= " <table class='datagrid' cellspacing='0' cellpadding='0' rules='all' summary='Esta tabla muestra los clientes" & Cliente.text & "' >" %>
Line 71: <caption>
Line 72:

Yo lo tengo todo en una linea para ke no haya problemas.

Tambien he probado como me dijiste

<%= " <table class='datagrid' cellspacing='0' cellpadding='0' rules='all'" & _
"summary='Esta tabla muestra los " & cliente.text & "' >" %>
pero me dice que expected ( ...

Te voy a poner mas codigo mio a ver asi:

<div id="data_all"><uc1:posicion id="Posicion1" runat="server"></uc1:posicion>
<H4><SPAN>Usuarios asociados <asp:label id="Cliente" runat="server"></asp:label></H4>
</SPAN>
<div id="conjunto">
<%= " <table class='datagrid' cellspacing='0' cellpadding='0' rules='all'" & _
"summary='Esta tabla muestra los " & cliente.text & "' >" %>

<caption>
Usuarios asociados al cliente
<asp:label id="Cliente1" runat="server"></asp:label></caption><tr class="header1">
<th header="usuarios" colSpan="2" scope="col">
Usuarios asociados a&nbsp;
<asp:label id="Cliente2" runat="server"></asp:label>&nbsp;
<asp:label id="mensage" runat="server"></asp:label><span id="mensage"></span></th></tr>