| Current Path : G:/PleskVhosts/mpcdp.in/cmamp.mpcdp.in/cdpp3/ |
Windows NT SG2NWVPWEB022 10.0 build 17763 (Windows Server 2016) i586 |
| Current File : G:/PleskVhosts/mpcdp.in/cmamp.mpcdp.in/cdpp3/SectoralAnalysis_new.aspx |
<%@ Page Language="VB" MasterPageFile="~/MasterPage4.master" AutoEventWireup="false"
CodeFile="SectoralAnalysis_new.aspx.vb" Inherits="SectoralAnalysis_new" Title="Untitled Page" %>
<asp:Content ID="ContentHead" ContentPlaceHolderID="CPHCDPHead" runat="Server">
</asp:Content>
<asp:Content ID="ContentBody" ContentPlaceHolderID="CPHCDPP2" runat="Server">
<%-- <asp:ScriptManager ID="SMCDP" runat="server">
</asp:ScriptManager>--%>
<h2>
Sectoral Analysis</h2>
<%--<asp:UpdatePanel runat="server" ID="UPGVMover" updatemode="Always">--%>
<%-- <contenttemplate>--%>
Select City:
<asp:DropDownList ID="DDLULBID" TabIndex="1" runat="server" CssClass="StyleDDL" AutoPostBack="True"
Font-Size="10.5pt">
</asp:DropDownList>
<table class="TableCP" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td class="TableRightCP">
City:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_ULBName" runat="server" Text='<%#Eval("ULBName") %>' BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Company:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_CompanyName" runat="server" Text='<%#Eval("CompanyName") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td style="border-top-width: 0px; border-left-width: 0px; font-size: 16pt; border-bottom-width: 0px;
color: white; font-family: Monotype Corsiva; background-color: gray; text-align: center;
border-right-width: 0px" colspan="4">
Water Supply
</td>
</tr>
<tr>
<td style="height: 42px" class="TableRightCP">
No. of Tubewell:
</td>
<td style="height: 42px" class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfTubewell" runat="server" Text='<%#Eval("NoOfTubewell") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%; height: 42px" class="TableRightCP">
Water Supplied by Tubewell(In MLD):
</td>
<td style="height: 42px" class="TableLeftCP">
<asp:TextBox ID="TextBox_WaterSuppliedByTubewell" runat="server" Text='<%#Eval("WaterSuppliedByTubewell") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
No. of Well:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfWell" runat="server" Text='<%#Eval("NoOfWell") %>' BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Water Supplied by Well(In MLD):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_WaterSuppliedByWell" runat="server" Text='<%#Eval("WaterSuppliedByWell") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
No. of River/Lake:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfRiver" runat="server" Text='<%#Eval("NoOfRiver") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Water Supplied by River/Lake(In MLD):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_WaterSuppliedByRiver" runat="server" Text='<%#Eval("WaterSuppliedByRiver") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Total Water Supply(In MLD):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_TotalWaterSupply" runat="server" Text='<%#Eval("TotalWaterSupply") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Water Supply Rate(In LPCD):
<br />
<span style="font-size: smaller; font-style: italic; font-family: Times New Roman">(Considering
Distribution Losses)</span>
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_ExistingSupplyRate" runat="server" Text='<%#Eval("ExistingSupplyRate") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Water Charges (Per Household Per Month):
</td>
<td class="TableLeftCP">
Rs.
<asp:TextBox ID="TextBox_WaterChargesPerHousehold" runat="server" Text='<%#Eval("WaterChargesPerHousehold") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
/<asp:TextBox ID="TextBox_WaterChargesFlatMetered" runat="server" Text='<%#Eval("WaterChargesFlatMetered") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
%age Coverage under Paid Water Supply:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_CoveragePaidWaterSupply" runat="server" Text='<%#Eval("CoveragePaidWaterSupply") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Whether Treatment Plant Exists (Y/N)/ Capacity of Treatment Plant(In MLD):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_TreatmentPlantYesNo" runat="server" Text='<%#Eval("TreatmentPlantYesNo") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
/<asp:TextBox ID="TextBox_CapacityTreatmentPlant" runat="server" Text='<%#Eval("CapacityTreatmentPlant") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Proposed Source (Surface)
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_ProposedSurfaceSource" runat="server" Text='<%#Eval("ProposedSurfaceSource") %>'
BorderStyle="None" Height="14px" ReadOnly="True" ></asp:TextBox>
</td>
</tr>
<tr>
<td style="border-top-width: 0px; border-left-width: 0px; font-size: 16pt; border-bottom-width: 0px;
color: white; font-family: Monotype Corsiva; background-color: gray; text-align: center;
border-right-width: 0px" colspan="4">
Sewerage
</td>
</tr>
<tr>
<td class="TableRightCP">
Total Sewage Generation(In MLD):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_TotalSewageGeneration" runat="server" Text='<%#Eval("TotalSewageGeneration") %>'
BorderStyle="None" Height="14px" ReadOnly="True" ></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Whether Treatment Plant Exists (Y/N)/ Capacity of Treatment Plant(In MLD):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_SewerageTreatmentPlantYesNo" runat="server" Text='<%#Eval("SewerageTreatmentPlantYesNo") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
/<asp:TextBox ID="TextBox_CapacitySewerageTreatmentPlant" runat="server" Text='<%#Eval("CapacitySewerageTreatmentPlant") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
No. of Individual Septic Tanks:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfIndividualSepticTanks" runat="server" Text='<%#Eval("NoOfIndividualSepticTanks") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
No. of Community Septic Tanks:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfCommunitySepticTank" runat="server" Text='<%#Eval("NoOfCommunitySepticTank") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
No. of Sewage/Mud Pumps Available:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfMudPump" runat="server" Text='<%#Eval("NoOfMudPump") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Frequency of Cleaning Individual Septic Tanks:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_CleaningFrequencyIndividualSepticTank" runat="server" Text='<%#Eval("CleaningFrequencyIndividualSepticTank") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Frequency of Cleaning Community Septic Tanks:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_CleaningFrequencyCommunitySepticTank" runat="server" Text='<%#Eval("CleaningFrequencyCommunitySepticTank") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td class="TableRightCP" colspan="2">
</td>
</tr>
<tr>
<td style="border-top-width: 0px; border-left-width: 0px; font-size: 16pt; border-bottom-width: 0px;
color: white; font-family: Monotype Corsiva; background-color: gray; text-align: center;
border-right-width: 0px" colspan="4">
Drainage
</td>
</tr>
<tr>
<td class="TableRightCP">
Name of Natural Nallah(Storm Water Drain):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NameOfNaturalNallah" runat="server" Text='<%#Eval("NameOfNaturalNallah") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Length of Natural Nallah (Storm Water Drain) (In Kms):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_LengthofNaturalNallah" runat="server" Text='<%#Eval("LengthofNaturalNallah") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Ultimate Disposal Point of Nallah:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_UltimateDisposalPointOfNallah" runat="server" Text='<%#Eval("UltimateDisposalPointOfNallah") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Length of Road Side Drain (In Kms):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_LengthOfRoadSideDrain" runat="server" Text='<%#Eval("LengthOfRoadSideDrain") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Coverage of Road Side Drainage w.r.t Roads (In %):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_CoverageOfRoadSideDrainageWRTRoad" runat="server" Text='<%#Eval("CoverageOfRoadSideDrainageWRTRoad") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Ultimate Disposal Point of Road Side Drains:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_UltimateDisposalPointOfRoadSideDrain" runat="server" Text='<%#Eval("UltimateDisposalPointOfRoadSideDrain") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Any Treatment Plant/Procedure Adopted:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_TreatmentProcedureAdopted" runat="server" Text='<%#Eval("TreatmentProcedureAdopted") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td class="TableRightCP" colspan="2">
</td>
</tr>
<tr>
<td style="border-top-width: 0px; border-left-width: 0px; font-size: 16pt; border-bottom-width: 0px;
color: white; font-family: Monotype Corsiva; background-color: gray; text-align: center;
border-right-width: 0px" colspan="4">
Solid Waste Management (SWM)
</td>
</tr>
<tr>
<td class="TableRightCP">
Per Capita SW Generation (Considering Standards) (In Gms):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_PerCapitaSolidWasteGeneration" runat="server" Text='<%#Eval("PerCapitaSolidWasteGeneration") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Total SW Generation (In Tons):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_TotalSWGeneration" runat="server" Text='<%#Eval("TotalSWGeneration") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Frequency of SW Collection (No of Time Per Day):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_FrequencyOfSWCollection" runat="server" Text='<%#Eval("FrequencyOfSWCollection") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Collection efficiency (In %):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_CollectionEfficiency" runat="server" Text='<%#Eval("CollectionEfficiency") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Any Initiative for Scientific Disposal of Waste:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_InitiativeForScientificDisposalOfWaste" runat="server" Text='<%#Eval("InitiativeForScientificDisposalOfWaste") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Name of Dumping/ Landfill Site:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NameOfLandfillSite" runat="server" Text='<%#Eval("NameOfLandfillSite") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Is the Existing Site Dumping Site or Allotted Site for Scientific Disposal:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_AllottedSiteForScientificDisposal" runat="server" Text='<%#Eval("AllottedSiteForScientificDisposal") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Area of Allotted Landfill Site for Scientific Disposal:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_AreaOfAllottedSiteForScientificDisposal" runat="server"
Text='<%#Eval("AreaOfAllottedSiteForScientificDisposal") %>' BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Distance of the Dumping/ Landfill Site from Main Settlement Area (In Kms):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_DistanceOfLandfillSiteFromMainSettlement" runat="server"
Text='<%#Eval("DistanceOfLandfillSiteFromMainSettlement") %>' BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
No. of Tractor Trolleys/Vehicles for Carrying Solid Waste to the LF Site:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfVehicleCarryingSWToLFSite" runat="server" Text='<%#Eval("NoOfVehicleCarryingSWToLFSite") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
If Site for Scientific Disposal is not Allotted then Whether Formally Requested
by the ULB:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_FormalRequestForLFSite" runat="server" Text='<%#Eval("FormalRequestForLFSite") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Any initiative for DTDC (Yes /No)
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_DTDCInitiative" runat="server" Text='<%#Eval("DTDCInitiative") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td style="border-top-width: 0px; border-left-width: 0px; font-size: 16pt; border-bottom-width: 0px;
color: white; font-family: Monotype Corsiva; background-color: gray; text-align: center;
border-right-width: 0px" colspan="4">
Roads
</td>
</tr>
<tr>
<td class="TableRightCP">
Name of Nearby National Highway:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NameOfNHPassingNearbyTown" runat="server" Text='<%#Eval("NameOfNHPassingNearbyTown") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Distance to Nearby National Highway (In Kms):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_DistanceOfNHFromTown" runat="server" Text='<%#Eval("DistanceOfNHFromTown") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Name of Nearby State Highway:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NameOfSHPassingNearbyTown" runat="server" Text='<%#Eval("NameOfSHPassingNearbyTown") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Distance to Nearby State Highway (In Kms):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_DistanceOfSHFromTown" runat="server" Text='<%#Eval("DistanceOfSHFromTown") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Length of CC Roads (In Kms):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_RoadPuccaCC" runat="server" Text='<%#Eval("RoadPuccaCC") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Length of WBM Roads (In Kms):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_RoadPuccaWBM" runat="server" Text='<%#Eval("RoadPuccaWBM") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Length of Kuccha Roads (In Kms):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_RoadKuccha" runat="server" Text='<%#Eval("RoadKuccha") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Gap w.r.t Standards (In Kms):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_GapWRTStandards" runat="server" Text='<%#Eval("GapWRTStandards") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td style="border-top-width: 0px; border-left-width: 0px; font-size: 16pt; border-bottom-width: 0px;
color: white; font-family: Monotype Corsiva; background-color: gray; text-align: center;
border-right-width: 0px" colspan="4">
Traffic & Transportation
</td>
</tr>
<tr>
<td class="TableRightCP">
Total no. of Vehicles in the Town:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfVehicles" runat="server" Text='<%#Eval("NoOfVehicles") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Bus Stand (Yes/No):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_BusStandYesNo" runat="server" Text='<%#Eval("BusStandYesNo") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Any Intracity Mass Transport Mode (Yes/No):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_IntracityMassTransportMode" runat="server" Text='<%#Eval("IntracityMassTransportMode") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Locations Facing Major Traffic Issues - I:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_LocationFacingMajorTrafficIssue1" runat="server" Text='<%#Eval("LocationFacingMajorTrafficIssue1") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Locations Facing Major Traffic Issues - II:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_LocationFacingMajorTrafficIssue2" runat="server" Text='<%#Eval("LocationFacingMajorTrafficIssue2") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Locations Facing Major Traffic Issues - III:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_LocationFacingMajorTrafficIssue3" runat="server" Text='<%#Eval("LocationFacingMajorTrafficIssue3") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Street Beautified as per the Instructions of UADD:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_BeautifiedStreet" runat="server" Text='<%#Eval("BeautifiedStreet") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Lenght of Street Beautified as per the Instructions of UADD:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_BeautifiedStreetLength" runat="server" Text='<%#Eval("BeautifiedStreetLength") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td style="border-top-width: 0px; border-left-width: 0px; font-size: 16pt; border-bottom-width: 0px;
color: white; font-family: Monotype Corsiva; background-color: gray; text-align: center;
border-right-width: 0px" colspan="4">
Street Lighting
</td>
</tr>
<tr>
<td class="TableRightCP">
Total No. of Street Lights:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfStreetLight" runat="server" Text='<%#Eval("NoOfStreetLight") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
No. of Street Lights in Working Condition:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfStreetlightUnderConstruction" runat="server" Text='<%#Eval("NoOfStreetlightUnderConstruction") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
No. of Street Lights having Tubes:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfStreetlightTube" runat="server" Text='<%#Eval("NoOfStreetlightTube") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
No. of Street Lights having CFL:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfStreetlightCFL" runat="server" Text='<%#Eval("NoOfStreetlightCFL") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
No. of Street Lights having Incandescent Bulbs:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfStreetlightIBulb" runat="server" Text='<%#Eval("NoOfStreetlightIBulb") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
No. of Street Lights having LED:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfStreetlightLED" runat="server" Text='<%#Eval("NoOfStreetlightLED") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
No. of Street Lights having LPS:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfStreetlightLPS" runat="server" Text='<%#Eval("NoOfStreetlightLPS") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td class="TableRightCP" colspan="2">
</td>
</tr>
<tr>
<td style="border-top-width: 0px; border-left-width: 0px; font-size: 16pt; border-bottom-width: 0px;
color: white; font-family: Monotype Corsiva; background-color: gray; text-align: center;
border-right-width: 0px" colspan="4">
Power
</td>
</tr>
<tr>
<td class="TableRightCP">
Location of Substation - 400 KV:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_SubstationLocation400KV" runat="server" Text='<%#Eval("SubstationLocation400KV") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Location of Substation - 220 KV:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_SubstationLocation220KV" runat="server" Text='<%#Eval("SubstationLocation220KV") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Location of Substation - 132 KV:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_SubstationLocation132KV" runat="server" Text='<%#Eval("SubstationLocation132KV") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Total No. of Residential Connections:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfResidentialConnection" runat="server" Text='<%#Eval("NoOfResidentialConnection") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Total No. of Commercial Connections:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfCommercialConnection" runat="server" Text='<%#Eval("NoOfCommercialConnection") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Any Subsidy for BPL (Y/N):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_SubsidyForBPL" runat="server" Text='<%#Eval("SubsidyForBPL") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Duration of Electricity Supply Per Day (in Hrs):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_DurationOfElectricitySupplyPerDay" runat="server" Text='<%#Eval("DurationOfElectricitySupplyPerDay") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td class="TableRightCP" colspan="2">
</td>
</tr>
<tr>
<td style="border-top-width: 0px; border-left-width: 0px; font-size: 16pt; border-bottom-width: 0px;
color: white; font-family: Monotype Corsiva; background-color: gray; text-align: center;
border-right-width: 0px" colspan="4">
Heritage & tourism
</td>
</tr>
<tr>
<td class="TableRightCP">
Name of Heritage Site/s:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NameOfHeritageSite" runat="server" Text='<%#Eval("NameOfHeritageSite") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Ownership/Agency:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_HeritageSiteOwnershipAgency" runat="server" Text='<%#Eval("HeritageSiteOwnershipAgency") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Prevailing Heritage Act/s:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_PrevailingHeritageAct" runat="server" Text='<%#Eval("PrevailingHeritageAct") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Name of Tourist Site/s:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NameOfTouristSite" runat="server" Text='<%#Eval("NameOfTouristSite") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Ownership/Agency:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_TouristSiteOwnershipAgency" runat="server" Text='<%#Eval("TouristSiteOwnershipAgency") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
No. of Pilgrims/Tourists Visiting Per Day:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfTouristVisitingPerDay" runat="server" Text='<%#Eval("NoOfTouristVisitingPerDay") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td style="border-top-width: 0px; border-left-width: 0px; font-size: 16pt; border-bottom-width: 0px;
color: white; font-family: Monotype Corsiva; background-color: gray; text-align: center;
border-right-width: 0px" colspan="4">
Environment
</td>
</tr>
<tr>
<td class="TableRightCP">
Name of River/Lake/Forest Range/Any Specific Species:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NameOfRiverLakeForest" runat="server" Text='<%#Eval("NameOfRiverLakeForest") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Prevailing Environmental Act/s:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_PrevailingEnvironmentalAct" runat="server" Text='<%#Eval("PrevailingEnvironmentalAct") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Areas Facing Threats:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_AreasFacingEnvironmentalThreat" runat="server" Text='<%#Eval("AreasFacingEnvironmentalThreat") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td class="TableRightCP" colspan="2">
</td>
</tr>
<tr>
<td style="border-top-width: 0px; border-left-width: 0px; font-size: 16pt; border-bottom-width: 0px;
color: white; font-family: Monotype Corsiva; background-color: gray; text-align: center;
border-right-width: 0px" colspan="4">
Health
</td>
</tr>
<tr>
<td class="TableRightCP">
No. of Primary Health Centres/Dispensary:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfPrimaryHealthCentreDispensary" runat="server" Text='<%#Eval("NoOfPrimaryHealthCentreDispensary") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
No. of Government Hospitals/Capacity:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfGovernmentHospital" runat="server" Text='<%#Eval("NoOfGovernmentHospital") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
No. of Private Hospitals/Capacity:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfPrivateHospitals" runat="server" Text='<%#Eval("NoOfPrivateHospitals") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Multispeciality Hospital if any (Y/N):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_MultispecialityHospital" runat="server" Text='<%#Eval("MultispecialityHospital") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Name of Nearby Town reffered for Treatment:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NearbyTownRefferedForTreatment" runat="server" Text='<%#Eval("NearbyTownRefferedForTreatment") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Distance of Nearby Town reffered for Treatment:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_DistnaceOfNearbyTownRefferedForTreatment" runat="server"
Text='<%#Eval("DistnaceOfNearbyTownRefferedForTreatment") %>' BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td style="border-top-width: 0px; border-left-width: 0px; font-size: 16pt; border-bottom-width: 0px;
color: white; font-family: Monotype Corsiva; background-color: gray; text-align: center;
border-right-width: 0px" colspan="4">
Education
</td>
</tr>
<tr>
<td class="TableRightCP">
No. of Primary Schools/Capacity:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfPrimarySchool" runat="server" Text='<%#Eval("NoOfPrimarySchool") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
/<asp:TextBox ID="TextBox_CapacityOfPrimarySchool" runat="server" Text='<%#Eval("CapacityOfPrimarySchool") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
No. of Secondary & High Schools/Capacity:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfSecondaryHighSchool" runat="server" Text='<%#Eval("NoOfSecondaryHighSchool") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
<asp:TextBox ID="TextBox_CapacityOfSecondaryHighSchool" runat="server" Text='<%#Eval("CapacityOfSecondaryHighSchool") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
No. of Colleges/Capacity:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfCollege" runat="server" Text='<%#Eval("NoOfCollege") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
<asp:TextBox ID="TextBox_CapacityOfCollege" runat="server" Text='<%#Eval("CapacityOfCollege") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
No. of ITI/Capacity:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfITI" runat="server" Text='<%#Eval("NoOfITI") %>' Height="12px"></asp:TextBox>
/
<asp:TextBox ID="TextBox_CapacityOfITI" runat="server" Text='<%#Eval("CapacityOfITI") %>'
Height="12px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="border-top-width: 0px; border-left-width: 0px; font-size: 16pt; border-bottom-width: 0px;
color: white; font-family: Monotype Corsiva; background-color: gray; text-align: center;
border-right-width: 0px" colspan="4">
Social Security Schemes
</td>
</tr>
<tr>
<td class="TableRightCP">
No. of Beneficiaries under SJSRY:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfBeneficiariesUnderSJSRY" runat="server" Text='<%#Eval("NoOfBeneficiariesUnderSJSRY") %>'
Height="12px"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
No. of Beneficiaries under Haath Thela/Cycle Rickshaw Chalak Yojna:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfBeneficiariesUnderHaathThelaYojna" runat="server" Text='<%#Eval("NoOfBeneficiariesUnderHaathThelaYojna") %>'
Height="12px"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
No. of Rain Basera(Night Shelter):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfNightShelter" runat="server" Text='<%#Eval("NoOfNightShelter") %>'
Height="12px"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Ownership of Rain Basera(with ULB/Rental):
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_OwnershipOfRainBasera" runat="server" Text='<%#Eval("OwnershipOfRainBasera") %>'
Height="12px"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
No. of Beneficiaries under Gharelu Kamkaji Mahila Yojna:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NoOfBeneficiariesUnderGKMY" runat="server" Text='<%#Eval("NoOfBeneficiariesUnderGKMY") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Name of Social Security Schemes/No. of Beneficiaries:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NameOfSSS1" runat="server" Text='<%#Eval("NameOfSSS1") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
/
<asp:TextBox ID="TextBox_NoOfBeneficiaries1" runat="server" Text='<%#Eval("NoOfBeneficiaries1") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="TableRightCP">
Name of Social Security Schemes/No. of Beneficiaries:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NameOfSSS2" runat="server" Text='<%#Eval("NameOfSSS2") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>/
<asp:TextBox ID="TextBox_NoOfBeneficiaries2" runat="server" Text='<%#Eval("NoOfBeneficiaries2") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
<td style="width: 27%" class="TableRightCP">
Name of Social Security Schemes/No. of Beneficiaries:
</td>
<td class="TableLeftCP">
<asp:TextBox ID="TextBox_NameOfSSS3" runat="server" Text='<%#Eval("NameOfSSS3") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>/
<asp:TextBox ID="TextBox_NoOfBeneficiaries3" runat="server" Text='<%#Eval("NoOfBeneficiaries3") %>'
BorderStyle="None" Height="14px" ReadOnly="True"></asp:TextBox>
</td>
</tr>
</tbody>
</table>
<table>
<tr>
<td>
<asp:Button ID="Butt_Update" OnClick="Butt_Update_Click" Visible ="false" runat="server" Text="Update">
</asp:Button>
</td>
<td>
<asp:Button ID="Butt_Cancle" runat="server" Text="Cancle" Visible ="false" OnClick="Butt_Cancle_Click">
</asp:Button>
</td>
</tr>
</table>
<%-- </contenttemplate>--%>
<%-- </asp:UpdatePanel>
Animation
<ajaxToolkit:UpdatePanelAnimationExtender ID="UPAEMover" BehaviorID="UPAEBIDMover"
runat="server" TargetControlID="UPGVMover">
<Animations>
<OnUpdating>
<Sequence>
<ScriptAction Script="var b = $find('UPAEBIDMover'); b._originalHeight = b._element.offsetHeight;" />
<StyleAction Attribute="overflow" Value="hidden" />
<Parallel duration=".25" Fps="30">
<FadeOut AnimationTarget="up_container" minimumOpacity=".2" />
</Parallel>
</Sequence>
</OnUpdating>
<OnUpdated>
<Sequence>
<Parallel duration=".25" Fps="30">
<FadeIn AnimationTarget="up_container" minimumOpacity=".2" />
</Parallel>
</Sequence>
</OnUpdated>
</Animations>
</ajaxToolkit:UpdatePanelAnimationExtender>--%>
</asp:Content>