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:
parent
ca5a41448b
commit
630a3eaa10
4 changed files with 18 additions and 10 deletions
|
|
@ -127,7 +127,7 @@
|
|||
<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.
|
||||
|
||||
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>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -432,7 +432,11 @@
|
|||
<input id="chkItem" type="checkbox" name="chkItem" runat="server" />
|
||||
</ItemTemplate>
|
||||
</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" />
|
||||
</Columns>
|
||||
</asp:GridView>
|
||||
|
|
|
|||
|
|
@ -414,7 +414,7 @@ public partial class Forms_TRA_frwRequisitos : General
|
|||
// llenarGridView(true);
|
||||
//}
|
||||
//else
|
||||
{
|
||||
//{
|
||||
EnvioCorreo("cumplido");
|
||||
GuardarDatosActividad("aprueba");
|
||||
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()) );
|
||||
|
||||
|
||||
}
|
||||
//}
|
||||
}
|
||||
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 strFaxOficina = ds.Tables[0].Rows[0]["FAXDEPENDENCIASIGDD"].ToString();
|
||||
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();
|
||||
strSolicitante = CultureInfo.CurrentCulture.TextInfo.ToTitleCase(strSolicitante);
|
||||
|
||||
|
||||
string[] subs = ds.Tables[0].Rows[0]["NOMBRECLIENTESOLICITUD"].ToString().Split(',');
|
||||
|
||||
foreach (var item in subs)
|
||||
{
|
||||
strSolicitante += item + "<br>";
|
||||
}
|
||||
|
||||
//Session["NOMBREEMPLEADO"]
|
||||
string strResponsable = Session["NOMBREEMPLEADO"].ToString().ToLower();
|
||||
|
|
|
|||
|
|
@ -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="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="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"/>
|
||||
</connectionStrings>
|
||||
<!--
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue