Cita:
E investigado para la solución del mismo y he ejecutado la siguiente instrucción:Cannot get inner content of xPrintDiv because the contents are not literal.
Cita:
Pero me envia el siguiente error:Dim SB As New StringBuilder
Dim Contenido As String, sw As New StringWriter(SB)
Dim w As New HtmlTextWriter(sw)
xPrintDiv.RenderControl(w)
Contenido = sw.GetStringBuilder().ToString
Dim Contenido As String, sw As New StringWriter(SB)
Dim w As New HtmlTextWriter(sw)
xPrintDiv.RenderControl(w)
Contenido = sw.GetStringBuilder().ToString
Cita:
En este caso es del FormView1 pero en realidad es lo mismo con todos los controles, alguien me puede ayudar a solucionar este error.Control 'ctl00_ContentPlaceHolder1_FormView1' of type 'FormView' must be placed inside a form tag with runat=server.
Gracias.