Ver Mensaje Individual
  #7 (permalink)  
Antiguo 19/11/2004, 13:38
sofia2
 
Fecha de Ingreso: diciembre-2003
Mensajes: 212
Antigüedad: 21 años, 3 meses
Puntos: 0
disculpa tanta molestia pero me puedes echar una manito en arreglar la sintaxis del link en VB.NET?

La funcion la estoy haciendo asi:
Protected Function verificar(ByVal SiNo As String, ByVal Num As String, ByVal CoAud As String)
If SiNo = "No" Then
'colocar link
Return "<a href='" & "AuditoriaIndividual.aspx?CodAud='" & CoAud & "'&NroSolicitud='" & Num & "' target=" & "_top" & " title=" & "Auditoria Individual>"
Else
Return "Ya auditado"
End If
End Function
colocando que reciba un tercer argumento en la funcion, pero no me muestra el link, y creo que es error de sintaxis, pero no veo dde??