| State*: |
|
| Fin Year* : |
|
<%
Yr=mid(fin1,3,2) & mid(fin1,8,2)
if cint(Yr)>809 then
YrMax="0809"
elseif cint(Yr)=506 then
YrMax="0607"
else
YrMax=Yr
end if
response.Flush()
%>
| District*: |
<%
Set objRS = Server.CreateObject("ADODB.Recordset")
strSQL= "select A.District_Code, isnull(A.dt_Name_local,A.district_name) as district_name from DISTRICTS "
strSQL=strSQL&" A inner join INSTALL B on A.District_Code = B.District_Code where"
strSQL=strSQL&" (case when case when month(isnull(N_date_formed,'01/01/1900'))>3 then cast(cast(year(isnull(N_date_formed,'01/01/1900')) as varchar) +cast((year(isnull(N_date_formed,'01/01/1900'))+1) as varchar) as int) else cast(cast((year(isnull(N_date_formed,'01/01/1900'))-1) as varchar)+cast(year(isnull(N_date_formed,'01/01/1900')) as varchar) as int) end > "&replace(trim(fin1),"-","")&" then "
strSQL=strSQL&" A.State_code else isnull(A.N_State_code,A.State_code) end ='" &trim(State_Code) & "') and nrega"&YrMax&"='Y' order by District_Name"
objRS.Open strSQL,objCon,1,1
if not objRS.eof then
%>
<%else%>
<%
response.Write("District is not available under NREGA scheme in the selected financial year")
response.End()
end if
%>
|
| Block*: |
|
<% if Request("Lev")="GP" then %>
| Panchayat* |
|
<% End if%>
|
|