
27/04/2005, 04:40
|
 | | | Fecha de Ingreso: abril-2005
Mensajes: 611
Antigüedad: 20 años Puntos: 1 | |
No me va He metido esto :
<%= " <table class='datagrid' cellspacing='0' cellpadding='0' rules='all'" "summary='Esta tabla muestra los usuarios asociados al cliente:" & cliente.text & "' >" %>
y me dice:
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: CS1026: ) expected
Source Error:
Line 69: <div id="conjunto">
Line 70:
Line 71: <%= " <table class='datagrid' cellspacing='0' cellpadding='0' rules='all'" "summary='Esta tabla muestra los usuarios asociados al cliente:" & cliente.text & "' >" %>
Line 72:
Line 73:
Esto va dentro del html. |