Clases de ocultar y link en documento. KLB

git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C529
This commit is contained in:
kledezma 2021-02-03 04:56:17 +00:00
parent ca5a41448b
commit 630a3eaa10
4 changed files with 18 additions and 10 deletions

View file

@ -126,8 +126,8 @@
<tr> <tr>
<td style="text-align:justify"> <td style="text-align:justify">
Quien subscribe strNombreResponsable, en mi condición de funcionario (a) del aréa de strDependencia del Instituto Costarricense de Acueductos y Alcantarillados, hago constar que a las strHora horas del día strFecha, recibí del señor(a) strCliente, el formulario de solicitud y requisitos debidamente completos, la cual se registró con el consecutivo de solicitud No strNumSolicitud, correspondiente al folio real matrícula N° strNumeroFolio y plano catastro No. strNumeroPlanoCatastro. Quien subscribe strNombreResponsable, en mi condición de funcionario (a) del aréa de strDependencia del Instituto Costarricense de Acueductos y Alcantarillados, hago constar que a las strHora horas del día strFecha, recibí del señor(a) strCliente, el formulario de solicitud y requisitos debidamente completos, la cual se registró con el consecutivo de solicitud No strNumSolicitud, correspondiente al folio real matrícula N° strNumeroFolio y plano catastro No. strNumeroPlanoCatastro.
Las consultar a través del sitio web, para ver cómo va el progreso de la solicitud https://www.aya.go.cr/servicioCliente/SitePages/seguimientoSolicitudes.aspx
</td> </td>
</tr> </tr>

View file

@ -432,7 +432,11 @@
<input id="chkItem" type="checkbox" name="chkItem" runat="server" /> <input id="chkItem" type="checkbox" name="chkItem" runat="server" />
</ItemTemplate> </ItemTemplate>
</asp:TemplateField> </asp:TemplateField>
<asp:BoundField DataField="PKTERRENO" HeaderText="ID" SortExpression="PKTERRENO" /> <asp:BoundField DataField="PKTERRENO" HeaderText="ID" SortExpression="PKTERRENO" >
<HeaderStyle CssClass="hidden"/>
<ItemStyle CssClass="hidden"/>
</asp:BoundField>
<asp:BoundField DataField="NUMEROTERRENO" HeaderText="Plano" SortExpression="NUMEROTERRENO" /> <asp:BoundField DataField="NUMEROTERRENO" HeaderText="Plano" SortExpression="NUMEROTERRENO" />
</Columns> </Columns>
</asp:GridView> </asp:GridView>

View file

@ -414,7 +414,7 @@ public partial class Forms_TRA_frwRequisitos : General
// llenarGridView(true); // llenarGridView(true);
//} //}
//else //else
{ //{
EnvioCorreo("cumplido"); EnvioCorreo("cumplido");
GuardarDatosActividad("aprueba"); GuardarDatosActividad("aprueba");
EjecutarScript("MensajeInformativoPersonalizado('Se completó el ingreso de requisitos por lo que se puede continuar con la programación de las actividades.');EscoderBoton();"); EjecutarScript("MensajeInformativoPersonalizado('Se completó el ingreso de requisitos por lo que se puede continuar con la programación de las actividades.');EscoderBoton();");
@ -434,7 +434,7 @@ public partial class Forms_TRA_frwRequisitos : General
//Response.Redirect("~/forms/tra/frwBusquedaSolicitud.aspx?" + "l=" + objEncripta.Encryptar(Session["LOGIN"].ToString()) + "&u=" + objEncripta.Encryptar(Session["PKUSUARIO"].ToString()) ); //Response.Redirect("~/forms/tra/frwBusquedaSolicitud.aspx?" + "l=" + objEncripta.Encryptar(Session["LOGIN"].ToString()) + "&u=" + objEncripta.Encryptar(Session["PKUSUARIO"].ToString()) );
} //}
} }
catch (Exception ex) catch (Exception ex)
{ {
@ -846,12 +846,16 @@ public partial class Forms_TRA_frwRequisitos : General
string strTelefonoOficina = "800-REPORTE(800-7376783)";// ds.Tables[0].Rows[0]["TELEFONODEPENDENCIASIGDD"].ToString(); string strTelefonoOficina = "800-REPORTE(800-7376783)";// ds.Tables[0].Rows[0]["TELEFONODEPENDENCIASIGDD"].ToString();
//string strFaxOficina = ds.Tables[0].Rows[0]["FAXDEPENDENCIASIGDD"].ToString(); //string strFaxOficina = ds.Tables[0].Rows[0]["FAXDEPENDENCIASIGDD"].ToString();
string strFecha = DateTime.Now.ToShortDateString(); string strFecha = DateTime.Now.ToShortDateString();
string strSolicitante = "";
//string strSolicitante = ds.Tables[0].Rows[0]["NOMBRECOMPLETOSOLICITANTE"].ToString().ToLower();
//strSolicitante = CultureInfo.CurrentCulture.TextInfo.ToTitleCase(strSolicitante);
string strSolicitante = ds.Tables[0].Rows[0]["NOMBRECOMPLETOSOLICITANTE"].ToString().ToLower(); string[] subs = ds.Tables[0].Rows[0]["NOMBRECLIENTESOLICITUD"].ToString().Split(',');
strSolicitante = CultureInfo.CurrentCulture.TextInfo.ToTitleCase(strSolicitante);
foreach (var item in subs)
{
strSolicitante += item + "<br>";
}
//Session["NOMBREEMPLEADO"] //Session["NOMBREEMPLEADO"]
string strResponsable = Session["NOMBREEMPLEADO"].ToString().ToLower(); string strResponsable = Session["NOMBREEMPLEADO"].ToString().ToLower();

View file

@ -78,7 +78,7 @@
<!--<add name="SIGDD" connectionString="Data Source=AYA-VSRV-BD;Initial Catalog=SIGPC;Persist Security Info=True;User ID=usersigpc;Password=us3rsigpc" providerName="System.Data.SqlClient" />--> <!--<add name="SIGDD" connectionString="Data Source=AYA-VSRV-BD;Initial Catalog=SIGPC;Persist Security Info=True;User ID=usersigpc;Password=us3rsigpc" providerName="System.Data.SqlClient" />-->
<add name="ADS" connectionString="Data Source=192.168.20.13\ULTIMUSDEV8;Initial Catalog=ADSv2;Persist Security Info=True;User ID=useradsv2;Password=useradsv2" providerName="System.Data.SqlClient"/> <add name="ADS" connectionString="Data Source=192.168.20.13\ULTIMUSDEV8;Initial Catalog=ADSv2;Persist Security Info=True;User ID=useradsv2;Password=useradsv2" providerName="System.Data.SqlClient"/>
<add name="SIGDD" connectionString="Data Source=192.168.20.13\ULTIMUSDEV8;initial catalog=SIGPC;persist security info=True;user id=db_proyectos;password=Atesa$2020" providerName="System.Data.SqlClient"/> <add name="SIGDD" connectionString="Data Source=192.168.20.13\ULTIMUSDEV8;initial catalog=SIGPC;persist security info=True;user id=db_proyectos;password=Atesa$2020" providerName="System.Data.SqlClient"/>
<add name="NOTIFICACIONES" connectionString="Data Source=AYA-VSRV-BD;Initial Catalog=NOTIFICACIONES;Persist Security Info=True;User ID=usernotificaciones;Password=us3rnotificaciones" providerName="System.Data.SqlClient"/> <add name="NOTIFICACIONES" connectionString="Data Source=192.168.20.13\ULTIMUSDEV8;;Initial Catalog=NOTIFICACIONES;Persist Security Info=True;User id=db_proyectos;password=Atesa$2020" providerName="System.Data.SqlClient"/>
<add name="SDAAConnectionString" connectionString="Data Source=192.168.20.13\ULTIMUSDEV8;Initial Catalog=SIGPC;Persist Security Info=True;user id=db_proyectos;password=Atesa$2020" providerName="System.Data.SqlClient"/> <add name="SDAAConnectionString" connectionString="Data Source=192.168.20.13\ULTIMUSDEV8;Initial Catalog=SIGPC;Persist Security Info=True;user id=db_proyectos;password=Atesa$2020" providerName="System.Data.SqlClient"/>
</connectionStrings> </connectionStrings>
<!-- <!--