From 8e67974e970e6d844fedc62aece790424100c9f0 Mon Sep 17 00:00:00 2001 From: Nemo <commits@captnemo.in> Date: Wed, 06 Dec 2023 16:28:32 +0530 Subject: [PATCH] Recursive fetch for metadata pages that require JS This expands our coverage of gazette metadata to 100% - Closes #3 --- dl.sh | 16 ++++++++++++++-- gazette_data.csv | 1995 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ generate.py | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 2107 insertions(+), 27 deletions(-) diff --git a/dl.sh b/dl.sh index 2deb434..513aff4 100755 --- a/dl.sh +++ a/dl.sh @@ -1,5 +1,8 @@ #!/bin/bash +# This script downloads all valid gazette files +# by brute-forcing all valid filenames (=date.pdf) + start_date="01 JAN 2006" current_date=$(date +"%d %b %Y") @@ -9,7 +12,7 @@ dir="pdfs/20$(date -d "$1" +"%y/%m")" url="https://gazettes.uk.gov.in/entry/gazette/gz$formatted_date.pdf" mkdir -p "$dir" - wget -nc -nv "$url" -O "$dir/$formatted_date.pdf" + wget -q -nc -nv "$url" -O "$dir/$formatted_date.pdf" } # Export the function so GNU Parallel can access it @@ -26,4 +29,13 @@ parallel -j 100 download_gazette ::: "${dates_to_download[@]}" find . -type f -empty -delete -find . -type d -empty -delete+find . -type d -empty -delete + +# Now, we need to download the information files (HTML) +# that contain the metadata for each Gazette file +wget -i input.txt --recursive --adjust-extension --level 1 --ignore-tags=img,link --relative --no-parent + +# Now, we parse the metadata from the HTML files +# and save it as a CSV file +# in some cases, this will make a few further requests +python generate.pydiff --git a/gazette_data.csv b/gazette_data.csv index 4613ab3..6532d46 100644 --- a/gazette_data.csv +++ a/gazette_data.csv @@ -23,15 +23,18 @@ 2428/XX-1/426/2001,2005-12-27,Land Aquisition Act 1984.,S.K.Das(PRINCIPAL SECRETARY),2006-01-07,2 3361/XX(1)/109/2004,2005-12-21,Public Service Commission Examination 2004,Manjul Kumar Joshi(Additional Secretary),2006-01-07,14 2428/XX-1/426/2001,2005-12-27,Land Aquisition Act 1984.,S.K.Das(PRINCIPAL SECRETARY),2006-01-07,2 +3361/XX(1)/109/2004,2005-12-21,Public Service Commission Examination 2004,Manjul Kumar Joshi(Additional Secretary),2006-01-07,14 556/1(49)/4/XXVI/2005,2005-11-25,Regarding Bhagirathi Nadi Ghati Vikas,Amrendra Sinha(Secretary),2006-01-07,5 556/1(49)/4/XXVI/2005,2005-11-25,Regarding Bhagirathi Nadi Ghati Vikas,Amrendra Sinha(Secretary),2006-01-07,5 1786/XXVIII-2-2005,2005-12-28,Name Change Km. Sangeeta Kathait,S.Raju(Secretary),2006-01-07,15 2428/XX-1/426/2001,2005-12-27,Land Aquisition Act 1984.,S.K.Das(PRINCIPAL SECRETARY),2006-01-07,2 +3361/XX(1)/109/2004,2005-12-21,Public Service Commission Examination 2004,Manjul Kumar Joshi(Additional Secretary),2006-01-07,14 2428/XX-1/426/2001,2005-12-27,Land Aquisition Act 1984.,S.K.Das(PRINCIPAL SECRETARY),2006-01-07,2 3361/XX(1)/109/2004,2005-12-21,Public Service Commission Examination 2004,Manjul Kumar Joshi(Additional Secretary),2006-01-07,14 1786/XXVIII-2-2005,2005-12-28,Name Change Km. Sangeeta Kathait,S.Raju(Secretary),2006-01-07,15 62/18(1)/2005,2005-12-28,Rajya Matsya Palan Vikas Abhikaran.,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-01-07,3 2428/XX-1/426/2001,2005-12-27,Land Aquisition Act 1984.,S.K.Das(PRINCIPAL SECRETARY),2006-01-07,2 +3361/XX(1)/109/2004,2005-12-21,Public Service Commission Examination 2004,Manjul Kumar Joshi(Additional Secretary),2006-01-07,14 15/8/XIII/2005-3(05)/2001,2005-11-25,Regarding Appointment,Om Prakash(Secretary),2006-01-07,4 4097/7/5/128-Udyog/2004,2005-11-21,,Sanjeev Chopra (Secretary),2006-01-07,4 2157/VIII/285/2001,2005-11-10,,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-01-07,2 @@ -42,11 +45,15 @@ 1786/XXVIII-2-2005,2005-12-28,Name Change Km. Sangeeta Kathait,S.Raju(Secretary),2006-01-07,15 4097/7/5/128-Udyog/2004,2005-11-21,,Sanjeev Chopra (Secretary),2006-01-07,4 4097/7/5/128-Udyog/2004,2005-11-21,,Sanjeev Chopra (Secretary),2006-01-07,4 +2428/XX-1/426/2001,2005-12-27,Land Aquisition Act 1984.,S.K.Das(PRINCIPAL SECRETARY),2006-01-07,2 +3361/XX(1)/109/2004,2005-12-21,Public Service Commission Examination 2004,Manjul Kumar Joshi(Additional Secretary),2006-01-07,14 "25,26,27 /7-B/36(1)/low/2005",2005-12-16,Transfer Civil Nyayalaya Roshnabad to Roorkee,U.C.Dhyani (Secretary),2006-01-07,13 62/18(1)/2005,2005-12-28,Rajya Matsya Palan Vikas Abhikaran.,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-01-07,3 2428/XX-1/426/2001,2005-12-27,Land Aquisition Act 1984.,S.K.Das(PRINCIPAL SECRETARY),2006-01-07,2 +3361/XX(1)/109/2004,2005-12-21,Public Service Commission Examination 2004,Manjul Kumar Joshi(Additional Secretary),2006-01-07,14 62/18(1)/2005,2005-12-28,Rajya Matsya Palan Vikas Abhikaran.,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-01-07,3 2428/XX-1/426/2001,2005-12-27,Land Aquisition Act 1984.,S.K.Das(PRINCIPAL SECRETARY),2006-01-07,2 +3361/XX(1)/109/2004,2005-12-21,Public Service Commission Examination 2004,Manjul Kumar Joshi(Additional Secretary),2006-01-07,14 2157/VIII/285/2001,2005-11-10,,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-01-07,2 2157/VIII/285-/2001,2006-11-10,शà¥à¤°à¤®à¤¾à¤¯à¥à¤•à¥â€à¤¤ उतà¥â€à¤¤à¤°à¤¾à¤‚चल को अपने पद के अतिरिकà¥â€à¤¤ शà¥à¤°à¤® कलà¥â€à¤¯à¤¾à¤£ आयà¥à¤•à¥â€à¤¤ नियà¥à¤•à¥â€à¤¤ करते है,Nrip Singh Napalchiyal(PRINCIPAL SECRETARY),2006-01-07,2 706/X-2-005(9)/21/2005,2005-12-12,,Dr.Ranveer Singh(Secretary),2006-01-07,7 @@ -54,6 +61,7 @@ 706/X-2-005(9)/21/2005,2005-12-12,,Dr.Ranveer Singh(Secretary),2006-01-07,7 62/18(1)/2005,2005-12-28,Rajya Matsya Palan Vikas Abhikaran.,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-01-07,3 2428/XX-1/426/2001,2005-12-27,Land Aquisition Act 1984.,S.K.Das(PRINCIPAL SECRETARY),2006-01-07,2 +3361/XX(1)/109/2004,2005-12-21,Public Service Commission Examination 2004,Manjul Kumar Joshi(Additional Secretary),2006-01-07,14 706/X-2-005(9)/21/2005,2005-12-12,,Dr.Ranveer Singh(Secretary),2006-01-07,7 2157/VIII/285/2001,2005-11-10,,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-01-07,2 2157/VIII/285-/2001,2006-11-10,शà¥à¤°à¤®à¤¾à¤¯à¥à¤•à¥â€à¤¤ उतà¥â€à¤¤à¤°à¤¾à¤‚चल को अपने पद के अतिरिकà¥â€à¤¤ शà¥à¤°à¤® कलà¥â€à¤¯à¤¾à¤£ आयà¥à¤•à¥â€à¤¤ नियà¥à¤•à¥â€à¤¤ करते है,Nrip Singh Napalchiyal(PRINCIPAL SECRETARY),2006-01-07,2 @@ -61,6 +69,7 @@ 2428/XX-1/426/2001,2005-12-27,Land Aquisition Act 1984.,S.K.Das(PRINCIPAL SECRETARY),2006-01-07,2 3361/XX(1)/109/2004,2005-12-21,Public Service Commission Examination 2004,Manjul Kumar Joshi(Additional Secretary),2006-01-07,14 2428/XX-1/426/2001,2005-12-27,Land Aquisition Act 1984.,S.K.Das(PRINCIPAL SECRETARY),2006-01-07,2 +3361/XX(1)/109/2004,2005-12-21,Public Service Commission Examination 2004,Manjul Kumar Joshi(Additional Secretary),2006-01-07,14 "25,26,27 /7-B/36(1)/low/2005",2005-12-16,Transfer Civil Nyayalaya Roshnabad to Roorkee,U.C.Dhyani (Secretary),2006-01-07,13 15/8/XIII/2005-3(05)/2001,2005-11-25,Regarding Appointment,Om Prakash(Secretary),2006-01-07,4 73/8,2005-12-08,"Vacant Land Bacchi Gour Trust, Nagar Palika Parishad Nainital",Rakesh Kumar (Collector Nainital),2006-01-14,2 @@ -70,11 +79,13 @@ 3186/XX/(1)-28/PPS/2005,2005-12-01,Promotion to shir Pramod Kumar,Manjul Kumar Joshi(Additional Secretary),2006-01-14,26 3250/XX(1)/355/IPS/2005,2005-12-07,Retirement shri Ram Chandra Sharma IPs,S.K.Das(PRINCIPAL SECRETARY),2006-01-14,19 5605/30-1/2005,2005-12-09,Regarding Retirement,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-01-14,19 +3186/XX/(1)-28/PPS/2005,2005-12-01,Promotion to shir Pramod Kumar,Manjul Kumar Joshi(Additional Secretary),2006-01-14,26 "2726,2725 ,2727 /Form-Anu",2005-10-28,,S.Ramaswami(Commissioner Tax Officer),2006-01-14,1 "2726,2725 ,2727 /Form-Anu",2005-10-28,,S.Ramaswami(Commissioner Tax Officer),2006-01-14,1 392/XXXVIII-3-2005-763/2005,2005-12-16,Regarding Promotion .,S.Raju(Secretary),2006-01-14,25 3250/XX(1)/355/IPS/2005,2005-12-07,Retirement shri Ram Chandra Sharma IPs,S.K.Das(PRINCIPAL SECRETARY),2006-01-14,19 5605/30-1/2005,2005-12-09,Regarding Retirement,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-01-14,19 +3186/XX/(1)-28/PPS/2005,2005-12-01,Promotion to shir Pramod Kumar,Manjul Kumar Joshi(Additional Secretary),2006-01-14,26 1475/XXVII/(8)/Vanijya Kar,2005-12-17,Promotion to post of Deputy Commissioner,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-01-14,22 3250/XX(1)/355/IPS/2005,2005-12-07,Retirement shri Ram Chandra Sharma IPs,S.K.Das(PRINCIPAL SECRETARY),2006-01-14,19 5605/30-1/2005,2005-12-09,Regarding Retirement,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-01-14,19 @@ -86,6 +97,7 @@ 1475/XXVII/(8)/Vanijya Kar,2005-12-17,Promotion to post of Deputy Commissioner,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-01-14,22 3250/XX(1)/355/IPS/2005,2005-12-07,Retirement shri Ram Chandra Sharma IPs,S.K.Das(PRINCIPAL SECRETARY),2006-01-14,19 5605/30-1/2005,2005-12-09,Regarding Retirement,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-01-14,19 +3186/XX/(1)-28/PPS/2005,2005-12-01,Promotion to shir Pramod Kumar,Manjul Kumar Joshi(Additional Secretary),2006-01-14,26 5182/30-1-2005/18(15)/2002,2005-12-05,Regarding Promotion Deputy Collector,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-01-14,18 5182/30-1-2005/18(15)/2002,2005-12-05,Regarding Promotion Deputy Collector,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-01-14,18 5182/30-1-2005/18(15)/2002,2005-12-05,Regarding Promotion Deputy Collector,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-01-14,18 @@ -99,15 +111,20 @@ 183/up-Nirvachan/2005,2005-12-12,Panchayat Election Uttarkashi,T.R.Bhatt(District Magistrate),2006-01-14,1 "2726,2725 ,2727 /Form-Anu",2005-10-28,,S.Ramaswami(Commissioner Tax Officer),2006-01-14,1 1475/XXVII/(8)/Vanijya Kar,2005-12-17,Promotion to post of Deputy Commissioner,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-01-14,22 +3250/XX(1)/355/IPS/2005,2005-12-07,Retirement shri Ram Chandra Sharma IPs,S.K.Das(PRINCIPAL SECRETARY),2006-01-14,19 +5605/30-1/2005,2005-12-09,Regarding Retirement,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-01-14,19 +3186/XX/(1)-28/PPS/2005,2005-12-01,Promotion to shir Pramod Kumar,Manjul Kumar Joshi(Additional Secretary),2006-01-14,26 31/No.E-36(1)/2005,2005-11-25,"Shri Jagmohan Singh Rangad,Advocate Appoint to Notary Pratap Nagar Tehri Garhwal",U.C.Dhyani (Secretary),2006-01-14,23 1475/XXVII/(8)/Vanijya Kar,2005-12-17,Promotion to post of Deputy Commissioner,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-01-14,22 1475/XXVII/(8)/Vanijya Kar,2005-12-17,Promotion to post of Deputy Commissioner,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-01-14,22 73/8,2005-12-08,"Vacant Land Bacchi Gour Trust, Nagar Palika Parishad Nainital",Rakesh Kumar (Collector Nainital),2006-01-14,2 3250/XX(1)/355/IPS/2005,2005-12-07,Retirement shri Ram Chandra Sharma IPs,S.K.Das(PRINCIPAL SECRETARY),2006-01-14,19 5605/30-1/2005,2005-12-09,Regarding Retirement,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-01-14,19 +3186/XX/(1)-28/PPS/2005,2005-12-01,Promotion to shir Pramod Kumar,Manjul Kumar Joshi(Additional Secretary),2006-01-14,26 73/8,2005-12-08,"Vacant Land Bacchi Gour Trust, Nagar Palika Parishad Nainital",Rakesh Kumar (Collector Nainital),2006-01-14,2 3250/XX(1)/355/IPS/2005,2005-12-07,Retirement shri Ram Chandra Sharma IPs,S.K.Das(PRINCIPAL SECRETARY),2006-01-14,19 5605/30-1/2005,2005-12-09,Regarding Retirement,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-01-14,19 +3186/XX/(1)-28/PPS/2005,2005-12-01,Promotion to shir Pramod Kumar,Manjul Kumar Joshi(Additional Secretary),2006-01-14,26 1475/XXVII/(8)/Vanijya Kar,2005-12-17,Promotion to post of Deputy Commissioner,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-01-14,22 5182/30-1-2005/18(15)/2002,2005-12-05,Regarding Promotion Deputy Collector,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-01-14,18 4175/11-2005-1(430)/03,2005-11-26,Promotion to post of EE(civil) to SE (Civil),N.Ravi Shankar(Secretary),2006-01-14,24 @@ -118,15 +135,18 @@ 73/8,2005-12-08,"Vacant Land Bacchi Gour Trust, Nagar Palika Parishad Nainital",Rakesh Kumar (Collector Nainital),2006-01-14,2 3250/XX(1)/355/IPS/2005,2005-12-07,Retirement shri Ram Chandra Sharma IPs,S.K.Das(PRINCIPAL SECRETARY),2006-01-14,19 5605/30-1/2005,2005-12-09,Regarding Retirement,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-01-14,19 +3186/XX/(1)-28/PPS/2005,2005-12-01,Promotion to shir Pramod Kumar,Manjul Kumar Joshi(Additional Secretary),2006-01-14,26 401/X-I-2005-4(5)/2005,2005-12-20,Regarding Promotion,Kishan Nath (Additional Secretary),2006-01-14,27 4175/11-2005-1(430)/03,2005-11-26,Promotion to post of EE(civil) to SE (Civil),N.Ravi Shankar(Secretary),2006-01-14,24 1475/XXVII/(8)/Vanijya Kar,2005-12-17,Promotion to post of Deputy Commissioner,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-01-14,22 1553/1/VIII/39/2005,2005-12-12,Regarding Dehradun Institute Management Committee,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-01-14,19 3250/XX(1)/355/IPS/2005,2005-12-07,Retirement shri Ram Chandra Sharma IPs,S.K.Das(PRINCIPAL SECRETARY),2006-01-14,19 5605/30-1/2005,2005-12-09,Regarding Retirement,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-01-14,19 +3186/XX/(1)-28/PPS/2005,2005-12-01,Promotion to shir Pramod Kumar,Manjul Kumar Joshi(Additional Secretary),2006-01-14,26 183/up-Nirvachan/2005,2005-12-12,Panchayat Election Uttarkashi,T.R.Bhatt(District Magistrate),2006-01-14,1 3250/XX(1)/355/IPS/2005,2005-12-07,Retirement shri Ram Chandra Sharma IPs,S.K.Das(PRINCIPAL SECRETARY),2006-01-14,19 5605/30-1/2005,2005-12-09,Regarding Retirement,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-01-14,19 +3186/XX/(1)-28/PPS/2005,2005-12-01,Promotion to shir Pramod Kumar,Manjul Kumar Joshi(Additional Secretary),2006-01-14,26 31/No.E-36(1)/2005,2005-11-25,"Shri Jagmohan Singh Rangad,Advocate Appoint to Notary Pratap Nagar Tehri Garhwal",U.C.Dhyani (Secretary),2006-01-14,23 4175/11-2005-1(430)/03,2005-11-26,Promotion to post of EE(civil) to SE (Civil),N.Ravi Shankar(Secretary),2006-01-14,24 211/XX-2/109/Exam-2004,2007-02-28,High School/Intermediate Exam-2007,Nrip Singh Napalchiyal(PRINCIPAL SECRETARY),2006-01-21,63 @@ -136,6 +156,8 @@ 2568/XX(3)/55/CBI/2003,2005-12-22,Regarding Fast Track Court Dehradun.,S.K.Das(PRINCIPAL SECRETARY),2006-01-21,30 3274/Form-Anu,2005-12-12,Misplace Form C/F,B.B.Pande(Commissioner Tax Officer),2006-01-21,10 3274/Form-Anu,2005-12-12,Misplace Form C/F,B.B.Pande(Commissioner Tax Officer),2006-01-21,10 +2568/XX(3)-55/2003,2005-12-22,Shri N.S.Dhanik Addl.District and Session Judge IV Fast Track Court Dehradun,S.K.Das(PRINCIPAL SECRETARY),2006-01-21,30 +2568/XX(3)/55/CBI/2003,2005-12-22,Regarding Fast Track Court Dehradun.,S.K.Das(PRINCIPAL SECRETARY),2006-01-21,30 "1505,1506 /XXVII/8(vat)/2005",2005-12-26,Uttaranchal Value Added tax 2005.,Radha Raturi(Secretary),2006-01-21,31 2568/XX(3)-55/2003,2005-12-22,Shri N.S.Dhanik Addl.District and Session Judge IV Fast Track Court Dehradun,S.K.Das(PRINCIPAL SECRETARY),2006-01-21,30 2568/XX(3)/55/CBI/2003,2005-12-22,Regarding Fast Track Court Dehradun.,S.K.Das(PRINCIPAL SECRETARY),2006-01-21,30 @@ -153,11 +175,14 @@ 3274/Form-Anu,2005-12-12,Misplace Form C/F,B.B.Pande(Commissioner Tax Officer),2006-01-21,10 3274/Form-Anu,2005-12-12,Misplace Form C/F,B.B.Pande(Commissioner Tax Officer),2006-01-21,10 "1505,1506 /XXVII/8(vat)/2005",2005-12-26,Uttaranchal Value Added tax 2005.,Radha Raturi(Secretary),2006-01-21,31 +2568/XX(3)-55/2003,2005-12-22,Shri N.S.Dhanik Addl.District and Session Judge IV Fast Track Court Dehradun,S.K.Das(PRINCIPAL SECRETARY),2006-01-21,30 +2568/XX(3)/55/CBI/2003,2005-12-22,Regarding Fast Track Court Dehradun.,S.K.Das(PRINCIPAL SECRETARY),2006-01-21,30 147 -173/UHC/Admin/2005,2006-12-07,Regarding Transfer and Posted,V.K.Maheshwari(Registrar General),2006-01-21,7 178 to 183/UHC/Admin/2003,2005-12-23,Regarding Appeal Authority,V.K.Maheshwari(Registrar General),2006-01-21,8 "1505,1506 /XXVII/8(vat)/2005",2005-12-26,Uttaranchal Value Added tax 2005.,Radha Raturi(Secretary),2006-01-21,31 "1505,1506 /XXVII/8(vat)/2005",2005-12-26,Uttaranchal Value Added tax 2005.,Radha Raturi(Secretary),2006-01-21,31 2568/XX(3)-55/2003,2005-12-22,Shri N.S.Dhanik Addl.District and Session Judge IV Fast Track Court Dehradun,S.K.Das(PRINCIPAL SECRETARY),2006-01-21,30 +2568/XX(3)/55/CBI/2003,2005-12-22,Regarding Fast Track Court Dehradun.,S.K.Das(PRINCIPAL SECRETARY),2006-01-21,30 228,2005-12-01,Nagar Palika Parishad Jaspur,Mohd.Umar (President),2006-01-21,3 2568/XX(3)-55/2003,2005-12-22,Shri N.S.Dhanik Addl.District and Session Judge IV Fast Track Court Dehradun,S.K.Das(PRINCIPAL SECRETARY),2006-01-21,30 2568/XX(3)/55/CBI/2003,2005-12-22,Regarding Fast Track Court Dehradun.,S.K.Das(PRINCIPAL SECRETARY),2006-01-21,30 @@ -177,6 +202,7 @@ 2568/XX(3)-55/2003,2005-12-22,Shri N.S.Dhanik Addl.District and Session Judge IV Fast Track Court Dehradun,S.K.Das(PRINCIPAL SECRETARY),2006-01-21,30 2568/XX(3)/55/CBI/2003,2005-12-22,Regarding Fast Track Court Dehradun.,S.K.Das(PRINCIPAL SECRETARY),2006-01-21,30 2568/XX(3)-55/2003,2005-12-22,Shri N.S.Dhanik Addl.District and Session Judge IV Fast Track Court Dehradun,S.K.Das(PRINCIPAL SECRETARY),2006-01-21,30 +2568/XX(3)/55/CBI/2003,2005-12-22,Regarding Fast Track Court Dehradun.,S.K.Das(PRINCIPAL SECRETARY),2006-01-21,30 "4619,4639 /II-2005-01(430)/2003",2005-12-22,Promotion to the Post of SE (Civil),N.Ravi Shankar(Secretary),2006-01-21,31 3289/form anu.-2004-2005,2005-12-15,Wrong Details given of the Income form,B.P.Pandey(Commissioner Tax Officer),2006-01-28,15 3633/form anu.-2004-2005,2006-01-13,Forms that has been lost by theft or has been misplaced,B.P.Pandey(Commissioner Tax Officer),2006-01-28,15 @@ -184,6 +210,7 @@ 07/I/2006-02(3)15/2004,2006-01-09,,N.Ravi Shankar(Secretary),2006-01-28,36 3289/form anu.-2004-2005,2005-12-15,Wrong Details given of the Income form,B.P.Pandey(Commissioner Tax Officer),2006-01-28,15 3633/form anu.-2004-2005,2006-01-13,Forms that has been lost by theft or has been misplaced,B.P.Pandey(Commissioner Tax Officer),2006-01-28,15 +3634/form anu.-2005-2006,2006-01-13,Wrong Information given of the forms that were lost by theft or had been misplaced,B.P.Pandey(Commissioner Tax Officer),2006-01-28,15 1564/XXVIII(1)-2004-27/2003,2006-10-19,"Establishment of Indian Health Parishad, Uttaranchal",S.K.Das(Chief Secretary),2006-01-28,34 07/I/2006-02(3)15/2004,2006-01-09,,N.Ravi Shankar(Secretary),2006-01-28,36 1564/XXVIII(1)-2004-27/2003,2006-10-19,"Establishment of Indian Health Parishad, Uttaranchal",S.K.Das(Chief Secretary),2006-01-28,34 @@ -195,12 +222,25 @@ 172/XIV/48/Admin.A/2003,2005-12-21,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 191/XIV/42/Admin.A/2003,2006-01-06,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 192/XIV/34/Admin.A/2003,2006-01-06,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +175/XIV/6/Admin.A/2005,2005-12-22,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +184/XIV/88/Admin-A/2003,2006-01-03,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +185/XIV/61/Admin. A/2003,2006-01-03,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +186/XIV/2/Admin. A/2003,2006-01-03,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +187/XIV/45/Admin. A/2003,2006-01-04,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +189/XIV/95/Admin.A/2003,2006-01-06,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 166/XIV/89/Admin.A/2003,2005-12-14,Leave acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 167/XIV/31/Admin.A/2003,2005-12-15,Leave acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 168/XIV/32/Admin.A/2003,2005-12-17,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 171/XIV/48/Admin.A/2003,2005-12-17,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 172/XIV/48/Admin.A/2003,2005-12-21,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 191/XIV/42/Admin.A/2003,2006-01-06,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +192/XIV/34/Admin.A/2003,2006-01-06,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +175/XIV/6/Admin.A/2005,2005-12-22,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +184/XIV/88/Admin-A/2003,2006-01-03,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +185/XIV/61/Admin. A/2003,2006-01-03,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +186/XIV/2/Admin. A/2003,2006-01-03,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +187/XIV/45/Admin. A/2003,2006-01-04,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +189/XIV/95/Admin.A/2003,2006-01-06,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 07/I/2006-02(3)15/2004,2006-01-09,,N.Ravi Shankar(Secretary),2006-01-28,36 3289/form anu.-2004-2005,2005-12-15,Wrong Details given of the Income form,B.P.Pandey(Commissioner Tax Officer),2006-01-28,15 3633/form anu.-2004-2005,2006-01-13,Forms that has been lost by theft or has been misplaced,B.P.Pandey(Commissioner Tax Officer),2006-01-28,15 @@ -215,6 +255,16 @@ 166/XIV/89/Admin.A/2003,2005-12-14,Leave acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 167/XIV/31/Admin.A/2003,2005-12-15,Leave acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 168/XIV/32/Admin.A/2003,2005-12-17,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 +171/XIV/48/Admin.A/2003,2005-12-17,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 +172/XIV/48/Admin.A/2003,2005-12-21,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 +191/XIV/42/Admin.A/2003,2006-01-06,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +192/XIV/34/Admin.A/2003,2006-01-06,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +175/XIV/6/Admin.A/2005,2005-12-22,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +184/XIV/88/Admin-A/2003,2006-01-03,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +185/XIV/61/Admin. A/2003,2006-01-03,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +186/XIV/2/Admin. A/2003,2006-01-03,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +187/XIV/45/Admin. A/2003,2006-01-04,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +189/XIV/95/Admin.A/2003,2006-01-06,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 166/XIV/89/Admin.A/2003,2005-12-14,Leave acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 167/XIV/31/Admin.A/2003,2005-12-15,Leave acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 168/XIV/32/Admin.A/2003,2005-12-17,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 @@ -223,12 +273,38 @@ 175/XIV/6/Admin.A/2005,2005-12-22,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 192/XIV/34/Admin.A/2003,2006-01-06,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 184/XIV/88/Admin-A/2003,2006-01-03,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +185/XIV/61/Admin. A/2003,2006-01-03,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +186/XIV/2/Admin. A/2003,2006-01-03,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +187/XIV/45/Admin. A/2003,2006-01-04,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +189/XIV/95/Admin.A/2003,2006-01-06,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +191/XIV/42/Admin.A/2003,2006-01-06,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 1564/XXVIII(1)-2004-27/2003,2006-10-19,"Establishment of Indian Health Parishad, Uttaranchal",S.K.Das(Chief Secretary),2006-01-28,34 166/XIV/89/Admin.A/2003,2005-12-14,Leave acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 167/XIV/31/Admin.A/2003,2005-12-15,Leave acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 168/XIV/32/Admin.A/2003,2005-12-17,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 +171/XIV/48/Admin.A/2003,2005-12-17,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 +172/XIV/48/Admin.A/2003,2005-12-21,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 +191/XIV/42/Admin.A/2003,2006-01-06,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +192/XIV/34/Admin.A/2003,2006-01-06,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +175/XIV/6/Admin.A/2005,2005-12-22,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +184/XIV/88/Admin-A/2003,2006-01-03,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +185/XIV/61/Admin. A/2003,2006-01-03,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +186/XIV/2/Admin. A/2003,2006-01-03,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +187/XIV/45/Admin. A/2003,2006-01-04,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +189/XIV/95/Admin.A/2003,2006-01-06,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 166/XIV/89/Admin.A/2003,2005-12-14,Leave acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 167/XIV/31/Admin.A/2003,2005-12-15,Leave acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 +168/XIV/32/Admin.A/2003,2005-12-17,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 +171/XIV/48/Admin.A/2003,2005-12-17,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 +172/XIV/48/Admin.A/2003,2005-12-21,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,13 +191/XIV/42/Admin.A/2003,2006-01-06,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +192/XIV/34/Admin.A/2003,2006-01-06,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +175/XIV/6/Admin.A/2005,2005-12-22,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +184/XIV/88/Admin-A/2003,2006-01-03,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +185/XIV/61/Admin. A/2003,2006-01-03,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +186/XIV/2/Admin. A/2003,2006-01-03,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +187/XIV/45/Admin. A/2003,2006-01-04,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 +189/XIV/95/Admin.A/2003,2006-01-06,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-01-28,14 46/XXXI(1)/2005-62(2)2004,2006-01-10,Promotion Orders,S.K.Das(Chief Secretary),2006-01-28,34 4034/30-1-2005,2005-10-07,"Apointment Shri M.Ramachandran,IAS,Principal Secretary",N.S.Napalchyal(PRINCIPAL SECRETARY),2006-02-04,38 3403/E-7,2005-12-20,Result For Asst.Engineer (civil) Irrigation Deptt.,B.B.L.Mittal(Director),2006-02-04,18 @@ -348,7 +424,11 @@ 11-19/XIV/2003,2006-02-21,Leave Sanction,Ravindra Maithani(Additional Registrar),2006-03-11,36 599/XX(1)/109/2004,2006-03-06,Regarding Garhwal University Exam -2006,Vibha Puri Das(PRINCIPAL SECRETARY),2006-03-11,125 4/Siksha/2006,2006-02-26,BTC Examination 2006,D.K.Kotiya(Secretary),2006-03-11,127 +11-19/XIV/2003,2006-02-21,Leave Sanction,Ravindra Maithani(Additional Registrar),2006-03-11,36 +11-19/XIV/2003,2006-02-21,Leave Sanction,Ravindra Maithani(Additional Registrar),2006-03-11,36 599/XX(1)/109/2004,2006-03-06,Regarding Garhwal University Exam -2006,Vibha Puri Das(PRINCIPAL SECRETARY),2006-03-11,125 +11-19/XIV/2003,2006-02-21,Leave Sanction,Ravindra Maithani(Additional Registrar),2006-03-11,36 +11-19/XIV/2003,2006-02-21,Leave Sanction,Ravindra Maithani(Additional Registrar),2006-03-11,36 599/XX(1)/109/2004,2006-03-06,Regarding Garhwal University Exam -2006,Vibha Puri Das(PRINCIPAL SECRETARY),2006-03-11,125 599/XX(1)/109/2004,2006-03-06,Regarding Garhwal University Exam -2006,Vibha Puri Das(PRINCIPAL SECRETARY),2006-03-11,125 599/XX(1)/109/2004,2006-03-06,Regarding Garhwal University Exam -2006,Vibha Puri Das(PRINCIPAL SECRETARY),2006-03-11,125 @@ -486,13 +566,23 @@ 38/UHC/Admin.A/2006,2006-04-10,Amendment in the rule 25 of Allahabad High Court Officers and Staff Rules 1976,V.K.Maheshwari(Additional Registrar),2006-04-29,55 39/XIV/37/Admin.A/2003,2006-04-17,Leave notification of Shri N.S.Dhanik,Ravinder Maithani(Additional Registrar),2006-04-29,56 2556/13-1-1,2006-03-30,Charge Transfer,S.K.Patnaik(Deputy Conservative Officer),2006-04-29,57 +38/UHC/Admin.A/2006,2006-04-10,Amendment in the rule 25 of Allahabad High Court Officers and Staff Rules 1976,V.K.Maheshwari(Additional Registrar),2006-04-29,55 +39/XIV/37/Admin.A/2003,2006-04-17,Leave notification of Shri N.S.Dhanik,Ravinder Maithani(Additional Registrar),2006-04-29,56 2556/13-1-1,2006-03-30,Charge Transfer,S.K.Patnaik(Deputy Conservative Officer),2006-04-29,57 +38/UHC/Admin.A/2006,2006-04-10,Amendment in the rule 25 of Allahabad High Court Officers and Staff Rules 1976,V.K.Maheshwari(Additional Registrar),2006-04-29,55 +39/XIV/37/Admin.A/2003,2006-04-17,Leave notification of Shri N.S.Dhanik,Ravinder Maithani(Additional Registrar),2006-04-29,56 +38/UHC/Admin.A/2006,2006-04-10,Amendment in the rule 25 of Allahabad High Court Officers and Staff Rules 1976,V.K.Maheshwari(Additional Registrar),2006-04-29,55 +39/XIV/37/Admin.A/2003,2006-04-17,Leave notification of Shri N.S.Dhanik,Ravinder Maithani(Additional Registrar),2006-04-29,56 416/XXVIII-2-2006-76/2006,2006-04-17,Promotion of Dr.R.C.Arya,ALOK KUMAR JAIN(Chief Secretary),2006-04-29,174 38/UHC/Admin.A/2006,2006-04-10,Amendment in the rule 25 of Allahabad High Court Officers and Staff Rules 1976,V.K.Maheshwari(Additional Registrar),2006-04-29,55 39/XIV/37/Admin.A/2003,2006-04-17,Leave notification of Shri N.S.Dhanik,Ravinder Maithani(Additional Registrar),2006-04-29,56 2556/13-1-1,2006-03-30,Charge Transfer,S.K.Patnaik(Deputy Conservative Officer),2006-04-29,57 69(9)/Advertisement,2006-03-25,,Suresh Agarwal(President),2006-04-29,7 2556/13-1-1,2006-03-30,Charge Transfer,S.K.Patnaik(Deputy Conservative Officer),2006-04-29,57 +38/UHC/Admin.A/2006,2006-04-10,Amendment in the rule 25 of Allahabad High Court Officers and Staff Rules 1976,V.K.Maheshwari(Additional Registrar),2006-04-29,55 +39/XIV/37/Admin.A/2003,2006-04-17,Leave notification of Shri N.S.Dhanik,Ravinder Maithani(Additional Registrar),2006-04-29,56 +38/UHC/Admin.A/2006,2006-04-10,Amendment in the rule 25 of Allahabad High Court Officers and Staff Rules 1976,V.K.Maheshwari(Additional Registrar),2006-04-29,55 +39/XIV/37/Admin.A/2003,2006-04-17,Leave notification of Shri N.S.Dhanik,Ravinder Maithani(Additional Registrar),2006-04-29,56 12/2005-06,2006-04-04,Nagar Palika Parishad Vikasnagar,Reena Agarwal(President),2006-05-06,11 388/XXIV(1)/2006,2006-04-22,Basic School Teacher BTC Exam,D.K.Kotiya(Secretary),2006-05-06,179 245/XXVII/8/Vanijyakar/2006,2006-03-29,Uttaranchal value Added tax 2005 ammendment in Schedule II (B),Indu Kumar Pande(PRINCIPAL SECRETARY),2006-05-06,178 @@ -518,6 +608,10 @@ 366/addhais-2-2006-47rit/2004,2006-05-23,Promotion of Dr. Neelam Kandari,ALOK KUMAR JAIN(Chief Secretary),2006-05-27,190 109/XXVII(9) Mno. Tax/06,2006-05-10,Correction Letter,L.M.Pant(Additional Registrar),2006-05-27,192 109/XXVII(9) Mno. Tax/06,2006-05-10,Correction Letter,L.M.Pant(Additional Registrar),2006-05-27,192 +45/XIV/11/Admin.A/2003,2006-05-06,Leave Notification,Ravinder Maithani(Additional Registrar),2006-05-27,73 +46/UHC/Admin.A/2006,2006-05-06,Notification to Sri R.D.Paliwal,Ravinder Maithani(Additional Registrar),2006-05-27,74 +47/XIV/40/Admin.A/2004,2006-05-09,Leave acceptance of Sri K.D.Bhatt,Ravinder Maithani(Additional Registrar),2006-05-27,74 +48/UHC/Admin.A/2006,2006-05-12,Charge given to Sri.R.C.Maulekhi,V.K.Maheshwari(Additional Registrar),2006-05-27,74 1730/tees-1-06-31(1)/2006,2006-05-16,Change of name of Ms.Neelam after marriage,Nrip Singh Napalchayal(Chief Secretary),2006-05-27,190 366/addhais-2-2006-47rit/2004,2006-05-23,Promotion of Dr. Neelam Kandari,ALOK KUMAR JAIN(Chief Secretary),2006-05-27,190 366/addhais-2-2006-47rit/2004,2006-05-23,Promotion of Dr. Neelam Kandari,ALOK KUMAR JAIN(Chief Secretary),2006-05-27,190 @@ -528,6 +622,7 @@ 463/XVII(1)-2/2006-06(27)/2005,2006-05-18,Nomination of Shri Asif Ali as a member of State Working Committee,RADHA RATURI(Secretary),2006-05-27,191 814/XVII(1)-01/2006-158(S.K.)/2003,2006-05-24,Nomination of Smt. Pushpa Giri as a member of Uttaranchal backward classes,RADHA RATURI(Secretary),2006-05-27,191 814/XVII(1)-01/2006-158(S.K.)2003,2006-05-24,,RADHA RATURI(Secretary),2006-05-27,191 +109/XXVII(9) Mno. Tax/06,2006-05-10,Correction Letter,L.M.Pant(Additional Registrar),2006-05-27,192 463/XVII(1)-2/2006-06(27)/2005,2006-05-18,,RADHA RATURI(Secretary),2006-05-27,191 299/XII/2005/95(01)2004 t.c.1,2006-05-05,,RADHA RATURI(Secretary),2006-05-27,190 462/XVII(1)-2/2006-06(27)/2005,2006-05-18,,RADHA RATURI(Secretary),2006-05-27,191 @@ -542,12 +637,23 @@ 299/XII/2005/95(01)2004 t.c.1,2006-05-05,,RADHA RATURI(Secretary),2006-05-27,190 462/XVII(1)-2/2006-06(27)/2005,2006-05-18,,RADHA RATURI(Secretary),2006-05-27,191 109/XXVII(9) Mno. Tax/06,2006-05-10,Correction Letter,L.M.Pant(Additional Registrar),2006-05-27,192 +45/XIV/11/Admin.A/2003,2006-05-06,Leave Notification,Ravinder Maithani(Additional Registrar),2006-05-27,73 +46/UHC/Admin.A/2006,2006-05-06,Notification to Sri R.D.Paliwal,Ravinder Maithani(Additional Registrar),2006-05-27,74 +47/XIV/40/Admin.A/2004,2006-05-09,Leave acceptance of Sri K.D.Bhatt,Ravinder Maithani(Additional Registrar),2006-05-27,74 +48/UHC/Admin.A/2006,2006-05-12,Charge given to Sri.R.C.Maulekhi,V.K.Maheshwari(Additional Registrar),2006-05-27,74 +45/XIV/11/Admin.A/2003,2006-05-06,Leave Notification,Ravinder Maithani(Additional Registrar),2006-05-27,73 +46/UHC/Admin.A/2006,2006-05-06,Notification to Sri R.D.Paliwal,Ravinder Maithani(Additional Registrar),2006-05-27,74 +47/XIV/40/Admin.A/2004,2006-05-09,Leave acceptance of Sri K.D.Bhatt,Ravinder Maithani(Additional Registrar),2006-05-27,74 +48/UHC/Admin.A/2006,2006-05-12,Charge given to Sri.R.C.Maulekhi,V.K.Maheshwari(Additional Registrar),2006-05-27,74 45/XIV/11/Admin.A/2003,2006-05-06,Leave Notification,Ravinder Maithani(Additional Registrar),2006-05-27,73 46/UHC/Admin.A/2006,2006-05-06,Notification to Sri R.D.Paliwal,Ravinder Maithani(Additional Registrar),2006-05-27,74 47/XIV/40/Admin.A/2004,2006-05-09,Leave acceptance of Sri K.D.Bhatt,Ravinder Maithani(Additional Registrar),2006-05-27,74 48/UHC/Admin.A/2006,2006-05-12,Charge given to Sri.R.C.Maulekhi,V.K.Maheshwari(Additional Registrar),2006-05-27,74 109/XXVII(9) Mno. Tax/06,2006-05-10,Correction Letter,L.M.Pant(Additional Registrar),2006-05-27,192 45/XIV/11/Admin.A/2003,2006-05-06,Leave Notification,Ravinder Maithani(Additional Registrar),2006-05-27,73 +46/UHC/Admin.A/2006,2006-05-06,Notification to Sri R.D.Paliwal,Ravinder Maithani(Additional Registrar),2006-05-27,74 +47/XIV/40/Admin.A/2004,2006-05-09,Leave acceptance of Sri K.D.Bhatt,Ravinder Maithani(Additional Registrar),2006-05-27,74 +48/UHC/Admin.A/2006,2006-05-12,Charge given to Sri.R.C.Maulekhi,V.K.Maheshwari(Additional Registrar),2006-05-27,74 1730/tees-1-06-31(1)/2006,2006-05-16,Change of name of Ms.Neelam after marriage,Nrip Singh Napalchayal(Chief Secretary),2006-05-27,190 366/addhais-2-2006-47rit/2004,2006-05-23,Promotion of Dr. Neelam Kandari,ALOK KUMAR JAIN(Chief Secretary),2006-05-27,190 109/XXVII(9) Mno. Tax/06,2006-05-10,Correction Letter,L.M.Pant(Additional Registrar),2006-05-27,192 @@ -560,6 +666,7 @@ 816/XX(3)-54-Police/2005,2006-04-26,Police Act 1861,Vibha Puri Das(PRINCIPAL SECRETARY),2006-06-03,196 816/XX(3)-54-Police/2005,2006-04-26,Police Act 1861,Vibha Puri Das(PRINCIPAL SECRETARY),2006-06-03,196 816/XX(3)-54-Police/2005,2006-04-26,Police Act 1861,Vibha Puri Das(PRINCIPAL SECRETARY),2006-06-03,196 +816/XX(3)-54-Police/2005,2006-04-26,Police Act 1861,Vibha Puri Das(PRINCIPAL SECRETARY),2006-06-03,196 1106/Licence/06,2006-05-15,Licence Cancel Shri Laxman Singh,RTO Pauri(RTO),2006-06-03,77 130/Licence,2006-04-25,Licence Cancel,RTO Haridwar (RTO),2006-06-03,77 4665/II-2006-1/03,2006-03-21,Shri Navneet Kumar Sharma Promoted to Post of Executive Engineer,N.Ravi Shankar(PRINCIPAL SECRETARY),2006-06-03,199 @@ -628,11 +735,14 @@ 4481/Ayukt Kar,2006-03-13,Series UM/D 2005 -00001-030000,B.B.Pande(Commissioner Tax Officer),2006-06-17,82 174/VII/14/2006,2006-06-03,,S.Raju(Secretary),2006-06-17,219 21/XVI/71/Pras.Anu,2006-03-07,Leave Sanction,Ravindra Maithani(Additional Registrar),2006-06-17,81 +21/XVI/71/Pras.Anu,2006-03-07,Leave Sanction,Ravindra Maithani(Additional Registrar),2006-06-17,81 5860/A.bhi/05-06,2006-02-08,Pay Scale after 14/16 year Service .,Madan Lal (Director),2006-06-17,81 4481/Ayukt Kar,2006-03-13,Series UM/D 2005 -00001-030000,B.B.Pande(Commissioner Tax Officer),2006-06-17,82 +21/XVI/71/Pras.Anu,2006-03-07,Leave Sanction,Ravindra Maithani(Additional Registrar),2006-06-17,81 560/XXVII/8/Vanijyakar,2006-06-05,Amendment Earlier Notification 04/XXVII/8/Vanijya kar dt.21.1.2006.,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-06-17,210 174/VII/14/2006,2006-06-03,,S.Raju(Secretary),2006-06-17,219 560/XXVII/8/Vanijyakar,2006-06-05,Amendment Earlier Notification 04/XXVII/8/Vanijya kar dt.21.1.2006.,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-06-17,210 +21/XVI/71/Pras.Anu,2006-03-07,Leave Sanction,Ravindra Maithani(Additional Registrar),2006-06-17,81 385/I/2006-2-(2)/10/02,2006-03-07,Uttaranchal Electricity Regulatory Commission Salary allowance Rules,N.Ravi Shankar(PRINCIPAL SECRETARY),2006-06-17,211 700/XV-1(1)/25/2005,2006-02-18,,Naveen Chandra Sharma(Secretary),2006-06-17,220 700/XV-1(1)/25/2005,2006-02-18,,Naveen Chandra Sharma(Secretary),2006-06-17,220 @@ -650,6 +760,14 @@ 570/XXVII(8)/VAT/2006,2006-06-13,Repair in Diesel and Spirit Prices,INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-06-24,223 13/XXVII(8)/VAT/2006,2006-05-23,Correction of GO No. 04/XXVII(8)/VAT/2006,INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-06-24,222 564/XXVII(8)/VAT/2006,2006-06-05,,INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-06-24,222 +569//XXVII(8)/VAT/2006,2006-06-12,"Uttaranchal Value Added Tax(Amendment),2006",INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-06-24,222 +570/XXVII(8)/VAT/2006,2006-06-13,Repair in Diesel and Spirit Prices,INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-06-24,223 +56/XIII-e/3/Admin.A/2005,2006-05-26,Leave acceptance of Shri Chiranji Lal,Ravinder Maithani(Additional Registrar),2006-06-24,83 +58/XIV/51/Admin.A/2003,2006-06-05,Leave acceptance of Shri H.S.Bonal,Ravinder Maithani(Additional Registrar),2006-06-24,83 +59/XIV/44Admin.A/2003,2006-06-06,Leave acceptance of Shri. Girdhar Singh Dhramshaktu,Ravinder Maithani(Additional Registrar),2006-06-24,83 +56/XIII-e/3/Admin.A/2005,2006-05-26,Leave acceptance of Shri Chiranji Lal,Ravinder Maithani(Additional Registrar),2006-06-24,83 +58/XIV/51/Admin.A/2003,2006-06-05,Leave acceptance of Shri H.S.Bonal,Ravinder Maithani(Additional Registrar),2006-06-24,83 +59/XIV/44Admin.A/2003,2006-06-06,Leave acceptance of Shri. Girdhar Singh Dhramshaktu,Ravinder Maithani(Additional Registrar),2006-06-24,83 56/XIII-e/3/Admin.A/2005,2006-05-26,Leave acceptance of Shri Chiranji Lal,Ravinder Maithani(Additional Registrar),2006-06-24,83 58/XIV/51/Admin.A/2003,2006-06-05,Leave acceptance of Shri H.S.Bonal,Ravinder Maithani(Additional Registrar),2006-06-24,83 59/XIV/44Admin.A/2003,2006-06-06,Leave acceptance of Shri. Girdhar Singh Dhramshaktu,Ravinder Maithani(Additional Registrar),2006-06-24,83 @@ -658,7 +776,15 @@ 569//XXVII(8)/VAT/2006,2006-06-12,"Uttaranchal Value Added Tax(Amendment),2006",INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-06-24,222 570/XXVII(8)/VAT/2006,2006-06-13,Repair in Diesel and Spirit Prices,INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-06-24,223 13/XXVII(8)/VAT/2006,2006-05-23,Correction of GO No. 04/XXVII(8)/VAT/2006,INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-06-24,222 +564/XXVII(8)/VAT/2006,2006-06-05,,INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-06-24,222 +569//XXVII(8)/VAT/2006,2006-06-12,"Uttaranchal Value Added Tax(Amendment),2006",INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-06-24,222 +570/XXVII(8)/VAT/2006,2006-06-13,Repair in Diesel and Spirit Prices,INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-06-24,223 56/XIII-e/3/Admin.A/2005,2006-05-26,Leave acceptance of Shri Chiranji Lal,Ravinder Maithani(Additional Registrar),2006-06-24,83 +58/XIV/51/Admin.A/2003,2006-06-05,Leave acceptance of Shri H.S.Bonal,Ravinder Maithani(Additional Registrar),2006-06-24,83 +59/XIV/44Admin.A/2003,2006-06-06,Leave acceptance of Shri. Girdhar Singh Dhramshaktu,Ravinder Maithani(Additional Registrar),2006-06-24,83 +56/XIII-e/3/Admin.A/2005,2006-05-26,Leave acceptance of Shri Chiranji Lal,Ravinder Maithani(Additional Registrar),2006-06-24,83 +58/XIV/51/Admin.A/2003,2006-06-05,Leave acceptance of Shri H.S.Bonal,Ravinder Maithani(Additional Registrar),2006-06-24,83 +59/XIV/44Admin.A/2003,2006-06-06,Leave acceptance of Shri. Girdhar Singh Dhramshaktu,Ravinder Maithani(Additional Registrar),2006-06-24,83 56/2006/Nya-Aunbhag-III,2006-03-06,Election commission of India,K.F.Wilfred(Secretary),2006-07-01,73 56/2006/Nya-Aunbhag-III,2006-03-06,Election commission of India,K.F.Wilfred(Secretary),2006-07-01,73 925(i)/XXIII/2004/150/2002,2006-06-19,Promoted to the Post of Asst.Excise Officer,Naveen Chandra Sharma(Secretary),2006-07-01,226 @@ -689,6 +815,7 @@ 362/XV-1/2(61)/2006,2006-06-08,Promotion of Shri Naveen Chandra Joshi,Naveen Chandra Sharma(Secretary),2006-07-22,248 672/XXVIII-2-2006-67rit/2006,2006-06-24,Promotion Orders ofShri Semwal,ALOK KUMAR JAIN(PRINCIPAL SECRETARY),2006-07-22,248 985/XXXI(1)/04-1(100)/2006,2006-07-05,Promotion,Rajeev Gupta(Chief Secretary),2006-07-29,252 +3218/XX(3)/14/CBI/2006,2006-07-13,Extension of powers and jurisdictionof the members of the Delhi Special Police establishment for investigation of Crime No. 1309/2006,VIBHA PURI DAS(PRINCIPAL SECRETARY),2006-07-29,252 363/XV-1/4(24)/2005,2006-06-12,Promotion,Naveen Chandra Sharma(Secretary),2006-07-29,254 480/XV-1/06/4(24)/2005,2006-07-05,Promotion Order of Dr. B.P.Bhatt,Naveen Chandra Sharma(Secretary),2006-07-29,254 481/XV-1/06/4(24)/2005,2006-07-05,Promotion of Dr. Rajendra Prasad Sharma,Naveen Chandra Sharma(Secretary),2006-07-29,254 @@ -702,15 +829,43 @@ 100/UHC/Admin.A/2006,2006-07-14,Transfer Order of Sri. Nandan Singh,V.K.Maheshwari(Additional Registrar),2006-07-29,100 102/XIII-e-2/Admin.A/2003,2006-07-15,Leave acceptance of Shri Naresh Chandra Dubey,Ravinder Maithani(Additional Registrar),2006-07-29,100 103/UHC/Admin.A/2006,2006-07-15,Taking the charge of Additional Judge of the court by Shri Brahma Singh Verma,V.K.Maheshwari(Additional Registrar),2006-07-29,101 +104/XIV/32/Admin.A/2003,2006-07-17,Leave acceptance of Shri Ramesh Chandra Kukreti,Ravinder Maithani(Additional Registrar),2006-07-29,101 +94/XIV/26/prasha.anu.-a/2003,2006-07-07,Leave acceptance of Shri Sarvesh Kumar Gupta,Ravinder Maithani(Additional Registrar),2006-07-29,99 +95/XIV/1/Pra.Anu.-a/2005,2006-07-07,Leave Acceptance of Shri Madan Chandra Gupta,Ravinder Maithani(Additional Registrar),2006-07-29,99 +96/XIV/51/Pra.Anu.-a/2003,2006-07-07,Leave acceptance of Dr.H.S.Bonal,Ravinder Maithani(Additional Registrar),2006-07-29,99 104/XIV/32/Admin.A/2003,2006-07-17,Leave acceptance of Shri Ramesh Chandra Kukreti,Ravinder Maithani(Additional Registrar),2006-07-29,101 +97/XIV/46/Pra.Anu.-a/2003,2006-07-11,Leave acceptance of Dr.B.S.Dugtaal,Ravinder Maithani(Additional Registrar),2006-07-29,99 +98/XIV/82/Pra.Anu.-a/2003,2006-07-13,Leave acceptance of Smt. Preetu Sharma,Ravinder Maithani(Additional Registrar),2006-07-29,100 +99/UHC/Admin.A/2006,2006-07-14,Transfer order of Ms Anjushree Juyal,V.K.Maheshwari(Additional Registrar),2006-07-29,100 +100/UHC/Admin.A/2006,2006-07-14,Transfer Order of Sri. Nandan Singh,V.K.Maheshwari(Additional Registrar),2006-07-29,100 +102/XIII-e-2/Admin.A/2003,2006-07-15,Leave acceptance of Shri Naresh Chandra Dubey,Ravinder Maithani(Additional Registrar),2006-07-29,100 +103/UHC/Admin.A/2006,2006-07-15,Taking the charge of Additional Judge of the court by Shri Brahma Singh Verma,V.K.Maheshwari(Additional Registrar),2006-07-29,101 429/UCL/2006(appeal),2006-07-09,Designation of District Election Officers of each district in the state of Uttaranchal,Lalit Mohan(Secretary),2006-07-29,145 3218/XX(3)/14/CBI/2006,2006-07-13,Extension of powers and jurisdictionof the members of the Delhi Special Police establishment for investigation of Crime No. 1309/2006,VIBHA PURI DAS(PRINCIPAL SECRETARY),2006-07-29,252 429/UCL/2006(appeal),2006-07-09,Designation of District Election Officers of each district in the state of Uttaranchal,Lalit Mohan(Secretary),2006-07-29,145 1983/VII-2-06/05-Khadi/2001,2006-07-12,Discount on Gandhi Jayanti,Sanjeev Chpora(Secretary),2006-07-29,253 +94/XIV/26/prasha.anu.-a/2003,2006-07-07,Leave acceptance of Shri Sarvesh Kumar Gupta,Ravinder Maithani(Additional Registrar),2006-07-29,99 +95/XIV/1/Pra.Anu.-a/2005,2006-07-07,Leave Acceptance of Shri Madan Chandra Gupta,Ravinder Maithani(Additional Registrar),2006-07-29,99 +96/XIV/51/Pra.Anu.-a/2003,2006-07-07,Leave acceptance of Dr.H.S.Bonal,Ravinder Maithani(Additional Registrar),2006-07-29,99 +104/XIV/32/Admin.A/2003,2006-07-17,Leave acceptance of Shri Ramesh Chandra Kukreti,Ravinder Maithani(Additional Registrar),2006-07-29,101 +97/XIV/46/Pra.Anu.-a/2003,2006-07-11,Leave acceptance of Dr.B.S.Dugtaal,Ravinder Maithani(Additional Registrar),2006-07-29,99 +98/XIV/82/Pra.Anu.-a/2003,2006-07-13,Leave acceptance of Smt. Preetu Sharma,Ravinder Maithani(Additional Registrar),2006-07-29,100 +99/UHC/Admin.A/2006,2006-07-14,Transfer order of Ms Anjushree Juyal,V.K.Maheshwari(Additional Registrar),2006-07-29,100 +100/UHC/Admin.A/2006,2006-07-14,Transfer Order of Sri. Nandan Singh,V.K.Maheshwari(Additional Registrar),2006-07-29,100 +102/XIII-e-2/Admin.A/2003,2006-07-15,Leave acceptance of Shri Naresh Chandra Dubey,Ravinder Maithani(Additional Registrar),2006-07-29,100 +103/UHC/Admin.A/2006,2006-07-15,Taking the charge of Additional Judge of the court by Shri Brahma Singh Verma,V.K.Maheshwari(Additional Registrar),2006-07-29,101 985/XXXI(1)/04-1(100)/2006,2006-07-05,Promotion,Rajeev Gupta(Chief Secretary),2006-07-29,252 94/XIV/26/prasha.anu.-a/2003,2006-07-07,Leave acceptance of Shri Sarvesh Kumar Gupta,Ravinder Maithani(Additional Registrar),2006-07-29,99 95/XIV/1/Pra.Anu.-a/2005,2006-07-07,Leave Acceptance of Shri Madan Chandra Gupta,Ravinder Maithani(Additional Registrar),2006-07-29,99 96/XIV/51/Pra.Anu.-a/2003,2006-07-07,Leave acceptance of Dr.H.S.Bonal,Ravinder Maithani(Additional Registrar),2006-07-29,99 +104/XIV/32/Admin.A/2003,2006-07-17,Leave acceptance of Shri Ramesh Chandra Kukreti,Ravinder Maithani(Additional Registrar),2006-07-29,101 +97/XIV/46/Pra.Anu.-a/2003,2006-07-11,Leave acceptance of Dr.B.S.Dugtaal,Ravinder Maithani(Additional Registrar),2006-07-29,99 +98/XIV/82/Pra.Anu.-a/2003,2006-07-13,Leave acceptance of Smt. Preetu Sharma,Ravinder Maithani(Additional Registrar),2006-07-29,100 +99/UHC/Admin.A/2006,2006-07-14,Transfer order of Ms Anjushree Juyal,V.K.Maheshwari(Additional Registrar),2006-07-29,100 +100/UHC/Admin.A/2006,2006-07-14,Transfer Order of Sri. Nandan Singh,V.K.Maheshwari(Additional Registrar),2006-07-29,100 +102/XIII-e-2/Admin.A/2003,2006-07-15,Leave acceptance of Shri Naresh Chandra Dubey,Ravinder Maithani(Additional Registrar),2006-07-29,100 +103/UHC/Admin.A/2006,2006-07-15,Taking the charge of Additional Judge of the court by Shri Brahma Singh Verma,V.K.Maheshwari(Additional Registrar),2006-07-29,101 +3218/XX(3)/14/CBI/2006,2006-07-13,Extension of powers and jurisdictionof the members of the Delhi Special Police establishment for investigation of Crime No. 1309/2006,VIBHA PURI DAS(PRINCIPAL SECRETARY),2006-07-29,252 3218/XX(3)/14/CBI/2006,2006-07-13,Extension of powers and jurisdictionof the members of the Delhi Special Police establishment for investigation of Crime No. 1309/2006,VIBHA PURI DAS(PRINCIPAL SECRETARY),2006-07-29,252 348/char-5/ (2006),2006-06-28,Result of Civil Sewa exam -1(officer branch) that was held on 29-05-2006 - 04-06-2006 by Uttaranchal Management Academy,Rajeev Shah(Joint Director),2006-07-29,101 3218/XX(3)/14/CBI/2006,2006-07-13,Extension of powers and jurisdictionof the members of the Delhi Special Police establishment for investigation of Crime No. 1309/2006,VIBHA PURI DAS(PRINCIPAL SECRETARY),2006-07-29,252 @@ -725,6 +880,12 @@ 95/XIV/1/Pra.Anu.-a/2005,2006-07-07,Leave Acceptance of Shri Madan Chandra Gupta,Ravinder Maithani(Additional Registrar),2006-07-29,99 96/XIV/51/Pra.Anu.-a/2003,2006-07-07,Leave acceptance of Dr.H.S.Bonal,Ravinder Maithani(Additional Registrar),2006-07-29,99 104/XIV/32/Admin.A/2003,2006-07-17,Leave acceptance of Shri Ramesh Chandra Kukreti,Ravinder Maithani(Additional Registrar),2006-07-29,101 +97/XIV/46/Pra.Anu.-a/2003,2006-07-11,Leave acceptance of Dr.B.S.Dugtaal,Ravinder Maithani(Additional Registrar),2006-07-29,99 +98/XIV/82/Pra.Anu.-a/2003,2006-07-13,Leave acceptance of Smt. Preetu Sharma,Ravinder Maithani(Additional Registrar),2006-07-29,100 +99/UHC/Admin.A/2006,2006-07-14,Transfer order of Ms Anjushree Juyal,V.K.Maheshwari(Additional Registrar),2006-07-29,100 +100/UHC/Admin.A/2006,2006-07-14,Transfer Order of Sri. Nandan Singh,V.K.Maheshwari(Additional Registrar),2006-07-29,100 +102/XIII-e-2/Admin.A/2003,2006-07-15,Leave acceptance of Shri Naresh Chandra Dubey,Ravinder Maithani(Additional Registrar),2006-07-29,100 +103/UHC/Admin.A/2006,2006-07-15,Taking the charge of Additional Judge of the court by Shri Brahma Singh Verma,V.K.Maheshwari(Additional Registrar),2006-07-29,101 363/XV-1/4(24)/2005,2006-06-12,Promotion,Naveen Chandra Sharma(Secretary),2006-07-29,254 480/XV-1/06/4(24)/2005,2006-07-05,Promotion Order of Dr. B.P.Bhatt,Naveen Chandra Sharma(Secretary),2006-07-29,254 481/XV-1/06/4(24)/2005,2006-07-05,Promotion of Dr. Rajendra Prasad Sharma,Naveen Chandra Sharma(Secretary),2006-07-29,254 @@ -740,11 +901,43 @@ 480/XV-1/06/4(24)/2005,2006-07-05,Promotion Order of Dr. B.P.Bhatt,Naveen Chandra Sharma(Secretary),2006-07-29,254 481/XV-1/06/4(24)/2005,2006-07-05,Promotion of Dr. Rajendra Prasad Sharma,Naveen Chandra Sharma(Secretary),2006-07-29,254 482/XV-1/06/4(24)/2005,2006-07-05,"Promotion of Dr. Ashok Kumar, Pathalogist",Naveen Chandra Sharma(Secretary),2006-07-29,254 +94/XIV/26/prasha.anu.-a/2003,2006-07-07,Leave acceptance of Shri Sarvesh Kumar Gupta,Ravinder Maithani(Additional Registrar),2006-07-29,99 +95/XIV/1/Pra.Anu.-a/2005,2006-07-07,Leave Acceptance of Shri Madan Chandra Gupta,Ravinder Maithani(Additional Registrar),2006-07-29,99 +96/XIV/51/Pra.Anu.-a/2003,2006-07-07,Leave acceptance of Dr.H.S.Bonal,Ravinder Maithani(Additional Registrar),2006-07-29,99 +104/XIV/32/Admin.A/2003,2006-07-17,Leave acceptance of Shri Ramesh Chandra Kukreti,Ravinder Maithani(Additional Registrar),2006-07-29,101 +97/XIV/46/Pra.Anu.-a/2003,2006-07-11,Leave acceptance of Dr.B.S.Dugtaal,Ravinder Maithani(Additional Registrar),2006-07-29,99 +98/XIV/82/Pra.Anu.-a/2003,2006-07-13,Leave acceptance of Smt. Preetu Sharma,Ravinder Maithani(Additional Registrar),2006-07-29,100 +99/UHC/Admin.A/2006,2006-07-14,Transfer order of Ms Anjushree Juyal,V.K.Maheshwari(Additional Registrar),2006-07-29,100 +100/UHC/Admin.A/2006,2006-07-14,Transfer Order of Sri. Nandan Singh,V.K.Maheshwari(Additional Registrar),2006-07-29,100 +102/XIII-e-2/Admin.A/2003,2006-07-15,Leave acceptance of Shri Naresh Chandra Dubey,Ravinder Maithani(Additional Registrar),2006-07-29,100 +103/UHC/Admin.A/2006,2006-07-15,Taking the charge of Additional Judge of the court by Shri Brahma Singh Verma,V.K.Maheshwari(Additional Registrar),2006-07-29,101 363/XV-1/4(24)/2005,2006-06-12,Promotion,Naveen Chandra Sharma(Secretary),2006-07-29,254 480/XV-1/06/4(24)/2005,2006-07-05,Promotion Order of Dr. B.P.Bhatt,Naveen Chandra Sharma(Secretary),2006-07-29,254 481/XV-1/06/4(24)/2005,2006-07-05,Promotion of Dr. Rajendra Prasad Sharma,Naveen Chandra Sharma(Secretary),2006-07-29,254 482/XV-1/06/4(24)/2005,2006-07-05,"Promotion of Dr. Ashok Kumar, Pathalogist",Naveen Chandra Sharma(Secretary),2006-07-29,254 +94/XIV/26/prasha.anu.-a/2003,2006-07-07,Leave acceptance of Shri Sarvesh Kumar Gupta,Ravinder Maithani(Additional Registrar),2006-07-29,99 +95/XIV/1/Pra.Anu.-a/2005,2006-07-07,Leave Acceptance of Shri Madan Chandra Gupta,Ravinder Maithani(Additional Registrar),2006-07-29,99 +96/XIV/51/Pra.Anu.-a/2003,2006-07-07,Leave acceptance of Dr.H.S.Bonal,Ravinder Maithani(Additional Registrar),2006-07-29,99 +104/XIV/32/Admin.A/2003,2006-07-17,Leave acceptance of Shri Ramesh Chandra Kukreti,Ravinder Maithani(Additional Registrar),2006-07-29,101 +97/XIV/46/Pra.Anu.-a/2003,2006-07-11,Leave acceptance of Dr.B.S.Dugtaal,Ravinder Maithani(Additional Registrar),2006-07-29,99 +98/XIV/82/Pra.Anu.-a/2003,2006-07-13,Leave acceptance of Smt. Preetu Sharma,Ravinder Maithani(Additional Registrar),2006-07-29,100 +99/UHC/Admin.A/2006,2006-07-14,Transfer order of Ms Anjushree Juyal,V.K.Maheshwari(Additional Registrar),2006-07-29,100 +100/UHC/Admin.A/2006,2006-07-14,Transfer Order of Sri. Nandan Singh,V.K.Maheshwari(Additional Registrar),2006-07-29,100 +102/XIII-e-2/Admin.A/2003,2006-07-15,Leave acceptance of Shri Naresh Chandra Dubey,Ravinder Maithani(Additional Registrar),2006-07-29,100 +103/UHC/Admin.A/2006,2006-07-15,Taking the charge of Additional Judge of the court by Shri Brahma Singh Verma,V.K.Maheshwari(Additional Registrar),2006-07-29,101 +3218/XX(3)/14/CBI/2006,2006-07-13,Extension of powers and jurisdictionof the members of the Delhi Special Police establishment for investigation of Crime No. 1309/2006,VIBHA PURI DAS(PRINCIPAL SECRETARY),2006-07-29,252 +94/XIV/26/prasha.anu.-a/2003,2006-07-07,Leave acceptance of Shri Sarvesh Kumar Gupta,Ravinder Maithani(Additional Registrar),2006-07-29,99 +95/XIV/1/Pra.Anu.-a/2005,2006-07-07,Leave Acceptance of Shri Madan Chandra Gupta,Ravinder Maithani(Additional Registrar),2006-07-29,99 +96/XIV/51/Pra.Anu.-a/2003,2006-07-07,Leave acceptance of Dr.H.S.Bonal,Ravinder Maithani(Additional Registrar),2006-07-29,99 +104/XIV/32/Admin.A/2003,2006-07-17,Leave acceptance of Shri Ramesh Chandra Kukreti,Ravinder Maithani(Additional Registrar),2006-07-29,101 +97/XIV/46/Pra.Anu.-a/2003,2006-07-11,Leave acceptance of Dr.B.S.Dugtaal,Ravinder Maithani(Additional Registrar),2006-07-29,99 +98/XIV/82/Pra.Anu.-a/2003,2006-07-13,Leave acceptance of Smt. Preetu Sharma,Ravinder Maithani(Additional Registrar),2006-07-29,100 +99/UHC/Admin.A/2006,2006-07-14,Transfer order of Ms Anjushree Juyal,V.K.Maheshwari(Additional Registrar),2006-07-29,100 +100/UHC/Admin.A/2006,2006-07-14,Transfer Order of Sri. Nandan Singh,V.K.Maheshwari(Additional Registrar),2006-07-29,100 +102/XIII-e-2/Admin.A/2003,2006-07-15,Leave acceptance of Shri Naresh Chandra Dubey,Ravinder Maithani(Additional Registrar),2006-07-29,100 +103/UHC/Admin.A/2006,2006-07-15,Taking the charge of Additional Judge of the court by Shri Brahma Singh Verma,V.K.Maheshwari(Additional Registrar),2006-07-29,101 3218/XX(3)/14/CBI/2006,2006-07-13,Extension of powers and jurisdictionof the members of the Delhi Special Police establishment for investigation of Crime No. 1309/2006,VIBHA PURI DAS(PRINCIPAL SECRETARY),2006-07-29,252 +3218/XX(3)/14/CBI/2006,2006-07-13,Extension of powers and jurisdictionof the members of the Delhi Special Police establishment for investigation of Crime No. 1309/2006,VIBHA PURI DAS(PRINCIPAL SECRETARY),2006-07-29,252 411/XXXVIII/(1)-6-173/2006,2006-07-25,Regarding E-Governance,P.C.Sharma(PRINCIPAL SECRETARY),2006-08-19,297 682/XXVIII/2-2006-76/2006,2006-06-28,Promotion - post of Upper Director,Alok Kumar Jain(PRINCIPAL SECRETARY),2006-08-19,296 1218/XII/2005/3(2)/2003,2006-07-21,Regarding Promotion to the post of Director,Om Prakash(Secretary),2006-08-19,304 @@ -755,6 +948,11 @@ 682/XXVIII/2-2006-76/2006,2006-06-28,Promotion - post of Upper Director,Alok Kumar Jain(PRINCIPAL SECRETARY),2006-08-19,296 682/XXVIII/2-2006-76/2006,2006-06-28,Promotion - post of Upper Director,Alok Kumar Jain(PRINCIPAL SECRETARY),2006-08-19,296 2104/G.S./7/2006,2006-08-02,Promotion Personel Sectretary Gd-I,N.Ravi Shankar(PRINCIPAL SECRETARY),2006-08-19,296 +111/UHCAdmin.A/2006,2006-08-03,"Appointment of Additional Director,Uttaranchal Judicial and Legal Academy, Nainital",V.K.Maheshwari(Additional Registrar),2006-08-26,110 +112/UHC/Admin.A/2006,2006-08-04,Promotion to the post of Private Secretary,V.K.Maheshwari(Additional Registrar),2006-08-26,110 +113/XIV/35/Admin. A/2003,2006-08-04,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-08-26,110 +114/XIV/11/Admin.A/2003,2006-08-05,Leave Acceptance of Shri. R.P.Pandey,Ravinder Maithani(Additional Registrar),2006-08-26,110 +115/XIV/15/Admin.A/2003,2006-08-05,Leave Acceptance of Shri Kali Shankar Shukla,Ravinder Maithani(Additional Registrar),2006-08-26,110 250/XXVII(6)/2006,2006-07-18,Promotion Orders,INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-08-26,309 252/XXVII(6)/2006,2006-07-18,Promotion order of Shri Nand Nandan Thapiyal,INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-08-26,310 3439/XX(3)-55/V.Nya./2003,2006-08-11,Appointment of District and Session Judge,VIBHA PURI DAS(PRINCIPAL SECRETARY),2006-08-26,311 @@ -762,7 +960,11 @@ 543/XXVIII-3-2006-36/2006,2006-07-03,Appointment,ALOK KUMAR JAIN(PRINCIPAL SECRETARY),2006-08-26,306 393/XXVIII-5-2006-66/2005,2006-08-10,Name change of health center in Baleshwar Chamiyal,ALOK KUMAR JAIN(PRINCIPAL SECRETARY),2006-08-26,310 772/XXVIII-3-2006/36/2006,2006-08-11,Appointment of Food Inspector,ALOK KUMAR JAIN(PRINCIPAL SECRETARY),2006-08-26,311 +250/XXVII(6)/2006,2006-07-18,Promotion Orders,INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-08-26,309 +252/XXVII(6)/2006,2006-07-18,Promotion order of Shri Nand Nandan Thapiyal,INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-08-26,310 +3439/XX(3)-55/V.Nya./2003,2006-08-11,Appointment of District and Session Judge,VIBHA PURI DAS(PRINCIPAL SECRETARY),2006-08-26,311 4310/tees-1-2006-18(15)/2002,2006-08-01,Promotion of Shri Manmohan Singh,Nrip Singh Napalchayal(PRINCIPAL SECRETARY),2006-08-26,310 +3439/XX(3)-55/V.Nya./2003,2006-08-11,Appointment of District and Session Judge,VIBHA PURI DAS(PRINCIPAL SECRETARY),2006-08-26,311 3439/XX(3)-55/V.Nya./2003,2006-08-11,Appointment of District and Session Judge,VIBHA PURI DAS(PRINCIPAL SECRETARY),2006-08-26,311 250/XXVII(6)/2006,2006-07-18,Promotion Orders,INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-08-26,309 252/XXVII(6)/2006,2006-07-18,Promotion order of Shri Nand Nandan Thapiyal,INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-08-26,310 @@ -773,17 +975,42 @@ 3439/XX(3)-55/V.Nya./2003,2006-08-11,Appointment of District and Session Judge,VIBHA PURI DAS(PRINCIPAL SECRETARY),2006-08-26,311 1074/VIII/52-Admin./2005,2006-08-07,Re-establishment of Institute of Management Commitee,S.Raju(Secretary),2006-08-26,314 3439/XX(3)-55/V.Nya./2003,2006-08-11,Appointment of District and Session Judge,VIBHA PURI DAS(PRINCIPAL SECRETARY),2006-08-26,311 +111/UHCAdmin.A/2006,2006-08-03,"Appointment of Additional Director,Uttaranchal Judicial and Legal Academy, Nainital",V.K.Maheshwari(Additional Registrar),2006-08-26,110 +112/UHC/Admin.A/2006,2006-08-04,Promotion to the post of Private Secretary,V.K.Maheshwari(Additional Registrar),2006-08-26,110 +113/XIV/35/Admin. A/2003,2006-08-04,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-08-26,110 +114/XIV/11/Admin.A/2003,2006-08-05,Leave Acceptance of Shri. R.P.Pandey,Ravinder Maithani(Additional Registrar),2006-08-26,110 +115/XIV/15/Admin.A/2003,2006-08-05,Leave Acceptance of Shri Kali Shankar Shukla,Ravinder Maithani(Additional Registrar),2006-08-26,110 3439/XX(3)-55/V.Nya./2003,2006-08-11,Appointment of District and Session Judge,VIBHA PURI DAS(PRINCIPAL SECRETARY),2006-08-26,311 543/XXVIII-3-2006-36/2006,2006-07-03,Appointment,ALOK KUMAR JAIN(PRINCIPAL SECRETARY),2006-08-26,306 393/XXVIII-5-2006-66/2005,2006-08-10,Name change of health center in Baleshwar Chamiyal,ALOK KUMAR JAIN(PRINCIPAL SECRETARY),2006-08-26,310 772/XXVIII-3-2006/36/2006,2006-08-11,Appointment of Food Inspector,ALOK KUMAR JAIN(PRINCIPAL SECRETARY),2006-08-26,311 3439/XX(3)-55/V.Nya./2003,2006-08-11,Appointment of District and Session Judge,VIBHA PURI DAS(PRINCIPAL SECRETARY),2006-08-26,311 +250/XXVII(6)/2006,2006-07-18,Promotion Orders,INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-08-26,309 +252/XXVII(6)/2006,2006-07-18,Promotion order of Shri Nand Nandan Thapiyal,INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-08-26,310 +111/UHCAdmin.A/2006,2006-08-03,"Appointment of Additional Director,Uttaranchal Judicial and Legal Academy, Nainital",V.K.Maheshwari(Additional Registrar),2006-08-26,110 +112/UHC/Admin.A/2006,2006-08-04,Promotion to the post of Private Secretary,V.K.Maheshwari(Additional Registrar),2006-08-26,110 +113/XIV/35/Admin. A/2003,2006-08-04,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-08-26,110 +114/XIV/11/Admin.A/2003,2006-08-05,Leave Acceptance of Shri. R.P.Pandey,Ravinder Maithani(Additional Registrar),2006-08-26,110 +115/XIV/15/Admin.A/2003,2006-08-05,Leave Acceptance of Shri Kali Shankar Shukla,Ravinder Maithani(Additional Registrar),2006-08-26,110 874/5-Kar. Anu./06-07,2006-08-26,,Urmila Chaudhary(Director),2006-08-26,43 +111/UHCAdmin.A/2006,2006-08-03,"Appointment of Additional Director,Uttaranchal Judicial and Legal Academy, Nainital",V.K.Maheshwari(Additional Registrar),2006-08-26,110 +112/UHC/Admin.A/2006,2006-08-04,Promotion to the post of Private Secretary,V.K.Maheshwari(Additional Registrar),2006-08-26,110 +113/XIV/35/Admin. A/2003,2006-08-04,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-08-26,110 +114/XIV/11/Admin.A/2003,2006-08-05,Leave Acceptance of Shri. R.P.Pandey,Ravinder Maithani(Additional Registrar),2006-08-26,110 +115/XIV/15/Admin.A/2003,2006-08-05,Leave Acceptance of Shri Kali Shankar Shukla,Ravinder Maithani(Additional Registrar),2006-08-26,110 835/XI/2006/53(50)/2004,2006-06-30,Promotion Orders,P.K.MOHANTY(Secretary),2006-08-26,312 2138/III(1)/06-420(P.W.D.)/01 T.C.,2006-08-03,Appointment Letter,Utpal Kumar Singh(Secretary),2006-08-26,313 +3439/XX(3)-55/V.Nya./2003,2006-08-11,Appointment of District and Session Judge,VIBHA PURI DAS(PRINCIPAL SECRETARY),2006-08-26,311 +250/XXVII(6)/2006,2006-07-18,Promotion Orders,INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-08-26,309 +252/XXVII(6)/2006,2006-07-18,Promotion order of Shri Nand Nandan Thapiyal,INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-08-26,310 543/XXVIII-3-2006-36/2006,2006-07-03,Appointment,ALOK KUMAR JAIN(PRINCIPAL SECRETARY),2006-08-26,306 393/XXVIII-5-2006-66/2005,2006-08-10,Name change of health center in Baleshwar Chamiyal,ALOK KUMAR JAIN(PRINCIPAL SECRETARY),2006-08-26,310 772/XXVIII-3-2006/36/2006,2006-08-11,Appointment of Food Inspector,ALOK KUMAR JAIN(PRINCIPAL SECRETARY),2006-08-26,311 +111/UHCAdmin.A/2006,2006-08-03,"Appointment of Additional Director,Uttaranchal Judicial and Legal Academy, Nainital",V.K.Maheshwari(Additional Registrar),2006-08-26,110 +112/UHC/Admin.A/2006,2006-08-04,Promotion to the post of Private Secretary,V.K.Maheshwari(Additional Registrar),2006-08-26,110 +113/XIV/35/Admin. A/2003,2006-08-04,Leave Acceptance,Ravinder Maithani(Additional Registrar),2006-08-26,110 +114/XIV/11/Admin.A/2003,2006-08-05,Leave Acceptance of Shri. R.P.Pandey,Ravinder Maithani(Additional Registrar),2006-08-26,110 +115/XIV/15/Admin.A/2003,2006-08-05,Leave Acceptance of Shri Kali Shankar Shukla,Ravinder Maithani(Additional Registrar),2006-08-26,110 250/XXVII(6)/2006,2006-07-18,Promotion Orders,INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-08-26,309 252/XXVII(6)/2006,2006-07-18,Promotion order of Shri Nand Nandan Thapiyal,INDU KUMAR PANDEY(PRINCIPAL SECRETARY),2006-08-26,310 1074/VIII/52-Admin./2005,2006-08-07,Re-establishment of Institute of Management Commitee,S.Raju(Secretary),2006-08-26,314 @@ -800,9 +1027,13 @@ 4310/tees-1-2006-18(15)/2002,2006-08-01,Promotion of Shri Manmohan Singh,Nrip Singh Napalchayal(PRINCIPAL SECRETARY),2006-08-26,310 3439/XX(3)-55/V.Nya./2003,2006-08-11,Appointment of District and Session Judge,VIBHA PURI DAS(PRINCIPAL SECRETARY),2006-08-26,311 411/VI-I/2006,2006-08-17,Regarding Vice President Shri Zahoor Alam.,Alok Kumar Jain(PRINCIPAL SECRETARY),2006-09-02,320 +116/XIV/42/Prasa.Anu-A,2006-08-17,Regarding Leave Sanction.,Ravindra Maithani(Additional Registrar),2006-09-02,111 +117/XIV/34/Prasa-Anu-A,2006-08-23,Regarding Leave Sanction.,Ravindra Maithani(Additional Registrar),2006-09-02,111 CM-34/XVII(1)-01/2006-403,2006-08-21,"Shri Jai Singh Gautam, Member of Uttaranchal Sc/St Commission.",Radha Raturi(Secretary),2006-09-02,321 4161/II-2005-01(519)/03,2006-08-17,Regarding Promotion.,N.Ravi Shankar(PRINCIPAL SECRETARY),2006-09-02,318 1428/pra.a.pra.s,2006-08-11,,B.B.L.Mittal(Director),2006-09-02,112 +116/XIV/42/Prasa.Anu-A,2006-08-17,Regarding Leave Sanction.,Ravindra Maithani(Additional Registrar),2006-09-02,111 +117/XIV/34/Prasa-Anu-A,2006-08-23,Regarding Leave Sanction.,Ravindra Maithani(Additional Registrar),2006-09-02,111 4161/II-2005-01(519)/03,2006-08-17,Regarding Promotion.,N.Ravi Shankar(PRINCIPAL SECRETARY),2006-09-02,318 1428/pra.a.pra.s,2006-08-11,,B.B.L.Mittal(Director),2006-09-02,112 4161/II-2005-01(519)/03,2006-08-17,Regarding Promotion.,N.Ravi Shankar(PRINCIPAL SECRETARY),2006-09-02,318 @@ -818,12 +1049,16 @@ 653/XXVII(8)/Vanijya Kar/06,2006-08-18,Regarding Transfer,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-09-02,318 653/XXVII(8)/Vanijya Kar/06,2006-08-18,Regarding Transfer,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-09-02,318 3941/X-2-2006-8(34)/2001,2006-08-23,Shri Koshlaindra Singh Nominate Member of two year (State Wildlife Advisory Board.),Om Prakash(Secretary),2006-09-02,322 +116/XIV/42/Prasa.Anu-A,2006-08-17,Regarding Leave Sanction.,Ravindra Maithani(Additional Registrar),2006-09-02,111 +117/XIV/34/Prasa-Anu-A,2006-08-23,Regarding Leave Sanction.,Ravindra Maithani(Additional Registrar),2006-09-02,111 116/XIV/42/Prasa.Anu-A,2006-08-17,Regarding Leave Sanction.,Ravindra Maithani(Additional Registrar),2006-09-02,111 117/XIV/34/Prasa-Anu-A,2006-08-23,Regarding Leave Sanction.,Ravindra Maithani(Additional Registrar),2006-09-02,111 CM-34/XVII(1)-01/2006-403,2006-08-21,"Shri Jai Singh Gautam, Member of Uttaranchal Sc/St Commission.",Radha Raturi(Secretary),2006-09-02,321 116/XIV/42/Prasa.Anu-A,2006-08-17,Regarding Leave Sanction.,Ravindra Maithani(Additional Registrar),2006-09-02,111 117/XIV/34/Prasa-Anu-A,2006-08-23,Regarding Leave Sanction.,Ravindra Maithani(Additional Registrar),2006-09-02,111 653/XXVII(8)/Vanijya Kar/06,2006-08-18,Regarding Transfer,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-09-02,318 +116/XIV/42/Prasa.Anu-A,2006-08-17,Regarding Leave Sanction.,Ravindra Maithani(Additional Registrar),2006-09-02,111 +117/XIV/34/Prasa-Anu-A,2006-08-23,Regarding Leave Sanction.,Ravindra Maithani(Additional Registrar),2006-09-02,111 4161/II-2005-01(519)/03,2006-08-17,Regarding Promotion.,N.Ravi Shankar(PRINCIPAL SECRETARY),2006-09-02,318 1428/pra.a.pra.s,2006-08-11,,B.B.L.Mittal(Director),2006-09-02,112 3941/X-2-2006-8(34)/2001,2006-08-23,Shri Koshlaindra Singh Nominate Member of two year (State Wildlife Advisory Board.),Om Prakash(Secretary),2006-09-02,322 @@ -836,6 +1071,7 @@ 282/UTA/2006,2006-09-04,Delimitation- 2006 Uttaranchal,Shangara Ram(Secretary),2006-09-04,1 942/Revinue/Gazat/2006-07,2006-09-06,,Zilla Panchayat US Nagar (Zilla Panchayat US Nagar),2006-09-09,45 942/Revinue/Gazat/2006-07,2006-09-06,,Zilla Panchayat US Nagar (Zilla Panchayat US Nagar),2006-09-09,45 +Celling 51/2/2006,2006-07-18,,H.C.Semwal(Upper Collectrate Nainital),2006-09-09,116 942/Revinue/Gazat/2006-07,2006-09-06,,Zilla Panchayat US Nagar (Zilla Panchayat US Nagar),2006-09-09,45 942/Revinue/Gazat/2006-07,2006-09-06,,Zilla Panchayat US Nagar (Zilla Panchayat US Nagar),2006-09-09,45 691XXXVII(8)/vanijya kar/06,2006-08-29,"Transfer Shri U.S.Bisht Joint Commissioner,",Indu Kumar Pande(PRINCIPAL SECRETARY),2006-09-09,324 @@ -850,6 +1086,9 @@ 1074(1)/VIII/62/2005,2006-08-07,Regarding ITI Srinagar,S.Raju(Secretary),2006-09-09,324 1236/VIII/680/03,2006-08-04,Regarding Payment of Ragistry Fees.,S.Raju(Secretary),2006-09-09,325 84/VIII/04/2006,2006-08-07,,T.R Bhatt(PRINCIPAL SECRETARY),2006-09-09,326 +Celling 51/2/2006,2006-07-18,,H.C.Semwal(Upper Collectrate Nainital),2006-09-09,116 +691XXXVII(8)/vanijya kar/06,2006-08-29,"Transfer Shri U.S.Bisht Joint Commissioner,",Indu Kumar Pande(PRINCIPAL SECRETARY),2006-09-09,324 +Celling 51/2/2006,2006-07-18,,H.C.Semwal(Upper Collectrate Nainital),2006-09-09,116 691XXXVII(8)/vanijya kar/06,2006-08-29,"Transfer Shri U.S.Bisht Joint Commissioner,",Indu Kumar Pande(PRINCIPAL SECRETARY),2006-09-09,324 942/Revinue/Gazat/2006-07,2006-09-06,,Zilla Panchayat US Nagar (Zilla Panchayat US Nagar),2006-09-09,45 681/XXIV(6)/2006-6(145)/06,2006-08-23,Regarding University of Patanjali Act 2006.,S.Raju(Secretary),2006-09-16,335 @@ -886,6 +1125,8 @@ 86/panch/Nirvachan/2006,2006-09-05,,District Magistrate USNagar(District Magistrate),2006-09-23,47 146/Panch.Nirvachan/2006,2006-09-04,,District Magistrate Pithoragarh(District Magistrate),2006-09-23,48 280/21-Adhi/nirvachan/06,2006-09-05,,District Magistrate Chamoli(District Magistrate),2006-09-23,51 +106/p.u.nir/2005-2006,2006-09-05,,District Magistrate Pauri(District Magistrate),2006-09-23,53 +132/p.up.nirva/2006,2006-09-05,,District Magistrate Uttarkashi(District Magistrate),2006-09-23,56 892/XX(5)/06-HG/06,2006-09-19,Regarding Promotion Shri Sachida Nand Saha Comdt.Homegard.,Vibha Puri Das(PRINCIPAL SECRETARY),2006-09-23,352 2904/Ayukt kar/06-07,2006-09-16,Misplace of Form C,S.Ramaswami(Commissioner Tax Officer),2006-09-23,121 4389/30-1-06-31(2)/06,2006-09-14,Regarding Shrimati Indira Ashish Secretary Low and,Nrip Singh Napalchiyal(PRINCIPAL SECRETARY),2006-09-23,352 @@ -896,6 +1137,8 @@ 86/panch/Nirvachan/2006,2006-09-05,,District Magistrate USNagar(District Magistrate),2006-09-23,47 146/Panch.Nirvachan/2006,2006-09-04,,District Magistrate Pithoragarh(District Magistrate),2006-09-23,48 280/21-Adhi/nirvachan/06,2006-09-05,,District Magistrate Chamoli(District Magistrate),2006-09-23,51 +106/p.u.nir/2005-2006,2006-09-05,,District Magistrate Pauri(District Magistrate),2006-09-23,53 +132/p.up.nirva/2006,2006-09-05,,District Magistrate Uttarkashi(District Magistrate),2006-09-23,56 113/P.Nirvachan/2006,2006-09-05,,District Magistrate Almora(District Magistrate),2006-09-23,43 86/panch/Nirvachan/2006,2006-09-05,,District Magistrate USNagar(District Magistrate),2006-09-23,47 146/Panch.Nirvachan/2006,2006-09-04,,District Magistrate Pithoragarh(District Magistrate),2006-09-23,48 @@ -917,7 +1160,11 @@ 113/P.Nirvachan/2006,2006-09-05,,District Magistrate Almora(District Magistrate),2006-09-23,43 86/panch/Nirvachan/2006,2006-09-05,,District Magistrate USNagar(District Magistrate),2006-09-23,47 146/Panch.Nirvachan/2006,2006-09-04,,District Magistrate Pithoragarh(District Magistrate),2006-09-23,48 +280/21-Adhi/nirvachan/06,2006-09-05,,District Magistrate Chamoli(District Magistrate),2006-09-23,51 +106/p.u.nir/2005-2006,2006-09-05,,District Magistrate Pauri(District Magistrate),2006-09-23,53 +132/p.up.nirva/2006,2006-09-05,,District Magistrate Uttarkashi(District Magistrate),2006-09-23,56 892/XX(5)/06-HG/06,2006-09-19,Regarding Promotion Shri Sachida Nand Saha Comdt.Homegard.,Vibha Puri Das(PRINCIPAL SECRETARY),2006-09-23,352 +223/panc/2006,2006-09-05,,Girja Shankar Joshi(District Magistrate),2006-09-30,59 223/panc/2006,2006-09-05,,Girja Shankar Joshi(District Magistrate),2006-09-30,59 2251/XX-1/323/IPS/05,2006-09-20,Regarding Superniosion of 60 year age shri P.D.Raturi,Vibha Puri Das(PRINCIPAL SECRETARY),2006-09-30,354 2251/XX-1/323/IPS/05,2006-09-20,Regarding Superniosion of 60 year age shri P.D.Raturi,Vibha Puri Das(PRINCIPAL SECRETARY),2006-09-30,354 @@ -925,10 +1172,13 @@ 2251/XX-1/323/IPS/05,2006-09-20,Regarding Superniosion of 60 year age shri P.D.Raturi,Vibha Puri Das(PRINCIPAL SECRETARY),2006-09-30,354 "130,131/UHC/Admin.A/2005",2006-09-06,Regarding Relieved from that Post with immediate effect.,V.K.Maheshwari(Registrar General),2006-09-30,123 "134,135,136/UHC/Admin.A/2005",2006-09-20,Regarding Transfer and Posted Civil Judge.,V.K.Maheshwari(Registrar General),2006-09-30,124 +132/UHC/Admin.A/2005,2006-09-08,"Regarding Joint Registrar,Highcourt of Uttaranchal as the State Public Information officer for the High Court of Uttaranchal.",V.K.Maheshwari(RTO),2006-09-30,123 4242/II-06-01(46)/2005,2006-09-05,Regarding Superniosion 60 year age,N.Ravi Shankar(PRINCIPAL SECRETARY),2006-09-30,354 "130,131/UHC/Admin.A/2005",2006-09-06,Regarding Relieved from that Post with immediate effect.,V.K.Maheshwari(Registrar General),2006-09-30,123 "134,135,136/UHC/Admin.A/2005",2006-09-20,Regarding Transfer and Posted Civil Judge.,V.K.Maheshwari(Registrar General),2006-09-30,124 +132/UHC/Admin.A/2005,2006-09-08,"Regarding Joint Registrar,Highcourt of Uttaranchal as the State Public Information officer for the High Court of Uttaranchal.",V.K.Maheshwari(RTO),2006-09-30,123 223/panc/2006,2006-09-05,,Girja Shankar Joshi(District Magistrate),2006-09-30,59 +223/panc/2006,2006-09-05,,Girja Shankar Joshi(District Magistrate),2006-09-30,59 4242/II-06-01(46)/2005,2006-09-05,Regarding Superniosion 60 year age,N.Ravi Shankar(PRINCIPAL SECRETARY),2006-09-30,354 4242/II-06-01(46)/2005,2006-09-05,Regarding Superniosion 60 year age,N.Ravi Shankar(PRINCIPAL SECRETARY),2006-09-30,354 745XXVII (8)/vanijya kar/2006,2006-09-20,State govt. is satisfied that it is expedient so to do in public interest.,Radha Raturi(Secretary),2006-09-30,355 @@ -944,9 +1194,15 @@ 4656/X-2-2006-8(34)/2001,2006-09-06,Shri Shyam Lal Bansal Nominate to Member of State Wildlife Advisory Board,Om Prakash(Secretary),2006-09-30,355 "130,131/UHC/Admin.A/2005",2006-09-06,Regarding Relieved from that Post with immediate effect.,V.K.Maheshwari(Registrar General),2006-09-30,123 "134,135,136/UHC/Admin.A/2005",2006-09-20,Regarding Transfer and Posted Civil Judge.,V.K.Maheshwari(Registrar General),2006-09-30,124 +132/UHC/Admin.A/2005,2006-09-08,"Regarding Joint Registrar,Highcourt of Uttaranchal as the State Public Information officer for the High Court of Uttaranchal.",V.K.Maheshwari(RTO),2006-09-30,123 85/VIII/05-Pras./2006,2006-08-17,,T.R.Bhatt(PRINCIPAL SECRETARY),2006-09-30,358 +86/VIII/06-Pras./2006,2006-08-17,,T.R.Bhatt(PRINCIPAL SECRETARY),2006-09-30,360 +1218/VIII/77/Pras/2006,2006-08-17,,T.R.Bhatt(PRINCIPAL SECRETARY),2006-09-30,364 +1215/VIII/74-Pras/2006,2006-08-17,,T.R.Bhatt(PRINCIPAL SECRETARY),2006-09-30,362 +1220/VIII/79/Pras/2006,2006-09-13,,T.R.Bhatt(PRINCIPAL SECRETARY),2006-09-30,368 "130,131/UHC/Admin.A/2005",2006-09-06,Regarding Relieved from that Post with immediate effect.,V.K.Maheshwari(Registrar General),2006-09-30,123 "134,135,136/UHC/Admin.A/2005",2006-09-20,Regarding Transfer and Posted Civil Judge.,V.K.Maheshwari(Registrar General),2006-09-30,124 +132/UHC/Admin.A/2005,2006-09-08,"Regarding Joint Registrar,Highcourt of Uttaranchal as the State Public Information officer for the High Court of Uttaranchal.",V.K.Maheshwari(RTO),2006-09-30,123 1230/XI/06/53(50)/04,2006-09-05,Regarding Shri Virendra Pratap Singh Hawalbag Almora.,P.K..Mohanti(Secretary),2006-09-30,355 "130,131/UHC/Admin.A/2005",2006-09-06,Regarding Relieved from that Post with immediate effect.,V.K.Maheshwari(Registrar General),2006-09-30,123 "134,135,136/UHC/Admin.A/2005",2006-09-20,Regarding Transfer and Posted Civil Judge.,V.K.Maheshwari(Registrar General),2006-09-30,124 @@ -955,20 +1211,26 @@ 745XXVII (8)/vanijya kar/2006,2006-09-20,State govt. is satisfied that it is expedient so to do in public interest.,Radha Raturi(Secretary),2006-09-30,355 "130,131/UHC/Admin.A/2005",2006-09-06,Regarding Relieved from that Post with immediate effect.,V.K.Maheshwari(Registrar General),2006-09-30,123 "134,135,136/UHC/Admin.A/2005",2006-09-20,Regarding Transfer and Posted Civil Judge.,V.K.Maheshwari(Registrar General),2006-09-30,124 +132/UHC/Admin.A/2005,2006-09-08,"Regarding Joint Registrar,Highcourt of Uttaranchal as the State Public Information officer for the High Court of Uttaranchal.",V.K.Maheshwari(RTO),2006-09-30,123 4242/II-06-01(46)/2005,2006-09-05,Regarding Superniosion 60 year age,N.Ravi Shankar(PRINCIPAL SECRETARY),2006-09-30,354 4656/X-2-2006-8(34)/2001,2006-09-06,Shri Shyam Lal Bansal Nominate to Member of State Wildlife Advisory Board,Om Prakash(Secretary),2006-09-30,355 745XXVII (8)/vanijya kar/2006,2006-09-20,State govt. is satisfied that it is expedient so to do in public interest.,Radha Raturi(Secretary),2006-09-30,355 2251/XX-1/323/IPS/05,2006-09-20,Regarding Superniosion of 60 year age shri P.D.Raturi,Vibha Puri Das(PRINCIPAL SECRETARY),2006-09-30,354 4242/II-06-01(46)/2005,2006-09-05,Regarding Superniosion 60 year age,N.Ravi Shankar(PRINCIPAL SECRETARY),2006-09-30,354 +223/panc/2006,2006-09-05,,Girja Shankar Joshi(District Magistrate),2006-09-30,59 2251/XX-1/323/IPS/05,2006-09-20,Regarding Superniosion of 60 year age shri P.D.Raturi,Vibha Puri Das(PRINCIPAL SECRETARY),2006-09-30,354 476/XIII-II/203(1)/2002,2006-09-20,"Shri Dilshad Ahmed, Gur Arhati,Manglore market yard as member of commission agents in Manglore market.",Om Prakash(Secretary),2006-09-30,358 138/UHC/Admin.A/2006,2006-09-23,Shri Dharam Veer Singh has Charge of the Office of Additional Judge of Uttaranchal High Court Nainital on 23 Sept.2006,V.K.Maheshwari(Registrar General),2006-10-07,125 +1579/XXVII(1)/2006,2006-09-27,Uttaranchal Budget Fiscal planning and Resource Directorate Service rules 2006.,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-10-07,372 +1581/XXVII(1)/2006,2006-09-27,Uttaranchal Finance Commission Directorate Service Rules 2006,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-10-07,386 1579/XXVII(1)/2006,2006-09-27,Uttaranchal Budget Fiscal planning and Resource Directorate Service rules 2006.,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-10-07,372 1581/XXVII(1)/2006,2006-09-27,Uttaranchal Finance Commission Directorate Service Rules 2006,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-10-07,386 138/UHC/Admin.A/2006,2006-09-23,Shri Dharam Veer Singh has Charge of the Office of Additional Judge of Uttaranchal High Court Nainital on 23 Sept.2006,V.K.Maheshwari(Registrar General),2006-10-07,125 1579/XXVII(1)/2006,2006-09-27,Uttaranchal Budget Fiscal planning and Resource Directorate Service rules 2006.,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-10-07,372 +1581/XXVII(1)/2006,2006-09-27,Uttaranchal Finance Commission Directorate Service Rules 2006,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-10-07,386 138/UHC/Admin.A/2006,2006-09-23,Shri Dharam Veer Singh has Charge of the Office of Additional Judge of Uttaranchal High Court Nainital on 23 Sept.2006,V.K.Maheshwari(Registrar General),2006-10-07,125 1579/XXVII(1)/2006,2006-09-27,Uttaranchal Budget Fiscal planning and Resource Directorate Service rules 2006.,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-10-07,372 +1581/XXVII(1)/2006,2006-09-27,Uttaranchal Finance Commission Directorate Service Rules 2006,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-10-07,386 1579/XXVII(1)/2006,2006-09-27,Uttaranchal Budget Fiscal planning and Resource Directorate Service rules 2006.,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-10-07,372 1581/XXVII(1)/2006,2006-09-27,Uttaranchal Finance Commission Directorate Service Rules 2006,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-10-07,386 138/UHC/Admin.A/2006,2006-09-23,Shri Dharam Veer Singh has Charge of the Office of Additional Judge of Uttaranchal High Court Nainital on 23 Sept.2006,V.K.Maheshwari(Registrar General),2006-10-07,125 @@ -980,10 +1242,13 @@ 1579/XXVII(1)/2006,2006-09-27,Uttaranchal Budget Fiscal planning and Resource Directorate Service rules 2006.,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-10-07,372 1581/XXVII(1)/2006,2006-09-27,Uttaranchal Finance Commission Directorate Service Rules 2006,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-10-07,386 "121,122,123,124,125.126,127,128/UHC/Admin.A/2006",2006-09-02,Regarding Additional Charge,V.K.Maheshwari(Registrar General),2006-10-14,128 +129/XIII-E-2/2003,2006-09-04,Sanction 15 days EL shri Naresh Chand Dubey,Ravindra Maithani(Additional Registrar),2006-10-14,128 93/panch.chu/08/2006,2006-09-05,Regarding Panchayat Election.,Dr.Rakesh Kumar(District Magistrate),2006-10-14,63 "121,122,123,124,125.126,127,128/UHC/Admin.A/2006",2006-09-02,Regarding Additional Charge,V.K.Maheshwari(Registrar General),2006-10-14,128 +129/XIII-E-2/2003,2006-09-04,Sanction 15 days EL shri Naresh Chand Dubey,Ravindra Maithani(Additional Registrar),2006-10-14,128 93/panch.chu/08/2006,2006-09-05,Regarding Panchayat Election.,Dr.Rakesh Kumar(District Magistrate),2006-10-14,63 "10,11,12,13,14-No-L/XXXVI(1)/06",2006-08-31,Regarding Practice Certificate,Indira Ashish(Secretary),2006-10-14,404 +93/panch.chu/08/2006,2006-09-05,Regarding Panchayat Election.,Dr.Rakesh Kumar(District Magistrate),2006-10-14,63 "121,122,123,124,125.126,127,128/UHC/Admin.A/2006",2006-09-02,Regarding Additional Charge,V.K.Maheshwari(Registrar General),2006-10-14,128 129/XIII-E-2/2003,2006-09-04,Sanction 15 days EL shri Naresh Chand Dubey,Ravindra Maithani(Additional Registrar),2006-10-14,128 1478/Form Section-2006-2007,2006-09-14,Misplace of Form C,S.Ramaswami(Commissioner Tax Officer),2006-10-14,129 @@ -991,6 +1256,7 @@ "121,122,123,124,125.126,127,128/UHC/Admin.A/2006",2006-09-02,Regarding Additional Charge,V.K.Maheshwari(Registrar General),2006-10-14,128 129/XIII-E-2/2003,2006-09-04,Sanction 15 days EL shri Naresh Chand Dubey,Ravindra Maithani(Additional Registrar),2006-10-14,128 "121,122,123,124,125.126,127,128/UHC/Admin.A/2006",2006-09-02,Regarding Additional Charge,V.K.Maheshwari(Registrar General),2006-10-14,128 +129/XIII-E-2/2003,2006-09-04,Sanction 15 days EL shri Naresh Chand Dubey,Ravindra Maithani(Additional Registrar),2006-10-14,128 "10,11,12,13,14-No-L/XXXVI(1)/06",2006-08-31,Regarding Practice Certificate,Indira Ashish(Secretary),2006-10-14,404 "10,11,12,13,14-No-L/XXXVI(1)/06",2006-08-31,Regarding Practice Certificate,Indira Ashish(Secretary),2006-10-14,404 1478/Form Section-2006-2007,2006-09-14,Misplace of Form C,S.Ramaswami(Commissioner Tax Officer),2006-10-14,129 @@ -1003,10 +1269,13 @@ 2277/XX(2)/109/2002,2006-09-22,Regarding ITI Examination.,Manjul Kumar Joshi(Additional Secretary),2006-10-21,420 2175,2006-09-19,Regarding Licence Cancel,Asstt RTO Pauri(Asst RTO),2006-10-21,133 124/panch.nirva/2006,2006-09-12,Amendment to Notification no. 114/panch Nirvachan,District Magistrate Almora(District Magistrate),2006-10-21,67 +2277/XX(2)/109/2002,2006-09-22,Regarding ITI Examination.,Manjul Kumar Joshi(Additional Secretary),2006-10-21,420 1081/XXXI/(13)/G/06-37/2006,2006-09-22,Regarding Maharaja Agarsain Jayanti,Bhaskara Nand(Additional Secretary),2006-10-21,421 2277/XX(2)/109/2002,2006-09-22,Regarding ITI Examination.,Manjul Kumar Joshi(Additional Secretary),2006-10-21,420 360/1/2004-05,2005-12-01,,N C Sharma(Excise Commissioner),2006-10-21,133 +124/panch.nirva/2006,2006-09-12,Amendment to Notification no. 114/panch Nirvachan,District Magistrate Almora(District Magistrate),2006-10-21,67 2277/XX(2)/109/2002,2006-09-22,Regarding ITI Examination.,Manjul Kumar Joshi(Additional Secretary),2006-10-21,420 +124/panch.nirva/2006,2006-09-12,Amendment to Notification no. 114/panch Nirvachan,District Magistrate Almora(District Magistrate),2006-10-21,67 2175,2006-09-19,Regarding Licence Cancel,Asstt RTO Pauri(Asst RTO),2006-10-21,133 1081/XXXI/(13)/G/06-37/2006,2006-09-22,Regarding Maharaja Agarsain Jayanti,Bhaskara Nand(Additional Secretary),2006-10-21,421 1081/XXXI/(13)/G/06-37/2006,2006-09-22,Regarding Maharaja Agarsain Jayanti,Bhaskara Nand(Additional Secretary),2006-10-21,421 @@ -1016,6 +1285,7 @@ 2277/XX(2)/109/2002,2006-09-22,Regarding ITI Examination.,Manjul Kumar Joshi(Additional Secretary),2006-10-21,420 2175,2006-09-19,Regarding Licence Cancel,Asstt RTO Pauri(Asst RTO),2006-10-21,133 360/1/2004-05,2005-12-01,,N C Sharma(Excise Commissioner),2006-10-21,133 +2277/XX(2)/109/2002,2006-09-22,Regarding ITI Examination.,Manjul Kumar Joshi(Additional Secretary),2006-10-21,420 2175,2006-09-19,Regarding Licence Cancel,Asstt RTO Pauri(Asst RTO),2006-10-21,133 1081/XXXI/(13)/G/06-37/2006,2006-09-22,Regarding Maharaja Agarsain Jayanti,Bhaskara Nand(Additional Secretary),2006-10-21,421 2277/XX(2)/109/2002,2006-09-22,Regarding ITI Examination.,Manjul Kumar Joshi(Additional Secretary),2006-10-21,420 @@ -1036,6 +1306,7 @@ ( Amendment) Rules 2006",Vibha Puri Das(PRINCIPAL SECRETARY),2006-11-04,436 "143,144/UHC/Admin.A/2006",2006-10-12,Regarding 5 years Completing Service in HJS cadre,V.K.Maheshwari(Registrar General),2006-11-04,140 146/UHC/Admin.A/2006,2006-10-18,Trying cases under the enactments specified in Schedule-II as Said Notification.,V.K.Maheshwari(Registrar General),2006-11-04,141 +142/UHC/Admin.A/2006,2006-10-12,The following officers are here by confirmed in Uttaranchal Higher Judicial Service .,Joint Ragistrar(Joint Registrar),2006-11-04,139 4056/VII-1-06/457,2006-10-11,Promotion to shri Uma Kant Joshi USNagar.,Sanjeev Chopra(Secretary),2006-11-04,440 8-9/E/XXXVI(I)/06-924,2006-10-09,Apoint Shri Khemraj Mishra Advocate as Notary for period Five Years.,Vibha Puri Das(PRINCIPAL SECRETARY),2006-11-04,439 2443/-1/348/2004,2006-10-12,Post-Martem and Medical,Vibha Puri Das(PRINCIPAL SECRETARY),2006-11-04,438 @@ -1043,8 +1314,11 @@ ( Amendment) Rules 2006",Vibha Puri Das(PRINCIPAL SECRETARY),2006-11-04,436 1330/XVI/1(53)/200/01,2006-10-11,,Utpal Kumar Singh(Secretary),2006-11-04,441 2443/-1/348/2004,2006-10-12,Post-Martem and Medical,Vibha Puri Das(PRINCIPAL SECRETARY),2006-11-04,438 +2433/265/XX(I)/Police/2005,2006-10-12,"Uttaranchal (UP Police Radio Subordinate Service rules 1982 +( Amendment) Rules 2006",Vibha Puri Das(PRINCIPAL SECRETARY),2006-11-04,436 "143,144/UHC/Admin.A/2006",2006-10-12,Regarding 5 years Completing Service in HJS cadre,V.K.Maheshwari(Registrar General),2006-11-04,140 146/UHC/Admin.A/2006,2006-10-18,Trying cases under the enactments specified in Schedule-II as Said Notification.,V.K.Maheshwari(Registrar General),2006-11-04,141 +142/UHC/Admin.A/2006,2006-10-12,The following officers are here by confirmed in Uttaranchal Higher Judicial Service .,Joint Ragistrar(Joint Registrar),2006-11-04,139 884/XXIV/(6)/2006-3(21)/4,2006-10-12,Doon University Act 2005,S.Raju(Secretary),2006-11-04,442 "143,144/UHC/Admin.A/2006",2006-10-12,Regarding 5 years Completing Service in HJS cadre,V.K.Maheshwari(Registrar General),2006-11-04,140 146/UHC/Admin.A/2006,2006-10-18,Trying cases under the enactments specified in Schedule-II as Said Notification.,V.K.Maheshwari(Registrar General),2006-11-04,141 @@ -1063,6 +1337,7 @@ 8-9/E/XXXVI(I)/06-924,2006-10-09,Apoint Shri Khemraj Mishra Advocate as Notary for period Five Years.,Vibha Puri Das(PRINCIPAL SECRETARY),2006-11-04,439 "143,144/UHC/Admin.A/2006",2006-10-12,Regarding 5 years Completing Service in HJS cadre,V.K.Maheshwari(Registrar General),2006-11-04,140 146/UHC/Admin.A/2006,2006-10-18,Trying cases under the enactments specified in Schedule-II as Said Notification.,V.K.Maheshwari(Registrar General),2006-11-04,141 +142/UHC/Admin.A/2006,2006-10-12,The following officers are here by confirmed in Uttaranchal Higher Judicial Service .,Joint Ragistrar(Joint Registrar),2006-11-04,139 1012/XIX/06-145/2004,2006-09-18,Regarding Nomination Vigilance Committee.,Harish Chandra Joshi(Secretary),2006-11-04,443 2443/-1/348/2004,2006-10-12,Post-Martem and Medical,Vibha Puri Das(PRINCIPAL SECRETARY),2006-11-04,438 2433/265/XX(I)/Police/2005,2006-10-12,"Uttaranchal (UP Police Radio Subordinate Service rules 1982 @@ -1092,6 +1367,8 @@ 1408/XVII(1)/2006-258,2006-10-27,"Shri Kunwar Pranav Singh Champion Hon'ble MLA Laksar, as Chairman State Commission for Other Backward Classes for Period three years.",Vineeta Kumar(PRINCIPAL SECRETARY),2006-11-11,449 871/XXVIII-5-2006-166/2005,2006-11-06,Name change,S.Raju(Secretary),2006-11-11,452 4297/II-2006-01(162)/03,2006-10-27,Promotion to post of JE to AE Irrigation Deptt.,Nrip Singh Napalchiyal(PRINCIPAL SECRETARY),2006-11-11,448 +2639/XX(1)/175/2001,2006-11-02,Regarding Fair area mentioned.,Vibha Puri Das(PRINCIPAL SECRETARY),2006-11-11,450 +2644/XX(i)/28/PPS/2005,2006-11-02,Name Change,Vibha Puri Das(PRINCIPAL SECRETARY),2006-11-11,451 1408/XVII(1)/2006-258,2006-10-27,"Shri Kunwar Pranav Singh Champion Hon'ble MLA Laksar, as Chairman State Commission for Other Backward Classes for Period three years.",Vineeta Kumar(PRINCIPAL SECRETARY),2006-11-11,449 871/XXVIII-5-2006-166/2005,2006-11-06,Name change,S.Raju(Secretary),2006-11-11,452 4297/II-2006-01(162)/03,2006-10-27,Promotion to post of JE to AE Irrigation Deptt.,Nrip Singh Napalchiyal(PRINCIPAL SECRETARY),2006-11-11,448 @@ -1107,9 +1384,11 @@ 619/XXVII(8)/vanija kar/2006,2006-11-03,Regarding Order Publication,Alok Kumar Jain(PRINCIPAL SECRETARY),2006-11-11,451 8-9-B/XXXVI(I)/06-20,2006-10-31,Notary Nominate to Shri Mahakar Singh Advocate Laksar Haridwar.(5 Years),Alok Kumar Verma(Additional Secretary),2006-11-11,453 1096/XIX/06-105/2006,2006-09-23,"Promotion to Shri T.N. Uppadhyay,Dist,Food Officers",Harish Chandra Joshi(Secretary),2006-11-11,453 +619/XXVII(8)/vanija kar/2006,2006-11-03,Regarding Order Publication,Alok Kumar Jain(PRINCIPAL SECRETARY),2006-11-11,451 2639/XX(1)/175/2001,2006-11-02,Regarding Fair area mentioned.,Vibha Puri Das(PRINCIPAL SECRETARY),2006-11-11,450 2644/XX(i)/28/PPS/2005,2006-11-02,Name Change,Vibha Puri Das(PRINCIPAL SECRETARY),2006-11-11,451 2639/XX(1)/175/2001,2006-11-02,Regarding Fair area mentioned.,Vibha Puri Das(PRINCIPAL SECRETARY),2006-11-11,450 +2644/XX(i)/28/PPS/2005,2006-11-02,Name Change,Vibha Puri Das(PRINCIPAL SECRETARY),2006-11-11,451 1096/XIX/06-105/2006,2006-09-23,"Promotion to Shri T.N. Uppadhyay,Dist,Food Officers",Harish Chandra Joshi(Secretary),2006-11-11,453 619/XXVII(8)/vanija kar/2006,2006-11-03,Regarding Order Publication,Alok Kumar Jain(PRINCIPAL SECRETARY),2006-11-11,451 871/XXVIII-5-2006-166/2005,2006-11-06,Name change,S.Raju(Secretary),2006-11-11,452 @@ -1137,6 +1416,7 @@ 75/XXVIII-3-2005-4/2004,2005-02-11,Name Change,S.K.Das(PRINCIPAL SECRETARY),2006-11-18,458 362/XXVII(6)/2006,2006-10-26,"Promotion to shri Mohan Ram Arya,Addl.Director",Radha Raturi(Secretary),2006-11-18,463 742/XXVII(8)/vanijya kar/2006,2006-10-12,Establishment of check post,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-11-18,458 +"814,815,816,817/XXVII/(8)/Vanijya kar/06",2006-10-12,Amendment Notification Value Added tax Act 2005.,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-11-18,459 362/XXVII(6)/2006,2006-10-26,"Promotion to shri Mohan Ram Arya,Addl.Director",Radha Raturi(Secretary),2006-11-18,463 742/XXVII(8)/vanijya kar/2006,2006-10-12,Establishment of check post,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-11-18,458 "814,815,816,817/XXVII/(8)/Vanijya kar/06",2006-10-12,Amendment Notification Value Added tax Act 2005.,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-11-18,459 @@ -1146,9 +1426,13 @@ 1031/XXXVI(1)/06-112-1/03,2006-10-23,,Smt.Indira Ashis(Secretary),2006-11-18,463 "471, 474 /06-XIX-2/145/2004",2006-11-01,,M.C.Uprati(Additional Secretary),2006-11-18,466 362/XXVII(6)/2006,2006-10-26,"Promotion to shri Mohan Ram Arya,Addl.Director",Radha Raturi(Secretary),2006-11-18,463 +742/XXVII(8)/vanijya kar/2006,2006-10-12,Establishment of check post,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-11-18,458 +"814,815,816,817/XXVII/(8)/Vanijya kar/06",2006-10-12,Amendment Notification Value Added tax Act 2005.,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-11-18,459 "1387,1388,/Ayukt Kar/2007",2006-08-02,Regarding Form Series UA VAT-F 2005 D No.000001,S.Ramaswami(Commissioner Tax Officer),2006-11-18,145 "471, 474 /06-XIX-2/145/2004",2006-11-01,,M.C.Uprati(Additional Secretary),2006-11-18,466 362/XXVII(6)/2006,2006-10-26,"Promotion to shri Mohan Ram Arya,Addl.Director",Radha Raturi(Secretary),2006-11-18,463 +742/XXVII(8)/vanijya kar/2006,2006-10-12,Establishment of check post,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-11-18,458 +"814,815,816,817/XXVII/(8)/Vanijya kar/06",2006-10-12,Amendment Notification Value Added tax Act 2005.,Indu Kumar Pande(PRINCIPAL SECRETARY),2006-11-18,459 75/XXVIII-3-2005-4/2004,2005-02-11,Name Change,S.K.Das(PRINCIPAL SECRETARY),2006-11-18,458 1031/XXXVI(1)/06-112-1/03,2006-10-23,,Smt.Indira Ashis(Secretary),2006-11-18,463 362/XXVII(6)/2006,2006-10-26,"Promotion to shri Mohan Ram Arya,Addl.Director",Radha Raturi(Secretary),2006-11-18,463 @@ -1167,6 +1451,7 @@ 3821/XX(4)-17/2006,2006-10-06,Uttaranchal (The United provinces fire service (Recruitment and conditions of Service Rule 1945- Amemdment Rules 2006.,Vibha Puri Das(PRINCIPAL SECRETARY),2006-11-25,473 4587/II-06-01(46)/2005,2006-09-22,Retirement of 60 year complete,N.Ravi Shankar(PRINCIPAL SECRETARY),2006-11-25,470 1426/XXXVIII(1)/06-173/2005,2006-10-11,appointment Asst.Section officers,P.C.Sharma(Secretary),2006-11-25,476 +3821/XX(4)-17/2006,2006-10-06,Uttaranchal (The United provinces fire service (Recruitment and conditions of Service Rule 1945- Amemdment Rules 2006.,Vibha Puri Das(PRINCIPAL SECRETARY),2006-11-25,473 "5059, 5060 5061,5062 /30-1-200618(15)/2002",2006-09-28,Promotion to the post of Deputy Collector,Nrip Singh Napalchiyal(PRINCIPAL SECRETARY),2006-11-25,470 4587/II-06-01(46)/2005,2006-09-22,Retirement of 60 year complete,N.Ravi Shankar(PRINCIPAL SECRETARY),2006-11-25,470 3821/XX(4)-17/2006,2006-10-06,Uttaranchal (The United provinces fire service (Recruitment and conditions of Service Rule 1945- Amemdment Rules 2006.,Vibha Puri Das(PRINCIPAL SECRETARY),2006-11-25,473 @@ -1181,6 +1466,7 @@ 543/XXXVI(1)/06,2006-10-06,"One Year Extention to shri Anant Kumar Jain, (Official Receiver) one year",Smt Indira Ashish(Secretary),2006-11-25,477 3821/XX(4)-17/2006,2006-10-06,Uttaranchal (The United provinces fire service (Recruitment and conditions of Service Rule 1945- Amemdment Rules 2006.,Vibha Puri Das(PRINCIPAL SECRETARY),2006-11-25,473 5332/X-1-2006-4(14)/2006,2006-10-10,Superniosions shri Lalit Kishore Tripathi,Om Prakash(Secretary),2006-11-25,477 +3821/XX(4)-17/2006,2006-10-06,Uttaranchal (The United provinces fire service (Recruitment and conditions of Service Rule 1945- Amemdment Rules 2006.,Vibha Puri Das(PRINCIPAL SECRETARY),2006-11-25,473 543/XXXVI(1)/06,2006-10-06,"One Year Extention to shri Anant Kumar Jain, (Official Receiver) one year",Smt Indira Ashish(Secretary),2006-11-25,477 756/V.S.153/2001,2006-09-20,,Mahesh Chandra(Secretary),2006-11-25,476 1957/p.a.s.,2006-10-11,,B.B.L.Mittal(Director),2006-12-02,159 @@ -1314,7 +1600,9 @@ 1711/XXXII/2006,2006-12-05,Revenue Deptt.Section -A Act 1998.,Utpal Kumar Singh(Secretary),2006-12-23,508 1711/XXXII/2006,2006-12-05,Revenue Deptt.Section -A Act 1998.,Utpal Kumar Singh(Secretary),2006-12-23,508 F/9/(3)RG/UERC/2006,2006-11-27,Amend Uttaranchal Electricity Regulatory Commission,Anand Kumar(Secretary),2006-12-23,179 +4201/XX(3)-55/CBI/2003,2006-12-07,Shri B.S.Dugtal Addl.District Sessions Judge Dehradun in Additional charge Investigation by Central Bureau of Investigation.,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-12-23,504 4201/XX(3)-55/CBI/2003,2006-12-07,Shri B.S.Dugtal Addl.District Sessions Judge Dehradun in Additional charge Investigation by Central Bureau of Investigation.,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-12-23,504 +4201/XX(3)-55/CBI/2003,2006-12-07,Shri B.S.Dugtal Addl.District Sessions Judge Dehradun in Additional charge Investigation by Central Bureau of Investigation.,N.S.Napalchyal(PRINCIPAL SECRETARY),2006-12-23,504 1711/XXXII/2006,2006-12-05,Revenue Deptt.Section -A Act 1998.,Utpal Kumar Singh(Secretary),2006-12-23,508 "194,195/UHC/Admin.A/2006",2006-12-02,Regarding Hold Court Camp.,V.K.Maheshwari(Registrar General),2006-12-23,177 "196,197 /UHC/Admin.A/2006",2006-12-04,Regarding Additional Charge,V.K.Maheshwari(Registrar General),2006-12-23,178 @@ -1369,6 +1657,10 @@ 592/Vigilance-2006-38(9)/2004,2007-01-10,State Government hereby Declare to Office Mentioned Column (2) Shall be Include Police Station.,Nrip Singh Napalchiyal(Chief Secretary),2007-02-03,38 441,2006-01-23,Riktiyon ka Aniwariya Adhisoochan Adhiniyam 1959.,Vijay Kumar Dondhiyal(Director),2007-02-10,30 20/XXVII(9)/Stamp/2007,2007-01-25,Notification No.62/XXVII(9)/(06)/Stamp-vidhi/05)/2006 main Sanshodhan.,Radha Raturi(Secretary),2007-02-10,44 +3896/Ayukt Kar Uk./Vanijya Kar/Form Deptt./2006,2006-12-22,dated 29.9.2006 dwara Ayaat Ghosna Patra (Traders) ki Series Sankya U.M.D.-2005(000001 se 170000 tak) ko Dated 31.12.2006 tak Parchalit Ghoshit kiya gaya Tha.,M.L.Pant(Commissioner Tax Officer),2007-02-10,27 +4129/Ayukt Kar/Form-Anu/2006,2007-01-12,Misplace of Form -C/Form-F,M.L.Pant(Commissioner Tax Officer),2007-02-10,27 +4135/Ayukt Kar/Vanijya Kar/Form-Anu/2006,2007-01-16,Series U.A. VAT-A (T) 2006 (Series 000001 se 300000)Series ke Form 70 GSM Maiplithopaper.,M.L.Pant(Commissioner Tax Officer),2007-02-10,28 +4257/Ayukt Kar/Form-Anu/2006,2007-01-25,Misplace of Form C and Form -F,M.L.Pant(Commissioner Tax Officer),2007-02-10,29 20/XXVII(9)/Stamp/2007,2007-01-25,Notification No.62/XXVII(9)/(06)/Stamp-vidhi/05)/2006 main Sanshodhan.,Radha Raturi(Secretary),2007-02-10,44 3896/Ayukt Kar Uk./Vanijya Kar/Form Deptt./2006,2006-12-22,dated 29.9.2006 dwara Ayaat Ghosna Patra (Traders) ki Series Sankya U.M.D.-2005(000001 se 170000 tak) ko Dated 31.12.2006 tak Parchalit Ghoshit kiya gaya Tha.,M.L.Pant(Commissioner Tax Officer),2007-02-10,27 4129/Ayukt Kar/Form-Anu/2006,2007-01-12,Misplace of Form -C/Form-F,M.L.Pant(Commissioner Tax Officer),2007-02-10,27 @@ -1377,12 +1669,28 @@ 441,2006-01-23,Riktiyon ka Aniwariya Adhisoochan Adhiniyam 1959.,Vijay Kumar Dondhiyal(Director),2007-02-10,30 441,2006-01-23,Riktiyon ka Aniwariya Adhisoochan Adhiniyam 1959.,Vijay Kumar Dondhiyal(Director),2007-02-10,30 20/XXVII(9)/Stamp/2007,2007-01-25,Notification No.62/XXVII(9)/(06)/Stamp-vidhi/05)/2006 main Sanshodhan.,Radha Raturi(Secretary),2007-02-10,44 +3896/Ayukt Kar Uk./Vanijya Kar/Form Deptt./2006,2006-12-22,dated 29.9.2006 dwara Ayaat Ghosna Patra (Traders) ki Series Sankya U.M.D.-2005(000001 se 170000 tak) ko Dated 31.12.2006 tak Parchalit Ghoshit kiya gaya Tha.,M.L.Pant(Commissioner Tax Officer),2007-02-10,27 +4129/Ayukt Kar/Form-Anu/2006,2007-01-12,Misplace of Form -C/Form-F,M.L.Pant(Commissioner Tax Officer),2007-02-10,27 +4135/Ayukt Kar/Vanijya Kar/Form-Anu/2006,2007-01-16,Series U.A. VAT-A (T) 2006 (Series 000001 se 300000)Series ke Form 70 GSM Maiplithopaper.,M.L.Pant(Commissioner Tax Officer),2007-02-10,28 +4257/Ayukt Kar/Form-Anu/2006,2007-01-25,Misplace of Form C and Form -F,M.L.Pant(Commissioner Tax Officer),2007-02-10,29 20/XXVII(9)/Stamp/2007,2007-01-25,Notification No.62/XXVII(9)/(06)/Stamp-vidhi/05)/2006 main Sanshodhan.,Radha Raturi(Secretary),2007-02-10,44 +3896/Ayukt Kar Uk./Vanijya Kar/Form Deptt./2006,2006-12-22,dated 29.9.2006 dwara Ayaat Ghosna Patra (Traders) ki Series Sankya U.M.D.-2005(000001 se 170000 tak) ko Dated 31.12.2006 tak Parchalit Ghoshit kiya gaya Tha.,M.L.Pant(Commissioner Tax Officer),2007-02-10,27 +4129/Ayukt Kar/Form-Anu/2006,2007-01-12,Misplace of Form -C/Form-F,M.L.Pant(Commissioner Tax Officer),2007-02-10,27 +4135/Ayukt Kar/Vanijya Kar/Form-Anu/2006,2007-01-16,Series U.A. VAT-A (T) 2006 (Series 000001 se 300000)Series ke Form 70 GSM Maiplithopaper.,M.L.Pant(Commissioner Tax Officer),2007-02-10,28 +4257/Ayukt Kar/Form-Anu/2006,2007-01-25,Misplace of Form C and Form -F,M.L.Pant(Commissioner Tax Officer),2007-02-10,29 10/XI/06/56()6)/2006,2007-01-10,Implementation of the Scheme known as the Uttarakhand Employment Guarantee Fund.,P.K..Mohanti(Secretary),2007-02-10,44 20/XXVII(9)/Stamp/2007,2007-01-25,Notification No.62/XXVII(9)/(06)/Stamp-vidhi/05)/2006 main Sanshodhan.,Radha Raturi(Secretary),2007-02-10,44 +3896/Ayukt Kar Uk./Vanijya Kar/Form Deptt./2006,2006-12-22,dated 29.9.2006 dwara Ayaat Ghosna Patra (Traders) ki Series Sankya U.M.D.-2005(000001 se 170000 tak) ko Dated 31.12.2006 tak Parchalit Ghoshit kiya gaya Tha.,M.L.Pant(Commissioner Tax Officer),2007-02-10,27 +4129/Ayukt Kar/Form-Anu/2006,2007-01-12,Misplace of Form -C/Form-F,M.L.Pant(Commissioner Tax Officer),2007-02-10,27 +4135/Ayukt Kar/Vanijya Kar/Form-Anu/2006,2007-01-16,Series U.A. VAT-A (T) 2006 (Series 000001 se 300000)Series ke Form 70 GSM Maiplithopaper.,M.L.Pant(Commissioner Tax Officer),2007-02-10,28 +4257/Ayukt Kar/Form-Anu/2006,2007-01-25,Misplace of Form C and Form -F,M.L.Pant(Commissioner Tax Officer),2007-02-10,29 10/XI/06/56()6)/2006,2007-01-10,Implementation of the Scheme known as the Uttarakhand Employment Guarantee Fund.,P.K..Mohanti(Secretary),2007-02-10,44 441,2006-01-23,Riktiyon ka Aniwariya Adhisoochan Adhiniyam 1959.,Vijay Kumar Dondhiyal(Director),2007-02-10,30 20/XXVII(9)/Stamp/2007,2007-01-25,Notification No.62/XXVII(9)/(06)/Stamp-vidhi/05)/2006 main Sanshodhan.,Radha Raturi(Secretary),2007-02-10,44 +3896/Ayukt Kar Uk./Vanijya Kar/Form Deptt./2006,2006-12-22,dated 29.9.2006 dwara Ayaat Ghosna Patra (Traders) ki Series Sankya U.M.D.-2005(000001 se 170000 tak) ko Dated 31.12.2006 tak Parchalit Ghoshit kiya gaya Tha.,M.L.Pant(Commissioner Tax Officer),2007-02-10,27 +4129/Ayukt Kar/Form-Anu/2006,2007-01-12,Misplace of Form -C/Form-F,M.L.Pant(Commissioner Tax Officer),2007-02-10,27 +4135/Ayukt Kar/Vanijya Kar/Form-Anu/2006,2007-01-16,Series U.A. VAT-A (T) 2006 (Series 000001 se 300000)Series ke Form 70 GSM Maiplithopaper.,M.L.Pant(Commissioner Tax Officer),2007-02-10,28 +4257/Ayukt Kar/Form-Anu/2006,2007-01-25,Misplace of Form C and Form -F,M.L.Pant(Commissioner Tax Officer),2007-02-10,29 5588/Prasashan/Licence-Nilamban/07,2007-01-25,Licence Seal Shri Nand Kumar for One Month.25-1-2007 to 24-2-2007,A.K.Singh(Asst RTO),2007-02-17,34 393/II-2007-01(430)/03,2007-02-05,Promotion to the Post of S.E.(Civil),Indu Kumar Pande(PRINCIPAL SECRETARY),2007-02-17,46 5588/Prasashan/Licence-Nilamban/07,2007-01-25,Licence Seal Shri Nand Kumar for One Month.25-1-2007 to 24-2-2007,A.K.Singh(Asst RTO),2007-02-17,34 @@ -1442,20 +1750,39 @@ 10/UHC/Admin.A/2007,2007-02-12,Addl.Chief Judicial Maistrate Haldwani..,V.K.Maheshwari(Registrar General),2007-03-10,65 11/UHC/Admin.A/2007,2007-02-12,"Hon'ble Supreme Court of India, New Delhi in Transfer Petition (Crl.) 465 of 2005.",V.K.Maheshwari(Registrar General),2007-03-10,65 08/XIV/69/Prasashan-Anu,2007-02-09,"Sanction 15 Days Medical Leave,Smt. Rama Pande,Civil Judge-Nainital.",Ravinder Maithani(Director),2007-03-10,65 +14/XIV/37/Prasashan.Anu,2007-02-15,"Sanction 15 days Medical Leave Shri N.S.Dhanik,Chief Judicial Magistrate.",Ravinder Maithani(Director),2007-03-10,66 +17/XIV/54/Prasa.Anu.a,2007-02-22,,Ravinder Maithani(Director),2007-03-10,67 +18/XIV/55/pra-Anu-A,2007-02-22,,Ravinder Maithani(Director),2007-03-10,67 172/XX-2/147/Bhoomi Hast./2007,2007-02-19,Land Transfer,Nrip Singh Napalchiyal(Chief Secretary),2007-03-10,56 09/UHC/Admin.A/2007,2007-02-12,"Shri Pradeep Pant,Judge,Family Court Nainital",V.K.Maheshwari(Registrar General),2007-03-10,65 10/UHC/Admin.A/2007,2007-02-12,Addl.Chief Judicial Maistrate Haldwani..,V.K.Maheshwari(Registrar General),2007-03-10,65 11/UHC/Admin.A/2007,2007-02-12,"Hon'ble Supreme Court of India, New Delhi in Transfer Petition (Crl.) 465 of 2005.",V.K.Maheshwari(Registrar General),2007-03-10,65 +08/XIV/69/Prasashan-Anu,2007-02-09,"Sanction 15 Days Medical Leave,Smt. Rama Pande,Civil Judge-Nainital.",Ravinder Maithani(Director),2007-03-10,65 +14/XIV/37/Prasashan.Anu,2007-02-15,"Sanction 15 days Medical Leave Shri N.S.Dhanik,Chief Judicial Magistrate.",Ravinder Maithani(Director),2007-03-10,66 +17/XIV/54/Prasa.Anu.a,2007-02-22,,Ravinder Maithani(Director),2007-03-10,67 +18/XIV/55/pra-Anu-A,2007-02-22,,Ravinder Maithani(Director),2007-03-10,67 09/UHC/Admin.A/2007,2007-02-12,"Shri Pradeep Pant,Judge,Family Court Nainital",V.K.Maheshwari(Registrar General),2007-03-10,65 10/UHC/Admin.A/2007,2007-02-12,Addl.Chief Judicial Maistrate Haldwani..,V.K.Maheshwari(Registrar General),2007-03-10,65 11/UHC/Admin.A/2007,2007-02-12,"Hon'ble Supreme Court of India, New Delhi in Transfer Petition (Crl.) 465 of 2005.",V.K.Maheshwari(Registrar General),2007-03-10,65 +08/XIV/69/Prasashan-Anu,2007-02-09,"Sanction 15 Days Medical Leave,Smt. Rama Pande,Civil Judge-Nainital.",Ravinder Maithani(Director),2007-03-10,65 +14/XIV/37/Prasashan.Anu,2007-02-15,"Sanction 15 days Medical Leave Shri N.S.Dhanik,Chief Judicial Magistrate.",Ravinder Maithani(Director),2007-03-10,66 +17/XIV/54/Prasa.Anu.a,2007-02-22,,Ravinder Maithani(Director),2007-03-10,67 +18/XIV/55/pra-Anu-A,2007-02-22,,Ravinder Maithani(Director),2007-03-10,67 172/XX-2/147/Bhoomi Hast./2007,2007-02-19,Land Transfer,Nrip Singh Napalchiyal(Chief Secretary),2007-03-10,56 09/UHC/Admin.A/2007,2007-02-12,"Shri Pradeep Pant,Judge,Family Court Nainital",V.K.Maheshwari(Registrar General),2007-03-10,65 10/UHC/Admin.A/2007,2007-02-12,Addl.Chief Judicial Maistrate Haldwani..,V.K.Maheshwari(Registrar General),2007-03-10,65 11/UHC/Admin.A/2007,2007-02-12,"Hon'ble Supreme Court of India, New Delhi in Transfer Petition (Crl.) 465 of 2005.",V.K.Maheshwari(Registrar General),2007-03-10,65 +08/XIV/69/Prasashan-Anu,2007-02-09,"Sanction 15 Days Medical Leave,Smt. Rama Pande,Civil Judge-Nainital.",Ravinder Maithani(Director),2007-03-10,65 +14/XIV/37/Prasashan.Anu,2007-02-15,"Sanction 15 days Medical Leave Shri N.S.Dhanik,Chief Judicial Magistrate.",Ravinder Maithani(Director),2007-03-10,66 +17/XIV/54/Prasa.Anu.a,2007-02-22,,Ravinder Maithani(Director),2007-03-10,67 +18/XIV/55/pra-Anu-A,2007-02-22,,Ravinder Maithani(Director),2007-03-10,67 09/UHC/Admin.A/2007,2007-02-12,"Shri Pradeep Pant,Judge,Family Court Nainital",V.K.Maheshwari(Registrar General),2007-03-10,65 10/UHC/Admin.A/2007,2007-02-12,Addl.Chief Judicial Maistrate Haldwani..,V.K.Maheshwari(Registrar General),2007-03-10,65 11/UHC/Admin.A/2007,2007-02-12,"Hon'ble Supreme Court of India, New Delhi in Transfer Petition (Crl.) 465 of 2005.",V.K.Maheshwari(Registrar General),2007-03-10,65 +08/XIV/69/Prasashan-Anu,2007-02-09,"Sanction 15 Days Medical Leave,Smt. Rama Pande,Civil Judge-Nainital.",Ravinder Maithani(Director),2007-03-10,65 +14/XIV/37/Prasashan.Anu,2007-02-15,"Sanction 15 days Medical Leave Shri N.S.Dhanik,Chief Judicial Magistrate.",Ravinder Maithani(Director),2007-03-10,66 +17/XIV/54/Prasa.Anu.a,2007-02-22,,Ravinder Maithani(Director),2007-03-10,67 +18/XIV/55/pra-Anu-A,2007-02-22,,Ravinder Maithani(Director),2007-03-10,67 172/XX-2/147/Bhoomi Hast./2007,2007-02-19,Land Transfer,Nrip Singh Napalchiyal(Chief Secretary),2007-03-10,56 172/XX-2/147/Bhoomi Hast./2007,2007-02-19,Land Transfer,Nrip Singh Napalchiyal(Chief Secretary),2007-03-10,56 172/XX-2/147/Bhoomi Hast./2007,2007-02-19,Land Transfer,Nrip Singh Napalchiyal(Chief Secretary),2007-03-10,56 @@ -1466,6 +1793,11 @@ 22/UHC/Admin.A/2007,2007-02-24,Shri Anuj Kumar Sangal Chief Judicial Magistrate Bageshwar will Also be Civil Judge Bageshwar.,V.K.Maheshwari(Registrar General),2007-03-17,69 23/UHC/Admin.A/2007,2007-02-24,"Shri Shrikant Pandey,Chief Magistrate,Champawat will Also be Civil Judge Champawat.",V.K.Maheshwari(Registrar General),2007-03-17,69 24/UHC.Admin.A/2007,2007-02-24,"Shri Nitin Sharma,Chief Magistrate,Rudraprayag will also be Civil Judge Rudraprayag.",V.K.Maheshwari(Registrar General),2007-03-17,69 +25/XIV/91/Prasa-Anu/A,2007-02-24,Sanction 14 days leave shri Sais Chandra Civil Judge Didihat.,Ravinder Maithani(Director),2007-03-17,70 +28/13/E/8/Prasa-Anu-A,2007-02-28,Sanction 12 day medical Leave and 12 days earned leave shri Kazi Gufran Ali Uppar Zilla Nyayadhish.,Ravinder Maithani(Director),2007-03-17,70 +29/XIV/94/Prasa-Anu-A,2007-03-08,"Sanction 28 days earned leave smt.Archana sagar,Civil Judge Haldwani.",Ravinder Maithani(Director),2007-03-17,70 +31/XIII-E-22/Prasa.Anu-A,2007-03-08,"Sanctioned 44 days leave Smt.Puspa Bhatt,Addl.Nyayadhis Rishikesh.",Ravinder Maithani(Director),2007-03-17,71 +123/1-13-2006,2007-02-27,Joining Report Shri Shrikant Pande Chief Judicial Magistrate Champawat.,Shrikant Pande(Civil Judge -CD),2007-03-17,71 664/II-2007-01(430)/03,2007-03-01,Promotion to post of SE (civil) to shri Aditya Kumar Dinkar.,Indu Kumar Pande(PRINCIPAL SECRETARY),2007-03-17,67 664/II-2007-01(430)/03,2007-03-01,Promotion to post of SE (civil) to shri Aditya Kumar Dinkar.,Indu Kumar Pande(PRINCIPAL SECRETARY),2007-03-17,67 128/Prasa/Licence/06,2006-12-12,Cancelation of Registration NO.416 KTW/99 of Shri Surendra Singh Vill.Bilkhet Pauri Garhwal.,RTO Pauri(Asst RTO),2007-03-17,71 @@ -1478,6 +1810,11 @@ 22/UHC/Admin.A/2007,2007-02-24,Shri Anuj Kumar Sangal Chief Judicial Magistrate Bageshwar will Also be Civil Judge Bageshwar.,V.K.Maheshwari(Registrar General),2007-03-17,69 23/UHC/Admin.A/2007,2007-02-24,"Shri Shrikant Pandey,Chief Magistrate,Champawat will Also be Civil Judge Champawat.",V.K.Maheshwari(Registrar General),2007-03-17,69 24/UHC.Admin.A/2007,2007-02-24,"Shri Nitin Sharma,Chief Magistrate,Rudraprayag will also be Civil Judge Rudraprayag.",V.K.Maheshwari(Registrar General),2007-03-17,69 +25/XIV/91/Prasa-Anu/A,2007-02-24,Sanction 14 days leave shri Sais Chandra Civil Judge Didihat.,Ravinder Maithani(Director),2007-03-17,70 +28/13/E/8/Prasa-Anu-A,2007-02-28,Sanction 12 day medical Leave and 12 days earned leave shri Kazi Gufran Ali Uppar Zilla Nyayadhish.,Ravinder Maithani(Director),2007-03-17,70 +29/XIV/94/Prasa-Anu-A,2007-03-08,"Sanction 28 days earned leave smt.Archana sagar,Civil Judge Haldwani.",Ravinder Maithani(Director),2007-03-17,70 +31/XIII-E-22/Prasa.Anu-A,2007-03-08,"Sanctioned 44 days leave Smt.Puspa Bhatt,Addl.Nyayadhis Rishikesh.",Ravinder Maithani(Director),2007-03-17,71 +123/1-13-2006,2007-02-27,Joining Report Shri Shrikant Pande Chief Judicial Magistrate Champawat.,Shrikant Pande(Civil Judge -CD),2007-03-17,71 198/30-1-2007-25(36)/2006,2007-03-01,Promotion to post of Tehsildar to Deputy Collector.,S.K.Das(Chief Secretary),2007-03-17,66 198/30-1-2007-25(36)/2006,2007-03-01,Promotion to post of Tehsildar to Deputy Collector.,S.K.Das(Chief Secretary),2007-03-17,66 20/UHC/Admin.A/2007,2007-02-24,,V.K.Maheshwari(Registrar General),2007-03-17,69 @@ -1485,11 +1822,21 @@ 22/UHC/Admin.A/2007,2007-02-24,Shri Anuj Kumar Sangal Chief Judicial Magistrate Bageshwar will Also be Civil Judge Bageshwar.,V.K.Maheshwari(Registrar General),2007-03-17,69 23/UHC/Admin.A/2007,2007-02-24,"Shri Shrikant Pandey,Chief Magistrate,Champawat will Also be Civil Judge Champawat.",V.K.Maheshwari(Registrar General),2007-03-17,69 24/UHC.Admin.A/2007,2007-02-24,"Shri Nitin Sharma,Chief Magistrate,Rudraprayag will also be Civil Judge Rudraprayag.",V.K.Maheshwari(Registrar General),2007-03-17,69 +25/XIV/91/Prasa-Anu/A,2007-02-24,Sanction 14 days leave shri Sais Chandra Civil Judge Didihat.,Ravinder Maithani(Director),2007-03-17,70 +28/13/E/8/Prasa-Anu-A,2007-02-28,Sanction 12 day medical Leave and 12 days earned leave shri Kazi Gufran Ali Uppar Zilla Nyayadhish.,Ravinder Maithani(Director),2007-03-17,70 +29/XIV/94/Prasa-Anu-A,2007-03-08,"Sanction 28 days earned leave smt.Archana sagar,Civil Judge Haldwani.",Ravinder Maithani(Director),2007-03-17,70 +31/XIII-E-22/Prasa.Anu-A,2007-03-08,"Sanctioned 44 days leave Smt.Puspa Bhatt,Addl.Nyayadhis Rishikesh.",Ravinder Maithani(Director),2007-03-17,71 +123/1-13-2006,2007-02-27,Joining Report Shri Shrikant Pande Chief Judicial Magistrate Champawat.,Shrikant Pande(Civil Judge -CD),2007-03-17,71 20/UHC/Admin.A/2007,2007-02-24,,V.K.Maheshwari(Registrar General),2007-03-17,69 21/UHC/Admin.A/2007,2007-02-24,"Shri Rakesh KUmar Misra,Chief Judicial Magistrate Almora will be the Asst.Sessions Judge FTC almora in Addition to his duties.",V.K.Maheshwari(Registrar General),2007-03-17,69 22/UHC/Admin.A/2007,2007-02-24,Shri Anuj Kumar Sangal Chief Judicial Magistrate Bageshwar will Also be Civil Judge Bageshwar.,V.K.Maheshwari(Registrar General),2007-03-17,69 23/UHC/Admin.A/2007,2007-02-24,"Shri Shrikant Pandey,Chief Magistrate,Champawat will Also be Civil Judge Champawat.",V.K.Maheshwari(Registrar General),2007-03-17,69 24/UHC.Admin.A/2007,2007-02-24,"Shri Nitin Sharma,Chief Magistrate,Rudraprayag will also be Civil Judge Rudraprayag.",V.K.Maheshwari(Registrar General),2007-03-17,69 +25/XIV/91/Prasa-Anu/A,2007-02-24,Sanction 14 days leave shri Sais Chandra Civil Judge Didihat.,Ravinder Maithani(Director),2007-03-17,70 +28/13/E/8/Prasa-Anu-A,2007-02-28,Sanction 12 day medical Leave and 12 days earned leave shri Kazi Gufran Ali Uppar Zilla Nyayadhish.,Ravinder Maithani(Director),2007-03-17,70 +29/XIV/94/Prasa-Anu-A,2007-03-08,"Sanction 28 days earned leave smt.Archana sagar,Civil Judge Haldwani.",Ravinder Maithani(Director),2007-03-17,70 +31/XIII-E-22/Prasa.Anu-A,2007-03-08,"Sanctioned 44 days leave Smt.Puspa Bhatt,Addl.Nyayadhis Rishikesh.",Ravinder Maithani(Director),2007-03-17,71 +123/1-13-2006,2007-02-27,Joining Report Shri Shrikant Pande Chief Judicial Magistrate Champawat.,Shrikant Pande(Civil Judge -CD),2007-03-17,71 F/9(11)/RG /UERC/2007/814,2007-01-17,,UPCL(UPCL),2007-03-17,72 F/9/(12)/RG/UERC/2007/961,2007-02-26,,UPCL(UPCL),2007-03-17,77 20/UHC/Admin.A/2007,2007-02-24,,V.K.Maheshwari(Registrar General),2007-03-17,69 @@ -1497,6 +1844,11 @@ 22/UHC/Admin.A/2007,2007-02-24,Shri Anuj Kumar Sangal Chief Judicial Magistrate Bageshwar will Also be Civil Judge Bageshwar.,V.K.Maheshwari(Registrar General),2007-03-17,69 23/UHC/Admin.A/2007,2007-02-24,"Shri Shrikant Pandey,Chief Magistrate,Champawat will Also be Civil Judge Champawat.",V.K.Maheshwari(Registrar General),2007-03-17,69 24/UHC.Admin.A/2007,2007-02-24,"Shri Nitin Sharma,Chief Magistrate,Rudraprayag will also be Civil Judge Rudraprayag.",V.K.Maheshwari(Registrar General),2007-03-17,69 +25/XIV/91/Prasa-Anu/A,2007-02-24,Sanction 14 days leave shri Sais Chandra Civil Judge Didihat.,Ravinder Maithani(Director),2007-03-17,70 +28/13/E/8/Prasa-Anu-A,2007-02-28,Sanction 12 day medical Leave and 12 days earned leave shri Kazi Gufran Ali Uppar Zilla Nyayadhish.,Ravinder Maithani(Director),2007-03-17,70 +29/XIV/94/Prasa-Anu-A,2007-03-08,"Sanction 28 days earned leave smt.Archana sagar,Civil Judge Haldwani.",Ravinder Maithani(Director),2007-03-17,70 +31/XIII-E-22/Prasa.Anu-A,2007-03-08,"Sanctioned 44 days leave Smt.Puspa Bhatt,Addl.Nyayadhis Rishikesh.",Ravinder Maithani(Director),2007-03-17,71 +123/1-13-2006,2007-02-27,Joining Report Shri Shrikant Pande Chief Judicial Magistrate Champawat.,Shrikant Pande(Civil Judge -CD),2007-03-17,71 198/30-1-2007-25(36)/2006,2007-03-01,Promotion to post of Tehsildar to Deputy Collector.,S.K.Das(Chief Secretary),2007-03-17,66 664/II-2007-01(430)/03,2007-03-01,Promotion to post of SE (civil) to shri Aditya Kumar Dinkar.,Indu Kumar Pande(PRINCIPAL SECRETARY),2007-03-17,67 F/9(11)/RG /UERC/2007/814,2007-01-17,,UPCL(UPCL),2007-03-17,72 @@ -1509,16 +1861,19 @@ 664/II-2007-01(430)/03,2007-03-01,Promotion to post of SE (civil) to shri Aditya Kumar Dinkar.,Indu Kumar Pande(PRINCIPAL SECRETARY),2007-03-17,67 128/Prasa/Licence/06,2006-12-12,Cancelation of Registration NO.416 KTW/99 of Shri Surendra Singh Vill.Bilkhet Pauri Garhwal.,RTO Pauri(Asst RTO),2007-03-17,71 92/18/(1)/2007-Uttaranchal,2007-03-13,Uttaranchal (Uttar pradesh Zamidari Abolation and Land Reforms Act 1950.),Nrip Singh Napalchyal(PRINCIPAL SECRETARY),2007-03-24,70 +2849/p.a.p.s./E-7/114,2007-02-28,,B.B.L.Mittal(Director),2007-03-24,89 2849/p.a.p.s./E-7/114,2007-02-28,,B.B.L.Mittal(Director),2007-03-24,89 4628/Ayukt.Kar UA/Form-Anu/06,2007-03-02,"Misplace of Form C,Form F",M.L.Pant(Commissioner Tax Officer),2007-03-24,90 4628/Ayukt.Kar UA/Form-Anu/06,2007-03-02,"Misplace of Form C,Form F",M.L.Pant(Commissioner Tax Officer),2007-03-24,90 4628/Ayukt.Kar UA/Form-Anu/06,2007-03-02,"Misplace of Form C,Form F",M.L.Pant(Commissioner Tax Officer),2007-03-24,90 +4628/Ayukt.Kar UA/Form-Anu/06,2007-03-02,"Misplace of Form C,Form F",M.L.Pant(Commissioner Tax Officer),2007-03-24,90 170/24(6)/2007,2007-02-15,Sanction to the Establishment of the University of Pantanjali.,S.Raju(Secretary),2007-03-24,71 2849/p.a.p.s./E-7/114,2007-02-28,,B.B.L.Mittal(Director),2007-03-24,89 2849/p.a.p.s./E-7/114,2007-02-28,,B.B.L.Mittal(Director),2007-03-24,89 92/18/(1)/2007-Uttaranchal,2007-03-13,Uttaranchal (Uttar pradesh Zamidari Abolation and Land Reforms Act 1950.),Nrip Singh Napalchyal(PRINCIPAL SECRETARY),2007-03-24,70 169/VIII/69/05,2007-03-06,,S.Raju(Secretary),2007-03-24,71 122/VIII/07-135/2006,2007-03-06,,S.Raju(Secretary),2007-03-24,72 +4628/Ayukt.Kar UA/Form-Anu/06,2007-03-02,"Misplace of Form C,Form F",M.L.Pant(Commissioner Tax Officer),2007-03-24,90 4628/Ayukt.Kar UA/Form-Anu/06,2007-03-02,"Misplace of Form C,Form F",M.L.Pant(Commissioner Tax Officer),2007-03-24,90 92/18/(1)/2007-Uttaranchal,2007-03-13,Uttaranchal (Uttar pradesh Zamidari Abolation and Land Reforms Act 1950.),Nrip Singh Napalchyal(PRINCIPAL SECRETARY),2007-03-24,70 92/18/(1)/2007-Uttaranchal,2007-03-13,Uttaranchal (Uttar pradesh Zamidari Abolation and Land Reforms Act 1950.),Nrip Singh Napalchyal(PRINCIPAL SECRETARY),2007-03-24,70 @@ -1530,14 +1885,20 @@ 122/VIII/07-135/2006,2007-03-06,,S.Raju(Secretary),2007-03-24,72 2849/p.a.p.s./E-7/114,2007-02-28,,B.B.L.Mittal(Director),2007-03-24,89 4628/Ayukt.Kar UA/Form-Anu/06,2007-03-02,"Misplace of Form C,Form F",M.L.Pant(Commissioner Tax Officer),2007-03-24,90 +4628/Ayukt.Kar UA/Form-Anu/06,2007-03-02,"Misplace of Form C,Form F",M.L.Pant(Commissioner Tax Officer),2007-03-24,90 03/25/-XXX-1(1-1)/2007,2007-03-30,Declaration of the Result of Election Under section 56 of the R of the People Act.,N ravishankar(Secretary),2007-03-30,1 03/25/-XXX-1(1-1)/2007,2007-03-30,Declaration of the Result of Election Under section 56 of the R of the People Act.,N ravishankar(Secretary),2007-03-30,1 +32/XIV/69/Prasa.Anu-A,2007-03-15,Sanction 37 days leave Smt.Rama Pande Civil Judge Nainital.,Ravinder Maithani(Director),2007-03-31,93 27/XXXII/2007,2007-03-19,Name Change Adhiyiyam-2006,Utpal Kumar Singh(Secretary),2007-03-31,74 +32/XIV/69/Prasa.Anu-A,2007-03-15,Sanction 37 days leave Smt.Rama Pande Civil Judge Nainital.,Ravinder Maithani(Director),2007-03-31,93 27/XXXII/2007,2007-03-19,Name Change Adhiyiyam-2006,Utpal Kumar Singh(Secretary),2007-03-31,74 208/VIII/331-Sarm/2002,2007-03-20,,S.Raju(Secretary),2007-03-31,75 +32/XIV/69/Prasa.Anu-A,2007-03-15,Sanction 37 days leave Smt.Rama Pande Civil Judge Nainital.,Ravinder Maithani(Director),2007-03-31,93 27/XXXII/2007,2007-03-19,Name Change Adhiyiyam-2006,Utpal Kumar Singh(Secretary),2007-03-31,74 27/XXXII/2007,2007-03-19,Name Change Adhiyiyam-2006,Utpal Kumar Singh(Secretary),2007-03-31,74 +32/XIV/69/Prasa.Anu-A,2007-03-15,Sanction 37 days leave Smt.Rama Pande Civil Judge Nainital.,Ravinder Maithani(Director),2007-03-31,93 07/VI-I/2007-Gopan,2007-03-12,,Dr.S.S.Sandhu(Secretary),2007-03-31,74 +32/XIV/69/Prasa.Anu-A,2007-03-15,Sanction 37 days leave Smt.Rama Pande Civil Judge Nainital.,Ravinder Maithani(Director),2007-03-31,93 208/VIII/331-Sarm/2002,2007-03-20,,S.Raju(Secretary),2007-03-31,75 129/V-Sa.vi-07-276/2005,2007-03-26,,Amrendra Sinha(Secretary),2007-04-07,78 "4863,4864,4865,/Ayukt Kar UA.",2007-03-22,,M.L.Pant(Commissioner Tax Officer),2007-04-07,98 @@ -1553,6 +1914,26 @@ "4863,4864,4865,/Ayukt Kar UA.",2007-03-22,,M.L.Pant(Commissioner Tax Officer),2007-04-07,98 4773/Ayukt Kar UA/2006,2007-03-16,,M.L.Pant(Commissioner Tax Officer),2007-04-07,99 4947/Ayukt Kar UA/Form-Anu/2006,2007-03-29,,M.L.Pant(Commissioner Tax Officer),2007-04-07,99 +34/UHC/Admin.A/2007,2007-03-28,Shri Ramesh Chandra Khulbe Addl.District and Sessions Judge Haldwani hereby transferred and posted at Addl. District and Sessions Judge Roorkee.,V.K.Maheshwari(Registrar General),2007-04-07,97 +35/UHC/Admin.A/2007,2007-03-28,Shri Ashish Naithani Addl.District and Sessions Judge Haridwar is hereby Transferred and posted at Addl.District and Sessions Judge Haldwani.,V.K.Maheshwari(Registrar General),2007-04-07,97 +36/XIV/56/Prasa.Anu-A,2007-03-28,Sanction 18 days Earned Leave Shri Dhananjay Chaturvedi.,Ravinder Maithani(Director),2007-04-07,97 +"37,38/XIV/Prasa.Anu-A",2007-03-28,,Ravinder Maithani(Director),2007-04-07,98 +36/XIV/56/Prasa.Anu-A,2007-03-28,Sanction 18 days Earned Leave Shri Dhananjay Chaturvedi.,Ravinder Maithani(Director),2007-04-07,97 +34/UHC/Admin.A/2007,2007-03-28,Shri Ramesh Chandra Khulbe Addl.District and Sessions Judge Haldwani hereby transferred and posted at Addl. District and Sessions Judge Roorkee.,V.K.Maheshwari(Registrar General),2007-04-07,97 +35/UHC/Admin.A/2007,2007-03-28,Shri Ashish Naithani Addl.District and Sessions Judge Haridwar is hereby Transferred and posted at Addl.District and Sessions Judge Haldwani.,V.K.Maheshwari(Registrar General),2007-04-07,97 +36/XIV/56/Prasa.Anu-A,2007-03-28,Sanction 18 days Earned Leave Shri Dhananjay Chaturvedi.,Ravinder Maithani(Director),2007-04-07,97 +"37,38/XIV/Prasa.Anu-A",2007-03-28,,Ravinder Maithani(Director),2007-04-07,98 +36/XIV/56/Prasa.Anu-A,2007-03-28,Sanction 18 days Earned Leave Shri Dhananjay Chaturvedi.,Ravinder Maithani(Director),2007-04-07,97 +34/UHC/Admin.A/2007,2007-03-28,Shri Ramesh Chandra Khulbe Addl.District and Sessions Judge Haldwani hereby transferred and posted at Addl. District and Sessions Judge Roorkee.,V.K.Maheshwari(Registrar General),2007-04-07,97 +35/UHC/Admin.A/2007,2007-03-28,Shri Ashish Naithani Addl.District and Sessions Judge Haridwar is hereby Transferred and posted at Addl.District and Sessions Judge Haldwani.,V.K.Maheshwari(Registrar General),2007-04-07,97 +36/XIV/56/Prasa.Anu-A,2007-03-28,Sanction 18 days Earned Leave Shri Dhananjay Chaturvedi.,Ravinder Maithani(Director),2007-04-07,97 +"37,38/XIV/Prasa.Anu-A",2007-03-28,,Ravinder Maithani(Director),2007-04-07,98 +36/XIV/56/Prasa.Anu-A,2007-03-28,Sanction 18 days Earned Leave Shri Dhananjay Chaturvedi.,Ravinder Maithani(Director),2007-04-07,97 +34/UHC/Admin.A/2007,2007-03-28,Shri Ramesh Chandra Khulbe Addl.District and Sessions Judge Haldwani hereby transferred and posted at Addl. District and Sessions Judge Roorkee.,V.K.Maheshwari(Registrar General),2007-04-07,97 +35/UHC/Admin.A/2007,2007-03-28,Shri Ashish Naithani Addl.District and Sessions Judge Haridwar is hereby Transferred and posted at Addl.District and Sessions Judge Haldwani.,V.K.Maheshwari(Registrar General),2007-04-07,97 +36/XIV/56/Prasa.Anu-A,2007-03-28,Sanction 18 days Earned Leave Shri Dhananjay Chaturvedi.,Ravinder Maithani(Director),2007-04-07,97 +"37,38/XIV/Prasa.Anu-A",2007-03-28,,Ravinder Maithani(Director),2007-04-07,98 +36/XIV/56/Prasa.Anu-A,2007-03-28,Sanction 18 days Earned Leave Shri Dhananjay Chaturvedi.,Ravinder Maithani(Director),2007-04-07,97 34/UHC/Admin.A/2007,2007-03-28,Shri Ramesh Chandra Khulbe Addl.District and Sessions Judge Haldwani hereby transferred and posted at Addl. District and Sessions Judge Roorkee.,V.K.Maheshwari(Registrar General),2007-04-07,97 35/UHC/Admin.A/2007,2007-03-28,Shri Ashish Naithani Addl.District and Sessions Judge Haridwar is hereby Transferred and posted at Addl.District and Sessions Judge Haldwani.,V.K.Maheshwari(Registrar General),2007-04-07,97 36/XIV/56/Prasa.Anu-A,2007-03-28,Sanction 18 days Earned Leave Shri Dhananjay Chaturvedi.,Ravinder Maithani(Director),2007-04-07,97 @@ -1560,6 +1941,9 @@ 36/XIV/56/Prasa.Anu-A,2007-03-28,Sanction 18 days Earned Leave Shri Dhananjay Chaturvedi.,Ravinder Maithani(Director),2007-04-07,97 34/UHC/Admin.A/2007,2007-03-28,Shri Ramesh Chandra Khulbe Addl.District and Sessions Judge Haldwani hereby transferred and posted at Addl. District and Sessions Judge Roorkee.,V.K.Maheshwari(Registrar General),2007-04-07,97 35/UHC/Admin.A/2007,2007-03-28,Shri Ashish Naithani Addl.District and Sessions Judge Haridwar is hereby Transferred and posted at Addl.District and Sessions Judge Haldwani.,V.K.Maheshwari(Registrar General),2007-04-07,97 +36/XIV/56/Prasa.Anu-A,2007-03-28,Sanction 18 days Earned Leave Shri Dhananjay Chaturvedi.,Ravinder Maithani(Director),2007-04-07,97 +"37,38/XIV/Prasa.Anu-A",2007-03-28,,Ravinder Maithani(Director),2007-04-07,98 +36/XIV/56/Prasa.Anu-A,2007-03-28,Sanction 18 days Earned Leave Shri Dhananjay Chaturvedi.,Ravinder Maithani(Director),2007-04-07,97 F-9(15)/RG/UERC/2007/69,2007-04-17,Regulation of Uttarakhand Electricity Regulatory Commission.,Anand Kumar(Secretary),2007-04-14,129 F(9)13/RG/UERC/2007/19,2007-04-05,Uttarakhand Electricity Regulatory Commission (Distribution Code) Regulations 2007.,UPCL(UPCL),2007-04-14,101 F-9(15)/RG/UERC/2007/69,2007-04-17,Regulation of Uttarakhand Electricity Regulatory Commission.,Anand Kumar(Secretary),2007-04-14,129 @@ -1574,11 +1958,13 @@ 214/XXVII(8)/Vanijya Kar(Vat)/2007,2007-04-09,The Following Check Post in the State of Uttarakhand.,Alok Kumar Jain(PRINCIPAL SECRETARY),2007-04-21,82 214/XXVII(8)/Vanijya Kar(Vat)/2007,2007-04-09,The Following Check Post in the State of Uttarakhand.,Alok Kumar Jain(PRINCIPAL SECRETARY),2007-04-21,82 214/XXVII(8)/Vanijya Kar(Vat)/2007,2007-04-09,The Following Check Post in the State of Uttarakhand.,Alok Kumar Jain(PRINCIPAL SECRETARY),2007-04-21,82 +214/XXVII(8)/Vanijya Kar(Vat)/2007,2007-04-09,The Following Check Post in the State of Uttarakhand.,Alok Kumar Jain(PRINCIPAL SECRETARY),2007-04-21,82 1044/XXXVI(3)/2007,2007-04-10,"Ms. Karen Hilton,Shalom Hostel to be a Member of Uttarakhand Legislative Assembly.",Indira Ashish(Secretary),2007-04-21,84 29/XX(2)/07-109/04,2007-03-05,Examination Centre of Kumaon University.,Nrip Singh Napalchiyal(Chief Secretary),2007-04-21,82 214/XXVII(8)/Vanijya Kar(Vat)/2007,2007-04-09,The Following Check Post in the State of Uttarakhand.,Alok Kumar Jain(PRINCIPAL SECRETARY),2007-04-21,82 214/XXVII(8)/Vanijya Kar(Vat)/2007,2007-04-09,The Following Check Post in the State of Uttarakhand.,Alok Kumar Jain(PRINCIPAL SECRETARY),2007-04-21,82 29/XX(2)/07-109/04,2007-03-05,Examination Centre of Kumaon University.,Nrip Singh Napalchiyal(Chief Secretary),2007-04-21,82 +214/XXVII(8)/Vanijya Kar(Vat)/2007,2007-04-09,The Following Check Post in the State of Uttarakhand.,Alok Kumar Jain(PRINCIPAL SECRETARY),2007-04-21,82 214/XXVII(8)/Vanijya Kar(Vat)/2007,2007-04-09,The Following Check Post in the State of Uttarakhand.,Alok Kumar Jain(PRINCIPAL SECRETARY),2007-04-21,82 214/XXVII(8)/Vanijya Kar(Vat)/2007,2007-04-09,The Following Check Post in the State of Uttarakhand.,Alok Kumar Jain(PRINCIPAL SECRETARY),2007-04-21,82 214/XXVII(8)/Vanijya Kar(Vat)/2007,2007-04-09,The Following Check Post in the State of Uttarakhand.,Alok Kumar Jain(PRINCIPAL SECRETARY),2007-04-21,82 @@ -1614,6 +2000,9 @@ 47/XIV-63/Admin.A/07,2007-04-07,"Regarding Sanction Medical Leave Ms.Neetu Joshi,Addl.Chief Judicial Magis. Kashipur.",Ravinder Maithani(Registrar General),2007-05-05,238 48/XIV-13/Admin-A/07,2007-04-20,Sanction 3 days EL Shri S.N.Singh Special Judicial Magistrate Ddun.,V.K.Maheshwari(Registrar General),2007-05-05,239 "49,50/Admin.A/2007",2007-04-21,,V.K.Maheshwari(Registrar General),2007-05-05,239 +"51,52/XIV/Admin.A/07",2007-04-23,Regarding Leave Sanctioned.,V.K.Maheshwari(Registrar General),2007-05-05,239 +33/XIV/79/Prasa-Anu-A,2007-03-16,Santioned 14 days Medical leave Smt.Nilam Ratra Judicial Magistrate Haridwar.,Ravinder Maithani(Director),2007-05-05,237 +"41,42/XIV/Prasa-Anu-A/07",2007-04-04,Regarding Leave Sanctioned,Ravinder Maithani(Director),2007-05-05,238 156/XXXII/2007,2007-04-10,,Utpal Kumar Singh(Secretary),2007-05-05,91 156/XXXII/2007,2007-04-10,,Utpal Kumar Singh(Secretary),2007-05-05,91 123/XX-2/109/2007,2007-04-26,Examination Conducted by Uttarakhand Sanskrit University Haridwar.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-05-05,90 @@ -1634,6 +2023,8 @@ 48/XIV-13/Admin-A/07,2007-04-20,Sanction 3 days EL Shri S.N.Singh Special Judicial Magistrate Ddun.,V.K.Maheshwari(Registrar General),2007-05-05,239 "49,50/Admin.A/2007",2007-04-21,,V.K.Maheshwari(Registrar General),2007-05-05,239 "51,52/XIV/Admin.A/07",2007-04-23,Regarding Leave Sanctioned.,V.K.Maheshwari(Registrar General),2007-05-05,239 +33/XIV/79/Prasa-Anu-A,2007-03-16,Santioned 14 days Medical leave Smt.Nilam Ratra Judicial Magistrate Haridwar.,Ravinder Maithani(Director),2007-05-05,237 +"41,42/XIV/Prasa-Anu-A/07",2007-04-04,Regarding Leave Sanctioned,Ravinder Maithani(Director),2007-05-05,238 156/XXXII/2007,2007-04-10,,Utpal Kumar Singh(Secretary),2007-05-05,91 "39,40/UHC/Admin.A/2007",2007-04-02,Shri Ramesh Chandra Khulbe and Ashish Naithani Addl.Dist.Session Judge Haldwani Read as A Addl.Dist.Session Judge FTC Haldwani.,V.K.Maheshwari(Registrar General),2007-05-05,237 "43,44,45/Admin.A/2007",2007-04-05,Regarding Leave Sanctioned.,V.K.Maheshwari(Registrar General),2007-05-05,238 @@ -1642,6 +2033,8 @@ 48/XIV-13/Admin-A/07,2007-04-20,Sanction 3 days EL Shri S.N.Singh Special Judicial Magistrate Ddun.,V.K.Maheshwari(Registrar General),2007-05-05,239 "49,50/Admin.A/2007",2007-04-21,,V.K.Maheshwari(Registrar General),2007-05-05,239 "51,52/XIV/Admin.A/07",2007-04-23,Regarding Leave Sanctioned.,V.K.Maheshwari(Registrar General),2007-05-05,239 +33/XIV/79/Prasa-Anu-A,2007-03-16,Santioned 14 days Medical leave Smt.Nilam Ratra Judicial Magistrate Haridwar.,Ravinder Maithani(Director),2007-05-05,237 +"41,42/XIV/Prasa-Anu-A/07",2007-04-04,Regarding Leave Sanctioned,Ravinder Maithani(Director),2007-05-05,238 123/XX-2/109/2007,2007-04-26,Examination Conducted by Uttarakhand Sanskrit University Haridwar.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-05-05,90 123/XX-2/109/2007,2007-04-26,Examination Conducted by Uttarakhand Sanskrit University Haridwar.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-05-05,90 281 A/XXVII(1)/2007,2007-03-30,Prime Minister Rojgar Yojna for Providing Finance Assistance For self Employment to Educated...,Radha Raturi(Secretary),2007-05-05,91 @@ -1653,6 +2046,8 @@ 48/XIV-13/Admin-A/07,2007-04-20,Sanction 3 days EL Shri S.N.Singh Special Judicial Magistrate Ddun.,V.K.Maheshwari(Registrar General),2007-05-05,239 "49,50/Admin.A/2007",2007-04-21,,V.K.Maheshwari(Registrar General),2007-05-05,239 "51,52/XIV/Admin.A/07",2007-04-23,Regarding Leave Sanctioned.,V.K.Maheshwari(Registrar General),2007-05-05,239 +33/XIV/79/Prasa-Anu-A,2007-03-16,Santioned 14 days Medical leave Smt.Nilam Ratra Judicial Magistrate Haridwar.,Ravinder Maithani(Director),2007-05-05,237 +"41,42/XIV/Prasa-Anu-A/07",2007-04-04,Regarding Leave Sanctioned,Ravinder Maithani(Director),2007-05-05,238 281 A/XXVII(1)/2007,2007-03-30,Prime Minister Rojgar Yojna for Providing Finance Assistance For self Employment to Educated...,Radha Raturi(Secretary),2007-05-05,91 100/XXVII(9)/Stamp/2007,2007-04-23,Promotion shri Ambrish Chandra Bharti.,Alok Kumar Jain(PRINCIPAL SECRETARY),2007-05-05,90 1066/Vidhayee avam Sansadiya Karya/07,2007-05-10,Uttarakhand (The Uttar Pradesh Zamidari Abolition and Land reforms Act 1950 and Modification Order 2007.,Smt.Indira Ashish(Secretary),2007-05-10,1 @@ -1673,7 +2068,10 @@ 253/IX/323-06/2007,2007-04-30,Regarding Uttarakhand Motor Vehicle Rules.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-05-12,94 "22,23,24/Licence/06",2007-04-13,Regarding Licence Cancel.,RTO Pauri(RTO),2007-05-12,241 54/XV-1/1(25)/2005,2007-04-16,,Dr.Ranveer Singh(Secretary),2007-05-12,96 +42/Prasa/ Licence/2007,2007-04-23,Regarding Licence Cancilation.,RTO Pauri(RTO),2007-05-19,243 +"65,66,67/Prasa-Licence/07",2007-04-30,Regarding Licence Cancellation.,RTO Pauri(RTO),2007-05-19,244 42/Prasa/ Licence/2007,2007-04-23,Regarding Licence Cancilation.,RTO Pauri(RTO),2007-05-19,243 +"65,66,67/Prasa-Licence/07",2007-04-30,Regarding Licence Cancellation.,RTO Pauri(RTO),2007-05-19,244 42/Prasa/ Licence/2007,2007-04-23,Regarding Licence Cancilation.,RTO Pauri(RTO),2007-05-19,243 "65,66,67/Prasa-Licence/07",2007-04-30,Regarding Licence Cancellation.,RTO Pauri(RTO),2007-05-19,244 1249/30-1-07-15(24)/05,2007-05-09,Regarding Name Change.,D.K.Kotiya(Secretary),2007-05-19,100 @@ -1700,6 +2098,9 @@ 50/21-138/Up Nirvachan/07,2007-05-17,Regarding Panchayat Election.,District Magistrate Chamoli(District Magistrate),2007-05-26,13 10/panchayat Nirva/3/up-chu/2007,2007-04-13,,Nainital (District Magistrate),2007-05-26,15 237/XXVII(8) Vanijya Kar (vat)06,2007-05-03,Regarding Amendment Uttaranchal value Added Tax Act-2005.,Alok Kumar Jain(PRINCIPAL SECRETARY),2007-05-26,102 +"53,54,55,56,57,58,59,60,6,62,63,/UHC/Admin/07",2007-04-27,"Regarding Transfer/Posted,Judicial Magistrate and Civil Judges.",V.K.Maheshwari(Registrar General),2007-05-26,245 +68/UHC/Admin.A/2007,2007-05-05,Regarding Additional Charge.,V.K.Maheshwari(Registrar General),2007-05-26,246 +10/Panchayat Election/3/Up Nirvachan/07,2007-04-13,Regarding Panchayal Election Nainital,District Magistrate Nainital(District Magistrate),2007-05-26,15 50/21-138/Up Nirvachan/07,2007-05-17,Regarding Panchayat Election.,District Magistrate Chamoli(District Magistrate),2007-05-26,13 10/panchayat Nirva/3/up-chu/2007,2007-04-13,,Nainital (District Magistrate),2007-05-26,15 189/18(1)/2007,2007-05-09,Uttarakhand ( the Uttar Pradesh Zamidari Abolition and Land Reforms Act 1952) (Amendment) Rules 2007.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-05-26,103 @@ -1709,12 +2110,18 @@ 189/18(1)/2007,2007-05-09,Uttarakhand ( the Uttar Pradesh Zamidari Abolition and Land Reforms Act 1952) (Amendment) Rules 2007.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-05-26,103 237/XXVII(8) Vanijya Kar (vat)06,2007-05-03,Regarding Amendment Uttaranchal value Added Tax Act-2005.,Alok Kumar Jain(PRINCIPAL SECRETARY),2007-05-26,102 "53,54,55,56,57,58,59,60,6,62,63,/UHC/Admin/07",2007-04-27,"Regarding Transfer/Posted,Judicial Magistrate and Civil Judges.",V.K.Maheshwari(Registrar General),2007-05-26,245 +68/UHC/Admin.A/2007,2007-05-05,Regarding Additional Charge.,V.K.Maheshwari(Registrar General),2007-05-26,246 +10/Panchayat Election/3/Up Nirvachan/07,2007-04-13,Regarding Panchayal Election Nainital,District Magistrate Nainital(District Magistrate),2007-05-26,15 189/18(1)/2007,2007-05-09,Uttarakhand ( the Uttar Pradesh Zamidari Abolition and Land Reforms Act 1952) (Amendment) Rules 2007.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-05-26,103 +"53,54,55,56,57,58,59,60,6,62,63,/UHC/Admin/07",2007-04-27,"Regarding Transfer/Posted,Judicial Magistrate and Civil Judges.",V.K.Maheshwari(Registrar General),2007-05-26,245 +68/UHC/Admin.A/2007,2007-05-05,Regarding Additional Charge.,V.K.Maheshwari(Registrar General),2007-05-26,246 +10/Panchayat Election/3/Up Nirvachan/07,2007-04-13,Regarding Panchayal Election Nainital,District Magistrate Nainital(District Magistrate),2007-05-26,15 50/21-138/Up Nirvachan/07,2007-05-17,Regarding Panchayat Election.,District Magistrate Chamoli(District Magistrate),2007-05-26,13 10/panchayat Nirva/3/up-chu/2007,2007-04-13,,Nainital (District Magistrate),2007-05-26,15 237/XXVII(8) Vanijya Kar (vat)06,2007-05-03,Regarding Amendment Uttaranchal value Added Tax Act-2005.,Alok Kumar Jain(PRINCIPAL SECRETARY),2007-05-26,102 "53,54,55,56,57,58,59,60,6,62,63,/UHC/Admin/07",2007-04-27,"Regarding Transfer/Posted,Judicial Magistrate and Civil Judges.",V.K.Maheshwari(Registrar General),2007-05-26,245 68/UHC/Admin.A/2007,2007-05-05,Regarding Additional Charge.,V.K.Maheshwari(Registrar General),2007-05-26,246 +10/Panchayat Election/3/Up Nirvachan/07,2007-04-13,Regarding Panchayal Election Nainital,District Magistrate Nainital(District Magistrate),2007-05-26,15 237/XXVII(8) Vanijya Kar (vat)06,2007-05-03,Regarding Amendment Uttaranchal value Added Tax Act-2005.,Alok Kumar Jain(PRINCIPAL SECRETARY),2007-05-26,102 364/XXXI(13)/G/06-2(3)/2006,2007-05-22,Regarding Rajdhani Chayan Ayog.,M.H.Khan(Secretary),2007-06-02,110 F-9/RG/UERC/2007/197,2007-05-18,Amendment to Uttarakhand Regulatory Commission.,Anand Kumar(Secretary),2007-06-02,247 @@ -1726,6 +2133,14 @@ 659/XVII/(2)/2007,2007-05-07,Establise Women Commission,Radha Raturi(Secretary),2007-06-02,109 199/18(1)/2007,2007-05-15,"Regarding Village Bif and Village Kharsali, Tehsil Barkot Uttarkashi.",N.S.Napalchyal(PRINCIPAL SECRETARY),2007-06-02,108 199/18(1)/2007,2007-05-15,"Regarding Village Bif and Village Kharsali, Tehsil Barkot Uttarkashi.",N.S.Napalchyal(PRINCIPAL SECRETARY),2007-06-02,108 +40/U.Pa.U.Na/2007,2007-05-17,Regarding Gram Panchayat Up Pradhan Election.,District Magistrate Uttarkashi(District Magistrate),2007-06-02,25 +15/Panchyat Election/2007,2007-05-17,Regarding Rudraprayag Panchayal Election.,District Magistrate Rudraprayag(District Magistrate),2007-06-02,26 +70/Panchayat Nirvachan/07,2007-05-17,Regarding Gram Panchayat Election Almora,District Magistrate Almora(District Magistrate),2007-06-02,28 +39/Panchayat Election/Up Pradhan/07,2007-05-17,Regarding Panchayat Election -Up Pradhan Dist Nainital.,Nidhi Mani Tripathi(District Magistrate),2007-06-02,30 +105/Panchayat Election/07,2007-05-17,Regarding Panchayat Election Pithoragarh,Zila Election Officer(Panchayat) Pithoragarh(District Magistrate),2007-06-02,31 +110/Panchayat/up Nirvachan/07,2007-05-17,,District Magistrate Champawat(District Magistrate),2007-06-02,33 +"21,22/Panchyat Election/07",2007-05-17,,District Magistrate Bageshwar(District Magistrate),2007-06-02,34 +"33,34/Panchayat Election/07",2007-04-13,Regarding Ward Member Election.,District Magistrate Almora(District Magistrate),2007-06-02,39 40/U.Pa.U.Na/2007,2007-05-17,Regarding Gram Panchayat Up Pradhan Election.,District Magistrate Uttarkashi(District Magistrate),2007-06-02,25 15/Panchyat Election/2007,2007-05-17,Regarding Rudraprayag Panchayal Election.,District Magistrate Rudraprayag(District Magistrate),2007-06-02,26 70/Panchayat Nirvachan/07,2007-05-17,Regarding Gram Panchayat Election Almora,District Magistrate Almora(District Magistrate),2007-06-02,28 @@ -1733,6 +2148,7 @@ 105/Panchayat Election/07,2007-05-17,Regarding Panchayat Election Pithoragarh,Zila Election Officer(Panchayat) Pithoragarh(District Magistrate),2007-06-02,31 110/Panchayat/up Nirvachan/07,2007-05-17,,District Magistrate Champawat(District Magistrate),2007-06-02,33 "21,22/Panchyat Election/07",2007-05-17,,District Magistrate Bageshwar(District Magistrate),2007-06-02,34 +"33,34/Panchayat Election/07",2007-04-13,Regarding Ward Member Election.,District Magistrate Almora(District Magistrate),2007-06-02,39 F-9/RG/UERC/2007/197,2007-05-18,Amendment to Uttarakhand Regulatory Commission.,Anand Kumar(Secretary),2007-06-02,247 364/XXXI(13)/G/06-2(3)/2006,2007-05-22,Regarding Rajdhani Chayan Ayog.,M.H.Khan(Secretary),2007-06-02,110 143/XXVII(6)/2007,2007-05-11,Regarding Retirement of Shri Manohar Singh Pokhriyal 31.1.2008,N.N.Thapliyal(Additional Secretary),2007-06-09,114 @@ -1741,8 +2157,10 @@ 413/XXVIII-2-2007-156/06,2007-05-18,,Manisha Panwar(Secretary),2007-06-09,112 363/XXVIII-2-2007-92/2006,2007-05-22,,Manisha Panwar(Secretary),2007-06-09,113 208/18(1)/2007,2007-05-21,,P.S.Jangpangi(Additional Secretary),2007-06-09,114 +143/XXVII(6)/2007,2007-05-11,Regarding Retirement of Shri Manohar Singh Pokhriyal 31.1.2008,N.N.Thapliyal(Additional Secretary),2007-06-09,114 413/XXVIII-2-2007-156/06,2007-05-18,,Manisha Panwar(Secretary),2007-06-09,112 363/XXVIII-2-2007-92/2006,2007-05-22,,Manisha Panwar(Secretary),2007-06-09,113 +143/XXVII(6)/2007,2007-05-11,Regarding Retirement of Shri Manohar Singh Pokhriyal 31.1.2008,N.N.Thapliyal(Additional Secretary),2007-06-09,114 208/18(1)/2007,2007-05-21,,P.S.Jangpangi(Additional Secretary),2007-06-09,114 413/XXVIII-2-2007-156/06,2007-05-18,,Manisha Panwar(Secretary),2007-06-09,112 363/XXVIII-2-2007-92/2006,2007-05-22,,Manisha Panwar(Secretary),2007-06-09,113 @@ -1772,12 +2190,14 @@ "124,125/Prasa/Licence/07",2007-05-28,Regarding Licence Cancel,RTO Pauri(RTO),2007-06-09,257 101/Prasa/Licence/2007,2007-04-03,Regarding Licence Cancel,Arjun Singh Gunjyal(RTO),2007-06-09,257 1624/Prasa/Licence/2007,2007-04-13,Regarding Licence Cancel,A.K.Singh(RTO),2007-06-09,259 +143/XXVII(6)/2007,2007-05-11,Regarding Retirement of Shri Manohar Singh Pokhriyal 31.1.2008,N.N.Thapliyal(Additional Secretary),2007-06-09,114 72/UHC/Admin.A/2007,2007-05-18,Regarding Amendment,V.K.Maheshwari(Registrar General),2007-06-09,251 "78,79/UHC/Admin.A/2007",2007-05-28,Regarding Additional Duties,V.K.Maheshwari(Registrar General),2007-06-09,252 72/UHC/Admin.A/2007,2007-05-18,Regarding Amendment,V.K.Maheshwari(Registrar General),2007-06-09,251 "78,79/UHC/Admin.A/2007",2007-05-28,Regarding Additional Duties,V.K.Maheshwari(Registrar General),2007-06-09,252 479/3/2007(1),2007-06-14,Appointment of Returning Officer for the Presidential Election 2007.,N ravishankar(Secretary and Chief Election Officer ),2007-06-14,1 479/3/2007(II),2007-06-14,Appointment of Returning Officer for the Presidential election-2007,N.Ravi Shanker(Secretary and Chief Election Officer ),2007-06-14,1 +479/3/2007(III),2007-06-14,Appointment of Assistant Returning Officer for the Presidential Election-2007,N.Ravi Shanker(Secretary and Chief Election Officer ),2007-06-14,1 479/3/2007(1),2007-06-14,Appointment of Returning Officer for the Presidential Election 2007.,N ravishankar(Secretary and Chief Election Officer ),2007-06-14,1 479/3/2007(II),2007-06-14,Appointment of Returning Officer for the Presidential election-2007,N.Ravi Shanker(Secretary and Chief Election Officer ),2007-06-14,1 479/3/2007(III),2007-06-14,Appointment of Assistant Returning Officer for the Presidential Election-2007,N.Ravi Shanker(Secretary and Chief Election Officer ),2007-06-14,1 @@ -1787,8 +2207,11 @@ F-9(15)/RG/UERC/2007,2007-04-17,Uttarakhand Electricity Regulatory Commission Act 2007,Anand Kumar(Secretary),2007-06-16,261 F-9(15)/RG/UERC/2007,2007-04-17,Uttarakhand Electricity Regulatory Commission Act 2007,Anand Kumar(Secretary),2007-06-16,261 297/XXVII(8)/VanijyaKar/2007,2007-06-01,The Uttar Pradesh Tax on Entry of Goods Act 2000,Alok Kumar Jain(PRINCIPAL SECRETARY),2007-06-16,118 +295/XXVII(8)/Vanijya Kar/2007,2007-06-01,Amendment in Schedule (B) of Uttaranchal value Added tax Act 2005.,Alok Kumar Jain(PRINCIPAL SECRETARY),2007-06-16,118 297/XXVII(8)/VanijyaKar/2007,2007-06-01,The Uttar Pradesh Tax on Entry of Goods Act 2000,Alok Kumar Jain(PRINCIPAL SECRETARY),2007-06-16,118 +295/XXVII(8)/Vanijya Kar/2007,2007-06-01,Amendment in Schedule (B) of Uttaranchal value Added tax Act 2005.,Alok Kumar Jain(PRINCIPAL SECRETARY),2007-06-16,118 297/XXVII(8)/VanijyaKar/2007,2007-06-01,The Uttar Pradesh Tax on Entry of Goods Act 2000,Alok Kumar Jain(PRINCIPAL SECRETARY),2007-06-16,118 +295/XXVII(8)/Vanijya Kar/2007,2007-06-01,Amendment in Schedule (B) of Uttaranchal value Added tax Act 2005.,Alok Kumar Jain(PRINCIPAL SECRETARY),2007-06-16,118 F-9(15)/RG/UERC/2007,2007-04-17,Uttarakhand Electricity Regulatory Commission Act 2007,Anand Kumar(Secretary),2007-06-16,261 76-II/I-2007-05-26/2007,2007-06-14,Name change -Uttarakhand to be read Instead of Uttaranchal,Shatrughna Singh(Secretary),2007-06-23,123 F(9)13/RG/UERC/2007/19,2007-04-05,Uttarakhand Electricity Regulatory Commission 2007.,Anand Kumar(Secretary),2007-06-23,315 @@ -1850,10 +2273,12 @@ 540/XX(2)/07/109,2007-07-05,Apoint the Superintendents of All the Examination Centres for the Written and Practical examination 20-7-07 to 30-7-07 as Executive Magistrates.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-07-14,164 206(1)/18(1)/2007,2007-07-02,"Village Tapovan, Tehsil Narendra Nagar as here by mentioned in the Schedule below .",N.S.Napalchyal(PRINCIPAL SECRETARY),2007-07-14,157 84/UHC/Admin.A/2007,2007-07-02,Judicial Matistrate Kashipur with place of Setting as Schedule -2,V.K.Maheshwari(Registrar General),2007-07-14,402 +80-83/XIV-69/Admin.A/2007,2007-06-21,Regarding Leave Sanction .,Ravindra Maithani(Additional Registrar),2007-07-14,401 540/XX(2)/07/109,2007-07-05,Apoint the Superintendents of All the Examination Centres for the Written and Practical examination 20-7-07 to 30-7-07 as Executive Magistrates.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-07-14,164 2363/10-1-2007-4(4)/2001,2007-06-29,Promotion to Shri Nagaindra Vikram Sindh,N.Ravi Shankar(PRINCIPAL SECRETARY),2007-07-14,156 819/Ayuktkar/2007,2007-06-13,Uttarakhand Value Added Tax 2005.,M.L.Pant(Commissioner Tax Officer),2007-07-14,402 84/UHC/Admin.A/2007,2007-07-02,Judicial Matistrate Kashipur with place of Setting as Schedule -2,V.K.Maheshwari(Registrar General),2007-07-14,402 +80-83/XIV-69/Admin.A/2007,2007-06-21,Regarding Leave Sanction .,Ravindra Maithani(Additional Registrar),2007-07-14,401 2363/10-1-2007-4(4)/2001,2007-06-29,Promotion to Shri Nagaindra Vikram Sindh,N.Ravi Shankar(PRINCIPAL SECRETARY),2007-07-14,156 819/Ayuktkar/2007,2007-06-13,Uttarakhand Value Added Tax 2005.,M.L.Pant(Commissioner Tax Officer),2007-07-14,402 206(1)/18(1)/2007,2007-07-02,"Village Tapovan, Tehsil Narendra Nagar as here by mentioned in the Schedule below .",N.S.Napalchyal(PRINCIPAL SECRETARY),2007-07-14,157 @@ -1871,10 +2296,13 @@ 1316/II-2007-01(440)/03,2007-06-28,Regarding Promotion to the Post of Asst.Engineer,N.Ravi Shankar(PRINCIPAL SECRETARY),2007-07-14,156 2363/10-1-2007-4(4)/2001,2007-06-29,Promotion to Shri Nagaindra Vikram Sindh,N.Ravi Shankar(PRINCIPAL SECRETARY),2007-07-14,156 84/UHC/Admin.A/2007,2007-07-02,Judicial Matistrate Kashipur with place of Setting as Schedule -2,V.K.Maheshwari(Registrar General),2007-07-14,402 +80-83/XIV-69/Admin.A/2007,2007-06-21,Regarding Leave Sanction .,Ravindra Maithani(Additional Registrar),2007-07-14,401 2363/10-1-2007-4(4)/2001,2007-06-29,Promotion to Shri Nagaindra Vikram Sindh,N.Ravi Shankar(PRINCIPAL SECRETARY),2007-07-14,156 84/UHC/Admin.A/2007,2007-07-02,Judicial Matistrate Kashipur with place of Setting as Schedule -2,V.K.Maheshwari(Registrar General),2007-07-14,402 +80-83/XIV-69/Admin.A/2007,2007-06-21,Regarding Leave Sanction .,Ravindra Maithani(Additional Registrar),2007-07-14,401 540/XX(2)/07/109,2007-07-05,Apoint the Superintendents of All the Examination Centres for the Written and Practical examination 20-7-07 to 30-7-07 as Executive Magistrates.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-07-14,164 84/UHC/Admin.A/2007,2007-07-02,Judicial Matistrate Kashipur with place of Setting as Schedule -2,V.K.Maheshwari(Registrar General),2007-07-14,402 +80-83/XIV-69/Admin.A/2007,2007-06-21,Regarding Leave Sanction .,Ravindra Maithani(Additional Registrar),2007-07-14,401 540/XX(2)/07/109,2007-07-05,Apoint the Superintendents of All the Examination Centres for the Written and Practical examination 20-7-07 to 30-7-07 as Executive Magistrates.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-07-14,164 540/XX(2)/07/109,2007-07-05,Apoint the Superintendents of All the Examination Centres for the Written and Practical examination 20-7-07 to 30-7-07 as Executive Magistrates.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-07-14,164 479/16/2007,2007-07-16,Counting of the Votes for the Presidential election-2007,Radha Raturi (Secretary and Chief Election Officer ),2007-07-16,1 @@ -1894,20 +2322,30 @@ 96/XXXII/2007,2007-07-06,Uttarakhand State Estate Driver Absorption (first amendment Rules 2007.,Utpal Kumar Singh(Secretary),2007-07-21,164 540/XX(2)/07/109/04,2007-07-05,Written and Practical examination be conducted from 20.7.07 to 30.7.2007.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-07-21,164 540/XX(2)/07/109/04,2007-07-05,Written and Practical examination be conducted from 20.7.07 to 30.7.2007.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-07-21,164 +121/Nagar-Nikaya/Info/Nirvachan/2007,2007-07-04,à ¤®à ¥�â€�à ¤¸à ¤®à ¤¬,District Magistrate Almora(District Magistrate),2007-07-21,45 15P/Equip-Purchase/10808,2007-04-28,Rate Contract of Equipments,Director General Medical Health and Family Welfare(Director General),2007-07-21,405 540/XX(2)/07/109/04,2007-07-05,Written and Practical examination be conducted from 20.7.07 to 30.7.2007.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-07-21,164 +121/Nagar-Nikaya/Info/Nirvachan/2007,2007-07-04,à ¤®à ¥�â€�à ¤¸à ¤®à ¤¬,District Magistrate Almora(District Magistrate),2007-07-21,45 +121/Nagar-Nikaya/Info/Nirvachan/2007,2007-07-04,à ¤®à ¥�â€�à ¤¸à ¤®à ¤¬,District Magistrate Almora(District Magistrate),2007-07-21,45 +540/XX(2)/07/109/04,2007-07-05,Written and Practical examination be conducted from 20.7.07 to 30.7.2007.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-07-21,164 RS/17/2007/VPE,2007-07-26,Election to the Office of the Vice President of India LIst of contesting candidates.,Radha Raturi (Secretary and Chief Election Officer ),2007-07-26,1 +566/20-6/01/2006,2007-06-18,Promotion to shri Bharat Singh Aswal,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-07-28,168 305/XV-1/2(58)/2005,2007-07-17,Promotion - Shri Dayal Singh Rawat and Rajendra Ram,Dr.Ranveer Singh(Secretary),2007-07-28,168 85/UHC/Admin.A/2007,2007-07-04,Section officers are Promoted to the post of Assistant Registrar.,V.K.Maheshwari(Registrar General),2007-07-28,425 88/UHC/Admin/2007,2007-07-06,"Shri Ajay Semwal,Assistant Registrar is Appointed as Chief Public Relation officer .",V.K.Maheshwari(Registrar General),2007-07-28,426 +"86,87/XIV-60/Admin/2007",2007-07-06,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-07-28,426 +89 to 92/xiv/11/Admin/2007,2007-07-09,Regarding Leave Sanction .,Ravindra Maithani(Additional Registrar),2007-07-28,426 566/20-6/01/2006,2007-06-18,Promotion to shri Bharat Singh Aswal,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-07-28,168 85/UHC/Admin.A/2007,2007-07-04,Section officers are Promoted to the post of Assistant Registrar.,V.K.Maheshwari(Registrar General),2007-07-28,425 88/UHC/Admin/2007,2007-07-06,"Shri Ajay Semwal,Assistant Registrar is Appointed as Chief Public Relation officer .",V.K.Maheshwari(Registrar General),2007-07-28,426 +"86,87/XIV-60/Admin/2007",2007-07-06,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-07-28,426 +89 to 92/xiv/11/Admin/2007,2007-07-09,Regarding Leave Sanction .,Ravindra Maithani(Additional Registrar),2007-07-28,426 85/UHC/Admin.A/2007,2007-07-04,Section officers are Promoted to the post of Assistant Registrar.,V.K.Maheshwari(Registrar General),2007-07-28,425 88/UHC/Admin/2007,2007-07-06,"Shri Ajay Semwal,Assistant Registrar is Appointed as Chief Public Relation officer .",V.K.Maheshwari(Registrar General),2007-07-28,426 "86,87/XIV-60/Admin/2007",2007-07-06,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-07-28,426 89 to 92/xiv/11/Admin/2007,2007-07-09,Regarding Leave Sanction .,Ravindra Maithani(Additional Registrar),2007-07-28,426 566/20-6/01/2006,2007-06-18,Promotion to shri Bharat Singh Aswal,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-07-28,168 +566/20-6/01/2006,2007-06-18,Promotion to shri Bharat Singh Aswal,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-07-28,168 1741-1753/7-Licence-12/207-08,2007-06-04,Wine Licence 2007-08,Harish Chandra Joshi(Secretary),2007-07-28,169 566/20-6/01/2006,2007-06-18,Promotion to shri Bharat Singh Aswal,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-07-28,168 305/XV-1/2(58)/2005,2007-07-17,Promotion - Shri Dayal Singh Rawat and Rajendra Ram,Dr.Ranveer Singh(Secretary),2007-07-28,168 @@ -1920,16 +2358,25 @@ 305/XV-1/2(58)/2005,2007-07-17,Promotion - Shri Dayal Singh Rawat and Rajendra Ram,Dr.Ranveer Singh(Secretary),2007-07-28,168 85/UHC/Admin.A/2007,2007-07-04,Section officers are Promoted to the post of Assistant Registrar.,V.K.Maheshwari(Registrar General),2007-07-28,425 88/UHC/Admin/2007,2007-07-06,"Shri Ajay Semwal,Assistant Registrar is Appointed as Chief Public Relation officer .",V.K.Maheshwari(Registrar General),2007-07-28,426 +"86,87/XIV-60/Admin/2007",2007-07-06,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-07-28,426 +89 to 92/xiv/11/Admin/2007,2007-07-09,Regarding Leave Sanction .,Ravindra Maithani(Additional Registrar),2007-07-28,426 305/XV-1/2(58)/2005,2007-07-17,Promotion - Shri Dayal Singh Rawat and Rajendra Ram,Dr.Ranveer Singh(Secretary),2007-07-28,168 85/UHC/Admin.A/2007,2007-07-04,Section officers are Promoted to the post of Assistant Registrar.,V.K.Maheshwari(Registrar General),2007-07-28,425 88/UHC/Admin/2007,2007-07-06,"Shri Ajay Semwal,Assistant Registrar is Appointed as Chief Public Relation officer .",V.K.Maheshwari(Registrar General),2007-07-28,426 +"86,87/XIV-60/Admin/2007",2007-07-06,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-07-28,426 +89 to 92/xiv/11/Admin/2007,2007-07-09,Regarding Leave Sanction .,Ravindra Maithani(Additional Registrar),2007-07-28,426 +566/20-6/01/2006,2007-06-18,Promotion to shri Bharat Singh Aswal,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-07-28,168 85/UHC/Admin.A/2007,2007-07-04,Section officers are Promoted to the post of Assistant Registrar.,V.K.Maheshwari(Registrar General),2007-07-28,425 88/UHC/Admin/2007,2007-07-06,"Shri Ajay Semwal,Assistant Registrar is Appointed as Chief Public Relation officer .",V.K.Maheshwari(Registrar General),2007-07-28,426 +"86,87/XIV-60/Admin/2007",2007-07-06,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-07-28,426 +89 to 92/xiv/11/Admin/2007,2007-07-09,Regarding Leave Sanction .,Ravindra Maithani(Additional Registrar),2007-07-28,426 566/20-6/01/2006,2007-06-18,Promotion to shri Bharat Singh Aswal,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-07-28,168 +566/20-6/01/2006,2007-06-18,Promotion to shri Bharat Singh Aswal,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-07-28,168 480/2007/P.L.N.-III,2007-08-01,Counting of the Votes for the Vice Presidential Election-2007,Radha Raturi (Secretary and Chief Election Officer ),2007-08-01,1 100/UKH-LA/1/2007,2007-08-03,Nomination and poll date of 30 Dhumakot LA bye Election.,Radha Raturi (Secretary and Chief Election Officer ),2007-08-03,1 93/UHC/Admin.(A)/2007,2007-07-10,"Shri Rajendra Singh Chauhan, Section officer is promoted to the post of Assistant registrar .",V.K.Maheshwari(Registrar General),2007-08-04,427 94/UHC/Admin.(A)/2007,2007-07-11,"Smt.Meena Tiwari,IInd Addl.District and Sessions judge dehradun is hereby appointed Special Judge.",V.K.Maheshwari(Registrar General),2007-08-04,427 +"95,96,97,98,99,100,101/XIV/Admin/2007",2007-07-11,Regarding Leave sanction,Ravindra Maithani(Additional Registrar),2007-08-04,428 602/XX(2)/07/126/Kanwar Mela/2004,2007-07-19,Regarding (Kanwar Mela Haridwar),N.S.Napalchyal(PRINCIPAL SECRETARY),2007-08-04,188 "942,943/VIII/07/2007",2007-07-20,,Narayan Singh Negi (Chief Secretary),2007-08-04,190 602/XX(2)/07/126/Kanwar Mela/2004,2007-07-19,Regarding (Kanwar Mela Haridwar),N.S.Napalchyal(PRINCIPAL SECRETARY),2007-08-04,188 @@ -1943,15 +2390,21 @@ 602/XX(2)/07/126/Kanwar Mela/2004,2007-07-19,Regarding (Kanwar Mela Haridwar),N.S.Napalchyal(PRINCIPAL SECRETARY),2007-08-04,188 93/UHC/Admin.(A)/2007,2007-07-10,"Shri Rajendra Singh Chauhan, Section officer is promoted to the post of Assistant registrar .",V.K.Maheshwari(Registrar General),2007-08-04,427 94/UHC/Admin.(A)/2007,2007-07-11,"Smt.Meena Tiwari,IInd Addl.District and Sessions judge dehradun is hereby appointed Special Judge.",V.K.Maheshwari(Registrar General),2007-08-04,427 +"95,96,97,98,99,100,101/XIV/Admin/2007",2007-07-11,Regarding Leave sanction,Ravindra Maithani(Additional Registrar),2007-08-04,428 602/XX(2)/07/126/Kanwar Mela/2004,2007-07-19,Regarding (Kanwar Mela Haridwar),N.S.Napalchyal(PRINCIPAL SECRETARY),2007-08-04,188 2045/II-2007-01(46)/2006,2007-07-24,Superniotion after 60 year service,N.Ravi Shankar(PRINCIPAL SECRETARY),2007-08-04,189 93/UHC/Admin.(A)/2007,2007-07-10,"Shri Rajendra Singh Chauhan, Section officer is promoted to the post of Assistant registrar .",V.K.Maheshwari(Registrar General),2007-08-04,427 +94/UHC/Admin.(A)/2007,2007-07-11,"Smt.Meena Tiwari,IInd Addl.District and Sessions judge dehradun is hereby appointed Special Judge.",V.K.Maheshwari(Registrar General),2007-08-04,427 +"95,96,97,98,99,100,101/XIV/Admin/2007",2007-07-11,Regarding Leave sanction,Ravindra Maithani(Additional Registrar),2007-08-04,428 730/18(1)/2006,2006-12-22,Governor is pleased to give protection to the employees/officers of Revinue Police for the purpose of granting,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-08-04,188 2045/II-2007-01(46)/2006,2007-07-24,Superniotion after 60 year service,N.Ravi Shankar(PRINCIPAL SECRETARY),2007-08-04,189 93/UHC/Admin.(A)/2007,2007-07-10,"Shri Rajendra Singh Chauhan, Section officer is promoted to the post of Assistant registrar .",V.K.Maheshwari(Registrar General),2007-08-04,427 94/UHC/Admin.(A)/2007,2007-07-11,"Smt.Meena Tiwari,IInd Addl.District and Sessions judge dehradun is hereby appointed Special Judge.",V.K.Maheshwari(Registrar General),2007-08-04,427 +"95,96,97,98,99,100,101/XIV/Admin/2007",2007-07-11,Regarding Leave sanction,Ravindra Maithani(Additional Registrar),2007-08-04,428 602/XX(2)/07/126/Kanwar Mela/2004,2007-07-19,Regarding (Kanwar Mela Haridwar),N.S.Napalchyal(PRINCIPAL SECRETARY),2007-08-04,188 93/UHC/Admin.(A)/2007,2007-07-10,"Shri Rajendra Singh Chauhan, Section officer is promoted to the post of Assistant registrar .",V.K.Maheshwari(Registrar General),2007-08-04,427 +94/UHC/Admin.(A)/2007,2007-07-11,"Smt.Meena Tiwari,IInd Addl.District and Sessions judge dehradun is hereby appointed Special Judge.",V.K.Maheshwari(Registrar General),2007-08-04,427 +"95,96,97,98,99,100,101/XIV/Admin/2007",2007-07-11,Regarding Leave sanction,Ravindra Maithani(Additional Registrar),2007-08-04,428 F-9(18)/RG/UERC/2007/362,2007-07-16,Uttarakhand Electricity Regulatory Commission.,Anand Kumar(Secretary),2007-08-04,429 3639/I/2004-02-02(3)-20/2003,2007-07-20,Appointed to Shri B.J.Talwar as President Uttarakhand Electricity Regulatory Commission.,Satrughan Singh(Secretary),2007-08-04,190 2045/II-2007-01(46)/2006,2007-07-24,Superniotion after 60 year service,N.Ravi Shankar(PRINCIPAL SECRETARY),2007-08-04,189 @@ -1959,6 +2412,7 @@ 602/XX(2)/07/126/Kanwar Mela/2004,2007-07-19,Regarding (Kanwar Mela Haridwar),N.S.Napalchyal(PRINCIPAL SECRETARY),2007-08-04,188 2045/II-2007-01(46)/2006,2007-07-24,Superniotion after 60 year service,N.Ravi Shankar(PRINCIPAL SECRETARY),2007-08-04,189 602/XX(2)/07/126/Kanwar Mela/2004,2007-07-19,Regarding (Kanwar Mela Haridwar),N.S.Napalchyal(PRINCIPAL SECRETARY),2007-08-04,188 +919/V.S./109/2001,2007-07-25,Leave Sanction,Ravindra Maithani(Additional Registrar),2007-08-11,443 "1016,1017,1018,1019.1020/Ayukt kar/2007",2007-07-03,Regarding Uttarakhand Value Added Tax act 1957.,M.L.Pant(Commissioner Tax Officer),2007-08-11,444 919/V.S./109/2001,2007-07-17,Promotion to the post of Additional Secretary,Mahesh Chandra(Secretary),2007-08-11,198 286/28-2-2007-138/2006,2007-07-25,Regarding -Promotion to the post of Chief Medical Officer,Manisha Panwar(Secretary),2007-08-11,194 @@ -1971,11 +2425,15 @@ 919/V.S./109/2001,2007-07-17,Promotion to the post of Additional Secretary,Mahesh Chandra(Secretary),2007-08-11,198 88/21/-138/07,2007-07-20,Election to the post President District Panchayat -Janpad Chamoli.,D.S.Gabaryal(District Magistrate),2007-08-11,49 919/V.S./109/2001,2007-07-17,Promotion to the post of Additional Secretary,Mahesh Chandra(Secretary),2007-08-11,198 +919/V.S./109/2001,2007-07-25,Leave Sanction,Ravindra Maithani(Additional Registrar),2007-08-11,443 257/XXVII(8)/Vanijyakar/2007,2007-07-30,Uttarakhand Value Added Tax Act-2005.,Radha Raturi(Secretary),2007-08-11,196 +919/V.S./109/2001,2007-07-25,Leave Sanction,Ravindra Maithani(Additional Registrar),2007-08-11,443 1094/XVII(2)/2007,2007-07-30,Appointment,Radha Raturi(Secretary),2007-08-11,197 +919/V.S./109/2001,2007-07-25,Leave Sanction,Ravindra Maithani(Additional Registrar),2007-08-11,443 257/XXVII(8)/Vanijyakar/2007,2007-07-30,Uttarakhand Value Added Tax Act-2005.,Radha Raturi(Secretary),2007-08-11,196 "1016,1017,1018,1019.1020/Ayukt kar/2007",2007-07-03,Regarding Uttarakhand Value Added Tax act 1957.,M.L.Pant(Commissioner Tax Officer),2007-08-11,444 286/28-2-2007-138/2006,2007-07-25,Regarding -Promotion to the post of Chief Medical Officer,Manisha Panwar(Secretary),2007-08-11,194 +919/V.S./109/2001,2007-07-25,Leave Sanction,Ravindra Maithani(Additional Registrar),2007-08-11,443 257/XXVII(8)/Vanijyakar/2007,2007-07-30,Uttarakhand Value Added Tax Act-2005.,Radha Raturi(Secretary),2007-08-11,196 "1016,1017,1018,1019.1020/Ayukt kar/2007",2007-07-03,Regarding Uttarakhand Value Added Tax act 1957.,M.L.Pant(Commissioner Tax Officer),2007-08-11,444 286/28-2-2007-138/2006,2007-07-25,Regarding -Promotion to the post of Chief Medical Officer,Manisha Panwar(Secretary),2007-08-11,194 @@ -1984,12 +2442,14 @@ 3/4/ID/2007/J.S.-II/Uttarakhand,2007-08-17,Identification of Voters by Other Ocuments.,Radha Raturi (Secretary and Chief Election Officer ),2007-08-17,1 3122 to 3136 /UHC/Admin.A/2007,2007-07-04,( on Taking over Handing Over)Charge Certificate,V.K.Maheshwa(Registrar General),2007-08-18,449 3116 to 3130/UHC/Admin.A/2007,2007-07-04,Handing Over/Taking Over Charge Certificate,V.K.Mahaiswari(Registrar General),2007-08-18,452 +383/XXVII(8)/Vanijyakar/2007,2007-08-07,"Posting and Joining,",M.L.Pant(PRINCIPAL SECRETARY),2007-08-18,201 383/XXVII(8)/Vanijyakar/2007,2007-08-07,"Posting and Joining,",M.L.Pant(PRINCIPAL SECRETARY),2007-08-18,201 454/XV-1/2(29)/2007,2007-08-03,"Promoted to Shri R.P.Bahuguna, Addl.Director",Dr.Ranveer Singh(Secretary),2007-08-18,201 3122 to 3136 /UHC/Admin.A/2007,2007-07-04,( on Taking over Handing Over)Charge Certificate,V.K.Maheshwa(Registrar General),2007-08-18,449 3116 to 3130/UHC/Admin.A/2007,2007-07-04,Handing Over/Taking Over Charge Certificate,V.K.Mahaiswari(Registrar General),2007-08-18,452 898/II-2007-01/2007,2007-08-03,Superniosion Shri B.R.K.Pant Asst.Engineer,P.K..Mahanti(Secretary),2007-08-18,200 2823/II-2007-01(81)/05,2007-08-09,Promoted to Shri Nand Kishore Upreti,N.Ravi Shankar(PRINCIPAL SECRETARY),2007-08-18,200 +383/XXVII(8)/Vanijyakar/2007,2007-08-07,"Posting and Joining,",M.L.Pant(PRINCIPAL SECRETARY),2007-08-18,201 3122 to 3136 /UHC/Admin.A/2007,2007-07-04,( on Taking over Handing Over)Charge Certificate,V.K.Maheshwa(Registrar General),2007-08-18,449 3116 to 3130/UHC/Admin.A/2007,2007-07-04,Handing Over/Taking Over Charge Certificate,V.K.Mahaiswari(Registrar General),2007-08-18,452 898/II-2007-01/2007,2007-08-03,Superniosion Shri B.R.K.Pant Asst.Engineer,P.K..Mahanti(Secretary),2007-08-18,200 @@ -1997,6 +2457,7 @@ 3122 to 3136 /UHC/Admin.A/2007,2007-07-04,( on Taking over Handing Over)Charge Certificate,V.K.Maheshwa(Registrar General),2007-08-18,449 3116 to 3130/UHC/Admin.A/2007,2007-07-04,Handing Over/Taking Over Charge Certificate,V.K.Mahaiswari(Registrar General),2007-08-18,452 255-4-91/2005,2007-03-15,Department Exam Conduct by Uttarakhand Academy Nainital,Rakesh Sharma (Director),2007-08-18,455 +383/XXVII(8)/Vanijyakar/2007,2007-08-07,"Posting and Joining,",M.L.Pant(PRINCIPAL SECRETARY),2007-08-18,201 3122 to 3136 /UHC/Admin.A/2007,2007-07-04,( on Taking over Handing Over)Charge Certificate,V.K.Maheshwa(Registrar General),2007-08-18,449 3116 to 3130/UHC/Admin.A/2007,2007-07-04,Handing Over/Taking Over Charge Certificate,V.K.Mahaiswari(Registrar General),2007-08-18,452 383/XXVII(8)/Vanijyakar/2007,2007-08-07,"Posting and Joining,",M.L.Pant(PRINCIPAL SECRETARY),2007-08-18,201 @@ -2012,6 +2473,8 @@ 284/I-31-2007,2007-05-05,Office of Zila Judge Champawat( Handing Over/Taking Over,V.K.Maheshwari(Registrar General),2007-08-25,462 "3198,3199/UHC/Admin/2007",2007-07-10,On Handing Over/On Taking Over,V.K.Maheshwari(Registrar General),2007-08-25,466 3594-3602/UHC/Admin/2007,2007-08-08,Handing over/Taking over,V.K.Maheshwari(Registrar General),2007-08-25,467 +"107,110,111/XIV/UH/16/Admin/07",2007-08-08,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-08-25,462 +112/UHC/Admin/2007,2007-08-08,"Shri V.K.Maheshwari, Registrar General HC Uttarakhand is appointed as Director Uttarakhand Judicial and Legal Academy on Part time Basis.",Ravindra Maithani(Additional Registrar),2007-08-25,462 995/V.S./288/2004,2007-08-07,,Mahesh Chandra(Secretary),2007-08-25,206 949/V.S./25/2001,2007-07-27,"Apointment Shri Vinod Singh Rawat, Teachear Inter Collage Mathali, Pauri Garhwal.",Mahesh Chandra(Secretary),2007-08-25,206 995/V.S./288/2004,2007-08-07,,Mahesh Chandra(Secretary),2007-08-25,206 @@ -2026,34 +2489,56 @@ "108, 109/UHC/Admin(A)/2007",2007-08-08,Following Upper Division Assistants are Promoted to the post of Section officer,V.K.Maheshwari(Registrar General),2007-08-25,461 "270,277/I",2007-05-10,Office of District Judge Bageshwar ( Handing/Taking Over),V.K.Maheshwari(Registrar General),2007-08-25,463 "3171,3172/I",2007-07-07,Handing Over/Taking Over,V.K.Maheshwari(Registrar General),2007-08-25,464 +284/I-31-2007,2007-05-05,Office of Zila Judge Champawat( Handing Over/Taking Over,V.K.Maheshwari(Registrar General),2007-08-25,462 +"3198,3199/UHC/Admin/2007",2007-07-10,On Handing Over/On Taking Over,V.K.Maheshwari(Registrar General),2007-08-25,466 +3594-3602/UHC/Admin/2007,2007-08-08,Handing over/Taking over,V.K.Maheshwari(Registrar General),2007-08-25,467 +"107,110,111/XIV/UH/16/Admin/07",2007-08-08,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-08-25,462 +112/UHC/Admin/2007,2007-08-08,"Shri V.K.Maheshwari, Registrar General HC Uttarakhand is appointed as Director Uttarakhand Judicial and Legal Academy on Part time Basis.",Ravindra Maithani(Additional Registrar),2007-08-25,462 "108, 109/UHC/Admin(A)/2007",2007-08-08,Following Upper Division Assistants are Promoted to the post of Section officer,V.K.Maheshwari(Registrar General),2007-08-25,461 "270,277/I",2007-05-10,Office of District Judge Bageshwar ( Handing/Taking Over),V.K.Maheshwari(Registrar General),2007-08-25,463 "3171,3172/I",2007-07-07,Handing Over/Taking Over,V.K.Maheshwari(Registrar General),2007-08-25,464 +284/I-31-2007,2007-05-05,Office of Zila Judge Champawat( Handing Over/Taking Over,V.K.Maheshwari(Registrar General),2007-08-25,462 +"3198,3199/UHC/Admin/2007",2007-07-10,On Handing Over/On Taking Over,V.K.Maheshwari(Registrar General),2007-08-25,466 +3594-3602/UHC/Admin/2007,2007-08-08,Handing over/Taking over,V.K.Maheshwari(Registrar General),2007-08-25,467 +"107,110,111/XIV/UH/16/Admin/07",2007-08-08,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-08-25,462 +112/UHC/Admin/2007,2007-08-08,"Shri V.K.Maheshwari, Registrar General HC Uttarakhand is appointed as Director Uttarakhand Judicial and Legal Academy on Part time Basis.",Ravindra Maithani(Additional Registrar),2007-08-25,462 3087/16-25,2007-05-10,,Prasan Kumar Patro(Addl Forestor),2007-08-25,464 "108, 109/UHC/Admin(A)/2007",2007-08-08,Following Upper Division Assistants are Promoted to the post of Section officer,V.K.Maheshwari(Registrar General),2007-08-25,461 "270,277/I",2007-05-10,Office of District Judge Bageshwar ( Handing/Taking Over),V.K.Maheshwari(Registrar General),2007-08-25,463 "3171,3172/I",2007-07-07,Handing Over/Taking Over,V.K.Maheshwari(Registrar General),2007-08-25,464 284/I-31-2007,2007-05-05,Office of Zila Judge Champawat( Handing Over/Taking Over,V.K.Maheshwari(Registrar General),2007-08-25,462 "3198,3199/UHC/Admin/2007",2007-07-10,On Handing Over/On Taking Over,V.K.Maheshwari(Registrar General),2007-08-25,466 +3594-3602/UHC/Admin/2007,2007-08-08,Handing over/Taking over,V.K.Maheshwari(Registrar General),2007-08-25,467 +"107,110,111/XIV/UH/16/Admin/07",2007-08-08,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-08-25,462 +112/UHC/Admin/2007,2007-08-08,"Shri V.K.Maheshwari, Registrar General HC Uttarakhand is appointed as Director Uttarakhand Judicial and Legal Academy on Part time Basis.",Ravindra Maithani(Additional Registrar),2007-08-25,462 "108, 109/UHC/Admin(A)/2007",2007-08-08,Following Upper Division Assistants are Promoted to the post of Section officer,V.K.Maheshwari(Registrar General),2007-08-25,461 "270,277/I",2007-05-10,Office of District Judge Bageshwar ( Handing/Taking Over),V.K.Maheshwari(Registrar General),2007-08-25,463 "3171,3172/I",2007-07-07,Handing Over/Taking Over,V.K.Maheshwari(Registrar General),2007-08-25,464 +284/I-31-2007,2007-05-05,Office of Zila Judge Champawat( Handing Over/Taking Over,V.K.Maheshwari(Registrar General),2007-08-25,462 +"3198,3199/UHC/Admin/2007",2007-07-10,On Handing Over/On Taking Over,V.K.Maheshwari(Registrar General),2007-08-25,466 +3594-3602/UHC/Admin/2007,2007-08-08,Handing over/Taking over,V.K.Maheshwari(Registrar General),2007-08-25,467 +"107,110,111/XIV/UH/16/Admin/07",2007-08-08,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-08-25,462 +112/UHC/Admin/2007,2007-08-08,"Shri V.K.Maheshwari, Registrar General HC Uttarakhand is appointed as Director Uttarakhand Judicial and Legal Academy on Part time Basis.",Ravindra Maithani(Additional Registrar),2007-08-25,462 606/XIV-1/2007,2007-08-27,The Uttarakhand (Cooperative Department)Group III Subordinate Service (Amendment) Rules 2007,Dr.Ranveer Singh(Secretary),2007-08-27,1 1139/XVII(2)/2007,2007-08-10,Required Additional post Uttarakhand Women Empowerment Commission,Radha Raturi(Secretary),2007-09-01,212 4064/VII-1/80/Udyog/2005,2007-08-23,शà¥à¤°à¥€ जी सी पाणà¥â€à¤¡à¥‡ को उदà¥à¤¯à¥‹à¤— निदेशालय देहरादून में उप निदेशक के पद पर तैनात किया जाता है,P.C.Sharma(PRINCIPAL SECRETARY),2007-09-01,212 113/UHC/Stationary/2007,2007-08-13,Holiday of Nandashtami on 19 Sept 2007,V.K.Maheshwari(Registrar General),2007-09-01,471 +"114,115,116,117/XIV-71/admin/",2007-08-18,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-09-01,471 695/XVII(1)-01/2007-77,2007-08-20,The Uttarakhand( The Uttaranchal Commission for the Scheduled Castes and Scheduled tribes Act 2003) adaptation and modification order 2007,Vinita Kumar (PRINCIPAL SECRETARY),2007-09-01,208 113/UHC/Stationary/2007,2007-08-13,Holiday of Nandashtami on 19 Sept 2007,V.K.Maheshwari(Registrar General),2007-09-01,471 +"114,115,116,117/XIV-71/admin/",2007-08-18,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-09-01,471 4064/VII-1/80/Udyog/2005,2007-08-23,शà¥à¤°à¥€ जी सी पाणà¥â€à¤¡à¥‡ को उदà¥à¤¯à¥‹à¤— निदेशालय देहरादून में उप निदेशक के पद पर तैनात किया जाता है,P.C.Sharma(PRINCIPAL SECRETARY),2007-09-01,212 33968/Lokayukt/2007,2007-08-10,Promoted to Shri Bhupendra Kumar Joshi Section Officer Lokayukt Karyalaya Uttarakhand.,S.H.A.Razza(Justice),2007-09-01,472 234/XXVIII-2-2007-58/2004tc,2007-08-16,Regarding promotion to post of Upper Director,Manisha Panwar(Secretary),2007-09-01,214 561/15/07/XIV02/2007,2007-08-22,Uttarakhand Cane supervisor group III(Amendment) Service Rules 2007,P.C.Sharma(PRINCIPAL SECRETARY),2007-09-01,209 1370/Form Section/2007-08,2007-07-31,Misplace Form C/F,M.L.Pant(Commissioner Tax Officer),2007-09-01,472 113/UHC/Stationary/2007,2007-08-13,Holiday of Nandashtami on 19 Sept 2007,V.K.Maheshwari(Registrar General),2007-09-01,471 +"114,115,116,117/XIV-71/admin/",2007-08-18,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-09-01,471 113/UHC/Stationary/2007,2007-08-13,Holiday of Nandashtami on 19 Sept 2007,V.K.Maheshwari(Registrar General),2007-09-01,471 "114,115,116,117/XIV-71/admin/",2007-08-18,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-09-01,471 1370/Form Section/2007-08,2007-07-31,Misplace Form C/F,M.L.Pant(Commissioner Tax Officer),2007-09-01,472 113/UHC/Stationary/2007,2007-08-13,Holiday of Nandashtami on 19 Sept 2007,V.K.Maheshwari(Registrar General),2007-09-01,471 +"114,115,116,117/XIV-71/admin/",2007-08-18,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-09-01,471 4064/VII-1/80/Udyog/2005,2007-08-23,शà¥à¤°à¥€ जी सी पाणà¥â€à¤¡à¥‡ को उदà¥à¤¯à¥‹à¤— निदेशालय देहरादून में उप निदेशक के पद पर तैनात किया जाता है,P.C.Sharma(PRINCIPAL SECRETARY),2007-09-01,212 869/II/I-(III)/2007-04/13/2005,2007-08-20,Uttaranchal Power Development fund rules 2004 Adaptation and modification order 2007,Shatrughna Singh(Secretary),2007-09-01,214 76/UKH-LA/2007,2007-09-07,Disqualification reason and candidate name with Consituency.,Radha Raturi (Secretary and Chief Election Officer ),2007-09-07,1 @@ -2064,7 +2549,9 @@ 801/XX(2)(2)/98/2007,2007-08-29,शà¥à¤°à¥€ विनोद पà¥à¤°à¤¸à¤¾à¤¦ रतूडी मà¥à¤–à¥â€à¤¯ नगर अधिकारी नगर निगम को डी.à¤.बी. कालेज के छातà¥à¤°à¥ नेताओ à¤à¤µà¤‚ पà¥à¤²à¤¿à¤¸ के मधà¥â€à¤¯ हà¥à¤¯à¥‡ विवाद के लिये जांच अधिकारी नियà¥à¤•à¥â€à¤¤ करते है,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-09-08,218 801/XX(2)(2)/98/2007,2007-08-29,शà¥à¤°à¥€ विनोद पà¥à¤°à¤¸à¤¾à¤¦ रतूडी मà¥à¤–à¥â€à¤¯ नगर अधिकारी नगर निगम को डी.à¤.बी. कालेज के छातà¥à¤°à¥ नेताओ à¤à¤µà¤‚ पà¥à¤²à¤¿à¤¸ के मधà¥â€à¤¯ हà¥à¤¯à¥‡ विवाद के लिये जांच अधिकारी नियà¥à¤•à¥â€à¤¤ करते है,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-09-08,218 429/436/I-Certified,2007-08-14,Handing/Taking Over Charge,V.K.Maheshwari(Registrar General),2007-09-08,478 +"118,119/XIV/Admin.A/2007",2007-08-27,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-09-08,477 429/436/I-Certified,2007-08-14,Handing/Taking Over Charge,V.K.Maheshwari(Registrar General),2007-09-08,478 +"118,119/XIV/Admin.A/2007",2007-08-27,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-09-08,477 15/9(M)XXXVI(1)/2007,2007-08-22,"Appoint Shri Ramesh Chandra Yadav,Advocate as NOtary for a period of Five years Tehsil Kashipur,USNagar.",R.D.Paliwal(Secretary),2007-09-08,218 801/XX(2)(2)/98/2007,2007-08-29,शà¥à¤°à¥€ विनोद पà¥à¤°à¤¸à¤¾à¤¦ रतूडी मà¥à¤–à¥â€à¤¯ नगर अधिकारी नगर निगम को डी.à¤.बी. कालेज के छातà¥à¤°à¥ नेताओ à¤à¤µà¤‚ पà¥à¤²à¤¿à¤¸ के मधà¥â€à¤¯ हà¥à¤¯à¥‡ विवाद के लिये जांच अधिकारी नियà¥à¤•à¥â€à¤¤ करते है,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-09-08,218 15/9(M)XXXVI(1)/2007,2007-08-22,"Appoint Shri Ramesh Chandra Yadav,Advocate as NOtary for a period of Five years Tehsil Kashipur,USNagar.",R.D.Paliwal(Secretary),2007-09-08,218 @@ -2073,12 +2560,14 @@ 416/13-1-1-,2007-08-20,Charge Certificate Yamuna Forest Barkot,Ramesh Chandra (DFO Barkot),2007-09-08,479 425/XXXI(13)/G/2007,2007-08-27,Field Firing and Artillery Practice Act 1938.,Bhaskara Nand(Additional Secretary),2007-09-08,219 429/436/I-Certified,2007-08-14,Handing/Taking Over Charge,V.K.Maheshwari(Registrar General),2007-09-08,478 +"118,119/XIV/Admin.A/2007",2007-08-27,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-09-08,477 2422/2007-08/Ddun,2007-08-16,Regarding Shri mati Rashika Siddiqui Dist.Sports Officer USNagar.,N.S.Negi (Secretary),2007-09-08,220 429/436/I-Certified,2007-08-14,Handing/Taking Over Charge,V.K.Maheshwari(Registrar General),2007-09-08,478 "118,119/XIV/Admin.A/2007",2007-08-27,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-09-08,477 2422/2007-08/Ddun,2007-08-16,Regarding Shri mati Rashika Siddiqui Dist.Sports Officer USNagar.,N.S.Negi (Secretary),2007-09-08,220 801/XX(2)(2)/98/2007,2007-08-29,शà¥à¤°à¥€ विनोद पà¥à¤°à¤¸à¤¾à¤¦ रतूडी मà¥à¤–à¥â€à¤¯ नगर अधिकारी नगर निगम को डी.à¤.बी. कालेज के छातà¥à¤°à¥ नेताओ à¤à¤µà¤‚ पà¥à¤²à¤¿à¤¸ के मधà¥â€à¤¯ हà¥à¤¯à¥‡ विवाद के लिये जांच अधिकारी नियà¥à¤•à¥â€à¤¤ करते है,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-09-08,218 429/436/I-Certified,2007-08-14,Handing/Taking Over Charge,V.K.Maheshwari(Registrar General),2007-09-08,478 +"118,119/XIV/Admin.A/2007",2007-08-27,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-09-08,477 416/13-1-1-,2007-08-20,Charge Certificate Yamuna Forest Barkot,Ramesh Chandra (DFO Barkot),2007-09-08,479 801/XX(2)(2)/98/2007,2007-08-29,शà¥à¤°à¥€ विनोद पà¥à¤°à¤¸à¤¾à¤¦ रतूडी मà¥à¤–à¥â€à¤¯ नगर अधिकारी नगर निगम को डी.à¤.बी. कालेज के छातà¥à¤°à¥ नेताओ à¤à¤µà¤‚ पà¥à¤²à¤¿à¤¸ के मधà¥â€à¤¯ हà¥à¤¯à¥‡ विवाद के लिये जांच अधिकारी नियà¥à¤•à¥â€à¤¤ करते है,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-09-08,218 425/XXXI(13)/G/2007,2007-08-27,Field Firing and Artillery Practice Act 1938.,Bhaskara Nand(Additional Secretary),2007-09-08,219 @@ -2090,6 +2579,7 @@ 513/XXVII(8)Vanijyakar/2007,2007-09-06,Regarding Transfer Asstt.Commissioner Vanijyakar,M.L.Pant(PRINCIPAL SECRETARY),2007-09-15,225 514/XXVII(8)/Vanijyakar/2007,2007-09-06,"Regarding Transfer Shri M.S.Gwal,Kotdwar to Dehradun",L.M.Pant (PRINCIPAL SECRETARY),2007-09-15,226 513/XXVII(8)Vanijyakar/2007,2007-09-06,Regarding Transfer Asstt.Commissioner Vanijyakar,M.L.Pant(PRINCIPAL SECRETARY),2007-09-15,225 +514/XXVII(8)/Vanijyakar/2007,2007-09-06,"Regarding Transfer Shri M.S.Gwal,Kotdwar to Dehradun",L.M.Pant (PRINCIPAL SECRETARY),2007-09-15,226 513/XXVII(8)Vanijyakar/2007,2007-09-06,Regarding Transfer Asstt.Commissioner Vanijyakar,M.L.Pant(PRINCIPAL SECRETARY),2007-09-15,225 514/XXVII(8)/Vanijyakar/2007,2007-09-06,"Regarding Transfer Shri M.S.Gwal,Kotdwar to Dehradun",L.M.Pant (PRINCIPAL SECRETARY),2007-09-15,226 464/XIX/2007-82/2006,2007-08-14,"Construction of Food Godown at Village Khand Raiwala, Tehsil Rishikesh,Dehradun.",Harish Chandra Joshi(Secretary),2007-09-15,222 @@ -2107,19 +2597,27 @@ 2921/VII-I-06/24/2002,2006-11-02,खनिज परिहार की सà¥â€à¤µà¥€â€à¤•ृति के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Sanjeev Chopra (Secretary),2007-09-15,222 464/XIX/2007-82/2006,2007-08-14,"Construction of Food Godown at Village Khand Raiwala, Tehsil Rishikesh,Dehradun.",Harish Chandra Joshi(Secretary),2007-09-15,222 733/XIX/2007-82/2006,2007-09-06,अधिसूचना संखà¥â€à¤¯à¤¾ 464/XIX/2007-82/2007 दिंनांक 14-8-2007 ततà¥â€à¤•ाल पà¥à¤°à¤à¤¾à¤µ से निरसà¥â€à¤¤ किया जाता है,Harish Chandra Joshi(Secretary),2007-09-15,225 +513/XXVII(8)Vanijyakar/2007,2007-09-06,Regarding Transfer Asstt.Commissioner Vanijyakar,M.L.Pant(PRINCIPAL SECRETARY),2007-09-15,225 +514/XXVII(8)/Vanijyakar/2007,2007-09-06,"Regarding Transfer Shri M.S.Gwal,Kotdwar to Dehradun",L.M.Pant (PRINCIPAL SECRETARY),2007-09-15,226 700/XXIX(1)/07(56)/2002,2007-09-10,Regarding Uttarakhand to be read insted of Uttaranchal,Dr.Ranveer Singh(Secretary),2007-09-22,228 838/XXIX(1)/07/2002,2007-09-10,Uttarakhand ( Uttar Pradesh Municipal(Centralised) service Retirement Benefit rules 1981) Adaption and modification order 2007,Dr.Ranveer Singh(Secretary),2007-09-22,229 +"124,125,126/XIV/admin/2007",2007-09-07,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-09-22,485 +"124,125,126/XIV/admin/2007",2007-09-07,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-09-22,485 46/XXVI/2(3)/04,2007-09-06,सहायक अरà¥à¤¥ à¤à¤‚व संखà¥â€à¤¯à¤¾à¤§à¤¿à¤•ारियों को अरà¥à¤¥ à¤à¤‚व संखà¥â€à¤¯à¤¾à¤§à¤¿à¤•ारी के पद पर पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤à¤¿,Amrendra Sinha(Secretary),2007-09-22,228 708-709 /ix/246/2007,2007-09-12,Nominate Shri Anand Prakash Nautiyal/Shri Rajendra Singh Bora and Shri Jatinder Singh Chadha for two years,S.Ramaswami(Secretary),2007-09-22,232 708-709 /ix/246/2007,2007-09-12,Nominate Shri Anand Prakash Nautiyal/Shri Rajendra Singh Bora and Shri Jatinder Singh Chadha for two years,S.Ramaswami(Secretary),2007-09-22,232 +"124,125,126/XIV/admin/2007",2007-09-07,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-09-22,485 708-709 /ix/246/2007,2007-09-12,Nominate Shri Anand Prakash Nautiyal/Shri Rajendra Singh Bora and Shri Jatinder Singh Chadha for two years,S.Ramaswami(Secretary),2007-09-22,232 708-709 /ix/246/2007,2007-09-12,Nominate Shri Anand Prakash Nautiyal/Shri Rajendra Singh Bora and Shri Jatinder Singh Chadha for two years,S.Ramaswami(Secretary),2007-09-22,232 "124,125,126/XIV/admin/2007",2007-09-07,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-09-22,485 +"124,125,126/XIV/admin/2007",2007-09-07,Regarding Leave Sanction,Ravindra Maithani(Additional Registrar),2007-09-22,485 +63/p.ni.na.p/2007,2007-09-18,Regarding Gram Panchayat Rudrapur,D.sainthil Pandian(District Magistrate),2007-09-29,51 63/p.ni.na.p/2007,2007-09-18,Regarding Gram Panchayat Rudrapur,D.sainthil Pandian(District Magistrate),2007-09-29,51 4300/30-1-2007/1(8)/2007,2007-09-14,Regarding Transfer Shri Anand Vardhan IAS Uttarakhand to Distic Magistrate Haridwar,D.K.Kotiya(Secretary),2007-09-29,235 4302/30-1-2007(1)4/2005,2007-09-14,Regarding Transfer shrimati Nidhi Mani Tripathi IAS to District Magistrate Almora,D.K.Kotiya(Secretary),2007-09-29,236 4303/30-12007/1(7)/2003,2007-09-18,Regarding Transfer Shri D.Sainthil Pandian IAS Almora to Dist.Magistrate Rudraprayag,D.K.Kotiya(Secretary),2007-09-29,236 4312/30-1-2007/1(7)/2007,2007-09-14,"Regarding Transfer hri D.S.Gabariyal IAS, Nainital to District.Magistrate Chamoli.",D.K.Kotiya(Secretary),2007-09-29,236 +63/p.ni.na.p/2007,2007-09-18,Regarding Gram Panchayat Rudrapur,D.sainthil Pandian(District Magistrate),2007-09-29,51 74/XXVI/2/2007,2007-09-07,अरà¥à¤¥ à¤à¤‚व संखà¥â€à¤¯à¤¾à¤§à¤¿à¤•ारियों के पद पर लोकसेवा अयोग दà¥à¤µà¤¾à¤°à¤¾ चयनित अà¤à¥â€à¤¯à¤°à¥à¤¥à¤¿à¤¯à¥‹à¤‚ की पà¥à¤°à¤¶à¤¿à¤•à¥à¤·à¤£à¤¾à¤°à¥à¤¥à¥€ के रूप मे जनपदीय तैनाती,Amrendra Sinha(Secretary),2007-09-29,234 4300/30-1-2007/1(8)/2007,2007-09-14,Regarding Transfer Shri Anand Vardhan IAS Uttarakhand to Distic Magistrate Haridwar,D.K.Kotiya(Secretary),2007-09-29,235 4302/30-1-2007(1)4/2005,2007-09-14,Regarding Transfer shrimati Nidhi Mani Tripathi IAS to District Magistrate Almora,D.K.Kotiya(Secretary),2007-09-29,236 @@ -2141,14 +2639,17 @@ 4303/30-12007/1(7)/2003,2007-09-18,Regarding Transfer Shri D.Sainthil Pandian IAS Almora to Dist.Magistrate Rudraprayag,D.K.Kotiya(Secretary),2007-09-29,236 4312/30-1-2007/1(7)/2007,2007-09-14,"Regarding Transfer hri D.S.Gabariyal IAS, Nainital to District.Magistrate Chamoli.",D.K.Kotiya(Secretary),2007-09-29,236 F-9(18)/RG/UERC/2007/362,2007-07-16,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ विदà¥à¤¯à¥à¤¤ नियामक आयोग,Anand Kumar(Secretary),2007-09-29,287 +63/p.ni.na.p/2007,2007-09-18,Regarding Gram Panchayat Rudrapur,D.sainthil Pandian(District Magistrate),2007-09-29,51 563/ix/17/2007,2007-09-21,सडक परिवहन राजमारà¥à¤— मंतà¥à¤°à¤¾à¤²à¤¯ के अधिसूचना दि.30-11-2007 मे अंगà¥à¤°à¥‡à¤œà¥€ वरà¥à¤£à¤®à¤¾à¤²à¤¾ के अकà¥à¤·à¤°à¥‹ के समूह को यूठके सà¥â€à¤¥à¤¾à¤¨ पर यूके रखे जाने की सà¥â€à¤µà¥€à¤•ृति.,S.Ramaswami(Secretary),2007-10-06,239 4233 UHC/XI-C-2/Admin(b)/2005,2007-09-29,ALTERNATIVE DISPUTE RESOLUTION RULES,V.K.Maheshwari(Registrar General),2007-10-06,305 "128,129/UHC/Admin.A/2007",2007-09-25,Transfer and posted,V.K.Maheshwari(Registrar General),2007-10-06,314 +127 /UHC/Admin-A/2007,2007-09-20,Regarding 16 days earned leave,Ravindra Maithani(Additional Registrar),2007-10-06,314 563/ix/17/2007,2007-09-21,सडक परिवहन राजमारà¥à¤— मंतà¥à¤°à¤¾à¤²à¤¯ के अधिसूचना दि.30-11-2007 मे अंगà¥à¤°à¥‡à¤œà¥€ वरà¥à¤£à¤®à¤¾à¤²à¤¾ के अकà¥à¤·à¤°à¥‹ के समूह को यूठके सà¥â€à¤¥à¤¾à¤¨ पर यूके रखे जाने की सà¥â€à¤µà¥€à¤•ृति.,S.Ramaswami(Secretary),2007-10-06,239 519/XIII-II/20(1)/2007,2007-09-21,"Portion as mentioned in the schedule below, shall be the sub-Market yard of the Ramnagar Market Area.",Om Prakash(Secretary),2007-10-06,240 720/XXXI(13)/G/2007-38(71)/07,2007-09-05,"Government is pleased hereby to appoint a commissin of Inquiry consisting of Shri A.N.Verma,Retd. Judge of Allahabad High Court.",S.K.Das(Chief Secretary),2007-10-06,238 4233 UHC/XI-C-2/Admin(b)/2005,2007-09-29,ALTERNATIVE DISPUTE RESOLUTION RULES,V.K.Maheshwari(Registrar General),2007-10-06,305 "128,129/UHC/Admin.A/2007",2007-09-25,Transfer and posted,V.K.Maheshwari(Registrar General),2007-10-06,314 +127 /UHC/Admin-A/2007,2007-09-20,Regarding 16 days earned leave,Ravindra Maithani(Additional Registrar),2007-10-06,314 563/ix/17/2007,2007-09-21,सडक परिवहन राजमारà¥à¤— मंतà¥à¤°à¤¾à¤²à¤¯ के अधिसूचना दि.30-11-2007 मे अंगà¥à¤°à¥‡à¤œà¥€ वरà¥à¤£à¤®à¤¾à¤²à¤¾ के अकà¥à¤·à¤°à¥‹ के समूह को यूठके सà¥â€à¤¥à¤¾à¤¨ पर यूके रखे जाने की सà¥â€à¤µà¥€à¤•ृति.,S.Ramaswami(Secretary),2007-10-06,239 720/XXXI(13)/G/2007-38(71)/07,2007-09-05,"Government is pleased hereby to appoint a commissin of Inquiry consisting of Shri A.N.Verma,Retd. Judge of Allahabad High Court.",S.K.Das(Chief Secretary),2007-10-06,238 4233 UHC/XI-C-2/Admin(b)/2005,2007-09-29,ALTERNATIVE DISPUTE RESOLUTION RULES,V.K.Maheshwari(Registrar General),2007-10-06,305 @@ -2156,6 +2657,7 @@ 127 /UHC/Admin-A/2007,2007-09-20,Regarding 16 days earned leave,Ravindra Maithani(Additional Registrar),2007-10-06,314 4233 UHC/XI-C-2/Admin(b)/2005,2007-09-29,ALTERNATIVE DISPUTE RESOLUTION RULES,V.K.Maheshwari(Registrar General),2007-10-06,305 "128,129/UHC/Admin.A/2007",2007-09-25,Transfer and posted,V.K.Maheshwari(Registrar General),2007-10-06,314 +127 /UHC/Admin-A/2007,2007-09-20,Regarding 16 days earned leave,Ravindra Maithani(Additional Registrar),2007-10-06,314 563/ix/17/2007,2007-09-21,सडक परिवहन राजमारà¥à¤— मंतà¥à¤°à¤¾à¤²à¤¯ के अधिसूचना दि.30-11-2007 मे अंगà¥à¤°à¥‡à¤œà¥€ वरà¥à¤£à¤®à¤¾à¤²à¤¾ के अकà¥à¤·à¤°à¥‹ के समूह को यूठके सà¥â€à¤¥à¤¾à¤¨ पर यूके रखे जाने की सà¥â€à¤µà¥€à¤•ृति.,S.Ramaswami(Secretary),2007-10-06,239 563/ix/17/2007,2007-09-21,सडक परिवहन राजमारà¥à¤— मंतà¥à¤°à¤¾à¤²à¤¯ के अधिसूचना दि.30-11-2007 मे अंगà¥à¤°à¥‡à¤œà¥€ वरà¥à¤£à¤®à¤¾à¤²à¤¾ के अकà¥à¤·à¤°à¥‹ के समूह को यूठके सà¥â€à¤¥à¤¾à¤¨ पर यूके रखे जाने की सà¥â€à¤µà¥€à¤•ृति.,S.Ramaswami(Secretary),2007-10-06,239 563/ix/17/2007,2007-09-21,सडक परिवहन राजमारà¥à¤— मंतà¥à¤°à¤¾à¤²à¤¯ के अधिसूचना दि.30-11-2007 मे अंगà¥à¤°à¥‡à¤œà¥€ वरà¥à¤£à¤®à¤¾à¤²à¤¾ के अकà¥à¤·à¤°à¥‹ के समूह को यूठके सà¥â€à¤¥à¤¾à¤¨ पर यूके रखे जाने की सà¥â€à¤µà¥€à¤•ृति.,S.Ramaswami(Secretary),2007-10-06,239 @@ -2167,12 +2669,15 @@ 76/UKH-LA/2007,2007-10-08,Disqualification Reason and candidates name with Constituency.,Radha Raturi(Secretary and Chief Election Officer ),2007-10-08,1 76/UKH-LA/2007,2007-10-08,Disqualification Reason and candidates name with Constituency.,Radha Raturi(Secretary and Chief Election Officer ),2007-10-08,1 76/UKH-LA/2007,2007-10-08,Disqualification Reason and candidates name with Constituency.,Radha Raturi(Secretary and Chief Election Officer ),2007-10-08,1 +130/XIV/52/Admin/2007,2007-10-01,Regarding 06 days earned leave saction.,Ravindra Maithani(Additional Registrar),2007-10-13,315 853/XXX(1)/2007,2007-09-27,शà¥à¤°à¥€ पूरन सिंह डंगवाल को उनके वरà¥à¤¤à¤®à¤¾à¤¨ तैनाती के सà¥â€à¤¥à¤¾à¤¨ पर नियमित चयनोपरानà¥â€à¤¤ निजी सचिव शà¥à¤°à¥‡à¤£à¥€-5 के पद पर पदोनà¥â€à¤¨à¥â€à¤¤à¤¿ करने की सà¥â€à¤µà¥€à¤•ृति,M.H.Khan(Secretary),2007-10-13,242 +130/XIV/52/Admin/2007,2007-10-01,Regarding 06 days earned leave saction.,Ravindra Maithani(Additional Registrar),2007-10-13,315 853/XXX(1)/2007,2007-09-27,शà¥à¤°à¥€ पूरन सिंह डंगवाल को उनके वरà¥à¤¤à¤®à¤¾à¤¨ तैनाती के सà¥â€à¤¥à¤¾à¤¨ पर नियमित चयनोपरानà¥â€à¤¤ निजी सचिव शà¥à¤°à¥‡à¤£à¥€-5 के पद पर पदोनà¥â€à¤¨à¥â€à¤¤à¤¿ करने की सà¥â€à¤µà¥€à¤•ृति,M.H.Khan(Secretary),2007-10-13,242 76/उतà¥â€à¤¤à¤°à¤¾à¤‚चल वि.सà¤à¤¾/2007,2007-09-07,ELECTION COMMISSION OF INDIA,?????? ??? (Secretary),2007-10-13,1 76/उतà¥â€à¤¤à¤°à¤¾à¤‚चल वि.सà¤à¤¾/2007,2007-09-07,ELECTION COMMISSION OF INDIA,?????? ??? (Secretary),2007-10-13,1 130/XIV/52/Admin/2007,2007-10-01,Regarding 06 days earned leave saction.,Ravindra Maithani(Additional Registrar),2007-10-13,315 1895/आयà¥.कर उतà¥â€à¤¤à¤°à¤¾0/फारà¥à¤®à¤…नूà¤à¤¾à¤—,2007-09-11,आयात के लिठघोषणा पतà¥à¤° सारीज कà¥à¤°à¤®à¤¾à¤‚क 000001 से 300000 तक) अगà¥à¤°à¤¿à¤® आदेशो तक पà¥à¤°à¤šà¤²à¤¿à¤¤ घोषित किया गया,M.L.Pant(Commissioner Tax Officer),2007-10-13,315 +130/XIV/52/Admin/2007,2007-10-01,Regarding 06 days earned leave saction.,Ravindra Maithani(Additional Registrar),2007-10-13,315 853/XXX(1)/2007,2007-09-27,शà¥à¤°à¥€ पूरन सिंह डंगवाल को उनके वरà¥à¤¤à¤®à¤¾à¤¨ तैनाती के सà¥â€à¤¥à¤¾à¤¨ पर नियमित चयनोपरानà¥â€à¤¤ निजी सचिव शà¥à¤°à¥‡à¤£à¥€-5 के पद पर पदोनà¥â€à¤¨à¥â€à¤¤à¤¿ करने की सà¥â€à¤µà¥€à¤•ृति,M.H.Khan(Secretary),2007-10-13,242 1895/आयà¥.कर उतà¥â€à¤¤à¤°à¤¾0/फारà¥à¤®à¤…नूà¤à¤¾à¤—,2007-09-11,आयात के लिठघोषणा पतà¥à¤° सारीज कà¥à¤°à¤®à¤¾à¤‚क 000001 से 300000 तक) अगà¥à¤°à¤¿à¤® आदेशो तक पà¥à¤°à¤šà¤²à¤¿à¤¤ घोषित किया गया,M.L.Pant(Commissioner Tax Officer),2007-10-13,315 76/उतà¥â€à¤¤à¤°à¤¾à¤‚चल वि.सà¤à¤¾/2007,2007-09-07,ELECTION COMMISSION OF INDIA,?????? ??? (Secretary),2007-10-13,1 @@ -2180,15 +2685,18 @@ 535/XXXVI(1)/1/2007-375/07,2007-10-17,"The Administrator General Ministerial Service Rules, 2007",R.D.Paliwal(Secretary),2007-10-17,1 535/XXXVI(1)/1/2007-375/07,2007-10-17,"The Administrator General Ministerial Service Rules, 2007",R.D.Paliwal(Secretary),2007-10-17,1 535/XXXVI(1)/1/2007-375/07,2007-10-17,"The Administrator General Ministerial Service Rules, 2007",R.D.Paliwal(Secretary),2007-10-17,1 +131/XIV-69/Admin.A/2007,2007-10-08,Regarding 18 days Medical Leave Sanction Smt.Rama Pandey Civil Judge Nainital.,Ravinder Maithani(Additional Registrar),2007-10-20,317 1072/VIII/07-70-शà¥à¤°à¤® टीसी-1/01,2007-10-10,शà¥à¤°à¥€ शेलेनà¥â€à¤¦à¥à¤° कà¥à¤®à¤¾à¤° रतूडी सेवानिवृत जिला जज को पीठासीन अधिकारी शà¥à¤°à¤® नà¥â€à¤¯à¤¾à¤¯à¤²à¤¯ देहरादून का कारà¥à¤¯à¤•ाल बढाया जाने के समà¥â€à¤¬à¤¨à¥â€à¤§ मे,Anjali Prasad(Secretary),2007-10-20,244 3345/2007-08-UA-Cold Storage,2007-10-09,लाईसेस अधिकारी की सà¤à¥€ शकà¥à¤¤à¤¿à¤¯à¥‹à¤‚ का पà¥à¤°à¤¯à¥‹à¤— करने के लिठसयà¥à¤‚कà¥â€à¤¤ निदेशक उदà¥à¤¯à¤¾à¤¨ à¤à¤µà¤¨ चौबटिया रानीखेत को सशकà¥â€à¤¤ करता हूं ा,"Dr, D.R.Gautam(Licence Officer)",2007-10-20,318 1484/5-/07-08,2007-10-10,नगर सीमानà¥â€à¤¤à¤°à¥à¤—त मलà¥à¤µà¤¾ फीस की दरों मे संशोधन - सà¥â€à¤¤à¤®à¥â€à¤ 1 के सà¥â€à¤¥à¤¾à¤¨ पर सà¥â€à¤¤à¤®à¥â€à¤ 2 पढा जाय,Nagar Palika Parishad RamNagar (President),2007-10-20,23 +131/XIV-69/Admin.A/2007,2007-10-08,Regarding 18 days Medical Leave Sanction Smt.Rama Pandey Civil Judge Nainital.,Ravinder Maithani(Additional Registrar),2007-10-20,317 1072/VIII/07-70-शà¥à¤°à¤® टीसी-1/01,2007-10-10,शà¥à¤°à¥€ शेलेनà¥â€à¤¦à¥à¤° कà¥à¤®à¤¾à¤° रतूडी सेवानिवृत जिला जज को पीठासीन अधिकारी शà¥à¤°à¤® नà¥â€à¤¯à¤¾à¤¯à¤²à¤¯ देहरादून का कारà¥à¤¯à¤•ाल बढाया जाने के समà¥â€à¤¬à¤¨à¥â€à¤§ मे,Anjali Prasad(Secretary),2007-10-20,244 1391/4-73/2006,2007-10-10,à¤à¤¾à¤°à¤¤à¥€à¤¯ पà¥à¤°à¤¶à¤¾à¤¸à¤¨à¤¿à¤• सेवा (उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ संवरà¥à¤— बैच 2006) के पà¥à¤°à¤¶à¤¿à¤•à¥à¤·à¤£ कारà¥à¤¯à¤•à¥à¤°à¤® के दोरान आयोजित की गयी परिकà¥à¤·à¤¾ à¤à¤¾à¤— 1 व à¤à¤¾à¤— 2 में उनके समà¥â€à¤®à¥à¤– उलà¥à¤²à¤–ित विषयों में उरà¥à¤¤à¥â€à¤¤à¥€à¤£ घोषित किया गया ा,Amit Singh Negi(Director),2007-10-20,318 399/XXVIII-2-2007-36/2006,2007-09-28,"Governer is pleased to appoint Shri Dilip kumar Jain, Employee of the community Health Centre Imlikhera,Dist.Haridwar as Food Inspector under their Juridiction.",Manisha Panwar(Secretary),2007-10-20,244 131/XIV-69/Admin.A/2007,2007-10-08,Regarding 18 days Medical Leave Sanction Smt.Rama Pandey Civil Judge Nainital.,Ravinder Maithani(Additional Registrar),2007-10-20,317 4043/I/2007-01(2)-18/2007,2007-10-05,"Regarding Transfer shri Gopal ji Kapoor,Asst.Elect.Inspector, Roorkee to Nainital",C.Bhaskar (PRINCIPAL SECRETARY),2007-10-20,245 1484/5-/07-08,2007-10-10,नगर सीमानà¥â€à¤¤à¤°à¥à¤—त मलà¥à¤µà¤¾ फीस की दरों मे संशोधन - सà¥â€à¤¤à¤®à¥â€à¤ 1 के सà¥â€à¤¥à¤¾à¤¨ पर सà¥â€à¤¤à¤®à¥â€à¤ 2 पढा जाय,Nagar Palika Parishad RamNagar (President),2007-10-20,23 +131/XIV-69/Admin.A/2007,2007-10-08,Regarding 18 days Medical Leave Sanction Smt.Rama Pandey Civil Judge Nainital.,Ravinder Maithani(Additional Registrar),2007-10-20,317 3345/2007-08-UA-Cold Storage,2007-10-09,लाईसेस अधिकारी की सà¤à¥€ शकà¥à¤¤à¤¿à¤¯à¥‹à¤‚ का पà¥à¤°à¤¯à¥‹à¤— करने के लिठसयà¥à¤‚कà¥â€à¤¤ निदेशक उदà¥à¤¯à¤¾à¤¨ à¤à¤µà¤¨ चौबटिया रानीखेत को सशकà¥â€à¤¤ करता हूं ा,"Dr, D.R.Gautam(Licence Officer)",2007-10-20,318 399/XXVIII-2-2007-36/2006,2007-09-28,"Governer is pleased to appoint Shri Dilip kumar Jain, Employee of the community Health Centre Imlikhera,Dist.Haridwar as Food Inspector under their Juridiction.",Manisha Panwar(Secretary),2007-10-20,244 3345/2007-08-UA-Cold Storage,2007-10-09,लाईसेस अधिकारी की सà¤à¥€ शकà¥à¤¤à¤¿à¤¯à¥‹à¤‚ का पà¥à¤°à¤¯à¥‹à¤— करने के लिठसयà¥à¤‚कà¥â€à¤¤ निदेशक उदà¥à¤¯à¤¾à¤¨ à¤à¤µà¤¨ चौबटिया रानीखेत को सशकà¥â€à¤¤ करता हूं ा,"Dr, D.R.Gautam(Licence Officer)",2007-10-20,318 @@ -2198,17 +2706,25 @@ 4043/I/2007-01(2)-18/2007,2007-10-05,"Regarding Transfer shri Gopal ji Kapoor,Asst.Elect.Inspector, Roorkee to Nainital",C.Bhaskar (PRINCIPAL SECRETARY),2007-10-20,245 1072/VIII/07-70-शà¥à¤°à¤® टीसी-1/01,2007-10-10,शà¥à¤°à¥€ शेलेनà¥â€à¤¦à¥à¤° कà¥à¤®à¤¾à¤° रतूडी सेवानिवृत जिला जज को पीठासीन अधिकारी शà¥à¤°à¤® नà¥â€à¤¯à¤¾à¤¯à¤²à¤¯ देहरादून का कारà¥à¤¯à¤•ाल बढाया जाने के समà¥â€à¤¬à¤¨à¥â€à¤§ मे,Anjali Prasad(Secretary),2007-10-20,244 784/XVIII(2)/07,2007-10-10,Regarding Uttarakhand Disaster Management Authority.,Nrip Singh Napalchiyal(PRINCIPAL SECRETARY),2007-10-27,248 +552/XXVII(8)/2007,2007-10-11,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯ à ¤•à ¤° à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¶à ¥�à ¤°à ¥‡à ¤£à ¥€-2 à ¤•à ¥‹ à ¤•à ¤¾à ¤²à ¤® 4 à ¤•à ¥‡ à ¤…à ¤¨à ¥�à ¤¸à ¤¾à ¤° à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤¨à ¤¾à ¤¨à ¥�â€�â€�à ¤¤à ¤°à ¤¿à ¤¤ à ¤•à ¤¿à ¤¯à ¤¾ à ¤œà ¤¾à ¤¤à ¤¾ à ¤¹à ¥ˆ,M.L.Pant(PRINCIPAL SECRETARY),2007-10-27,251 1077 /Vidhan Sabha/2001,2007-08-31,Regarding Promotion to shri Laxmi chand to the post of Asst.Accountant to Accountant,Mahesh Chandra(Secretary),2007-10-27,249 +148/21-138/2007,2007-10-06,à ¤œà ¤¿à ¤²à ¤¾ à ¤šà ¤®à ¥‹à ¤²à ¥€ à ¤®à ¥‡ à ¤‰à ¤ªà ¤¾à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤· à ¤œà ¤¿à ¤²à ¤¾ à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦ à ¤ªà ¤° à ¤‰à ¤ª à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨,D.S.Gabaryal(District Magistrate),2007-10-27,53 +182/panchayat Nirvachan/2007,2007-10-06,à ¤‰à ¤§à ¤®à ¤¸à ¤¿à ¤‚à ¤¹ à ¤¨à ¤—à ¤° à ¤•à ¥€ à ¤•à ¥�à ¤·à ¥‡à ¤¤à ¥�à ¤° à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤ à ¤¸à ¤¿à ¤¤à ¤¾à ¤°à ¤—à ¤‚à ¤œ à ¤•à ¥‡ à ¤ªà ¥�à ¤°à ¤®à ¥�à ¤– à ¤•à ¥�à ¤·à ¥‡à ¤¤à ¥�à ¤° à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦ à ¤ªà ¤° à ¤‰à ¤ª à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨,Disrict Magistrate USNagar(District Magistrate),2007-10-27,54 1077 /Vidhan Sabha/2001,2007-08-31,Regarding Promotion to shri Laxmi chand to the post of Asst.Accountant to Accountant,Mahesh Chandra(Secretary),2007-10-27,249 654/(i)XXVIII-2-2007-156/2006,2007-08-27,पी.à¤à¤®.à¤à¤š.à¤à¤¸.सवरà¥à¤— के जà¥â€à¤¯à¥‡à¤·à¥â€à¤ शà¥à¤°à¥‡à¤£à¥€ के चिकितà¥â€à¤¸à¤¾à¤§à¤¿à¤•ारियों के नियमित चयनोपरानà¥â€à¤¤ सयà¥à¤•à¥â€à¤¤ निदेशक के पद पर पदोनà¥â€à¤¨à¥â€à¤¤,Manisha Panwar(Secretary),2007-10-27,250 721/XXVIII-2-2007-156/2006,2007-09-15,"डा.बी.à¤à¤¸.कनियाल के सà¥â€à¤¥à¤¾à¤¨ पर डा. डी.à¤à¤¸.कनà¥â€à¤¯à¤¾à¤² पढा जाय डा. ओमपà¥à¤°à¤•ाश शरà¥à¤®à¤¾ की दि. 30-6-2007 को सेवानिवृत के फलसà¥â€à¤µà¤°à¥‚प उनकी पदोनà¥â€à¤¨à¤¤à¤¿ निरसà¥â€à¤¤ की जाती हैा",Manisha Panwar(Secretary),2007-10-27,250 +148/21-138/2007,2007-10-06,à ¤œà ¤¿à ¤²à ¤¾ à ¤šà ¤®à ¥‹à ¤²à ¥€ à ¤®à ¥‡ à ¤‰à ¤ªà ¤¾à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤· à ¤œà ¤¿à ¤²à ¤¾ à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦ à ¤ªà ¤° à ¤‰à ¤ª à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨,D.S.Gabaryal(District Magistrate),2007-10-27,53 +182/panchayat Nirvachan/2007,2007-10-06,à ¤‰à ¤§à ¤®à ¤¸à ¤¿à ¤‚à ¤¹ à ¤¨à ¤—à ¤° à ¤•à ¥€ à ¤•à ¥�à ¤·à ¥‡à ¤¤à ¥�à ¤° à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤ à ¤¸à ¤¿à ¤¤à ¤¾à ¤°à ¤—à ¤‚à ¤œ à ¤•à ¥‡ à ¤ªà ¥�à ¤°à ¤®à ¥�à ¤– à ¤•à ¥�à ¤·à ¥‡à ¤¤à ¥�à ¤° à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦ à ¤ªà ¤° à ¤‰à ¤ª à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨,Disrict Magistrate USNagar(District Magistrate),2007-10-27,54 +552/XXVII(8)/2007,2007-10-11,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯ à ¤•à ¤° à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¶à ¥�à ¤°à ¥‡à ¤£à ¥€-2 à ¤•à ¥‹ à ¤•à ¤¾à ¤²à ¤® 4 à ¤•à ¥‡ à ¤…à ¤¨à ¥�à ¤¸à ¤¾à ¤° à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤¨à ¤¾à ¤¨à ¥�â€�â€�à ¤¤à ¤°à ¤¿à ¤¤ à ¤•à ¤¿à ¤¯à ¤¾ à ¤œà ¤¾à ¤¤à ¤¾ à ¤¹à ¥ˆ,M.L.Pant(PRINCIPAL SECRETARY),2007-10-27,251 F-9(12)URC/2007/434,2007-08-07,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ विदà¥à¤¯à¥à¤¤ नियामक आयोग विदà¥à¤¯à¥à¤¤ अधिनियम 2003,Anand Kumar(Secretary),2007-10-27,321 +552/XXVII(8)/2007,2007-10-11,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯ à ¤•à ¤° à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¶à ¥�à ¤°à ¥‡à ¤£à ¥€-2 à ¤•à ¥‹ à ¤•à ¤¾à ¤²à ¤® 4 à ¤•à ¥‡ à ¤…à ¤¨à ¥�à ¤¸à ¤¾à ¤° à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤¨à ¤¾à ¤¨à ¥�â€�â€�à ¤¤à ¤°à ¤¿à ¤¤ à ¤•à ¤¿à ¤¯à ¤¾ à ¤œà ¤¾à ¤¤à ¤¾ à ¤¹à ¥ˆ,M.L.Pant(PRINCIPAL SECRETARY),2007-10-27,251 552/XXVII(8)/2007,2007-10-11,वाणिजà¥â€à¤¯ कर अधिकारी शà¥à¤°à¥‡à¤£à¥€-2 को कालम 4 के अनà¥à¤¸à¤¾à¤° सà¥â€à¤¥à¤¾à¤¨à¤¾à¤¨à¥â€â€à¤¤à¤°à¤¿à¤¤ किया जाता है,M.L.Pant(PRINCIPAL SECRETARY),2007-10-27,251 148/21-138/2007,2007-10-06,जिला चमोली मे उपाधà¥â€à¤¯à¤•à¥à¤· जिला पंचायत के रिकà¥â€à¤¤ पद पर उप निरà¥à¤µà¤¾à¤šà¤¨,D.S.Gabaryal(District Magistrate),2007-10-27,53 182/panchayat Nirvachan/2007,2007-10-06,उधमसिंह नगर की कà¥à¤·à¥‡à¤¤à¥à¤° पंचायत सितारगंज के पà¥à¤°à¤®à¥à¤– कà¥à¤·à¥‡à¤¤à¥à¤° पंचायत के रिकà¥â€à¤¤ पद पर उप निरà¥à¤µà¤¾à¤šà¤¨,Disrict Magistrate USNagar(District Magistrate),2007-10-27,54 552/XXVII(8)/2007,2007-10-11,वाणिजà¥â€à¤¯ कर अधिकारी शà¥à¤°à¥‡à¤£à¥€-2 को कालम 4 के अनà¥à¤¸à¤¾à¤° सà¥â€à¤¥à¤¾à¤¨à¤¾à¤¨à¥â€â€à¤¤à¤°à¤¿à¤¤ किया जाता है,M.L.Pant(PRINCIPAL SECRETARY),2007-10-27,251 1077 /Vidhan Sabha/2001,2007-08-31,Regarding Promotion to shri Laxmi chand to the post of Asst.Accountant to Accountant,Mahesh Chandra(Secretary),2007-10-27,249 +552/XXVII(8)/2007,2007-10-11,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯ à ¤•à ¤° à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¶à ¥�à ¤°à ¥‡à ¤£à ¥€-2 à ¤•à ¥‹ à ¤•à ¤¾à ¤²à ¤® 4 à ¤•à ¥‡ à ¤…à ¤¨à ¥�à ¤¸à ¤¾à ¤° à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤¨à ¤¾à ¤¨à ¥�â€�â€�à ¤¤à ¤°à ¤¿à ¤¤ à ¤•à ¤¿à ¤¯à ¤¾ à ¤œà ¤¾à ¤¤à ¤¾ à ¤¹à ¥ˆ,M.L.Pant(PRINCIPAL SECRETARY),2007-10-27,251 654/(i)XXVIII-2-2007-156/2006,2007-08-27,पी.à¤à¤®.à¤à¤š.à¤à¤¸.सवरà¥à¤— के जà¥â€à¤¯à¥‡à¤·à¥â€à¤ शà¥à¤°à¥‡à¤£à¥€ के चिकितà¥â€à¤¸à¤¾à¤§à¤¿à¤•ारियों के नियमित चयनोपरानà¥â€à¤¤ सयà¥à¤•à¥â€à¤¤ निदेशक के पद पर पदोनà¥â€à¤¨à¥â€à¤¤,Manisha Panwar(Secretary),2007-10-27,250 721/XXVIII-2-2007-156/2006,2007-09-15,"डा.बी.à¤à¤¸.कनियाल के सà¥â€à¤¥à¤¾à¤¨ पर डा. डी.à¤à¤¸.कनà¥â€à¤¯à¤¾à¤² पढा जाय डा. ओमपà¥à¤°à¤•ाश शरà¥à¤®à¤¾ की दि. 30-6-2007 को सेवानिवृत के फलसà¥â€à¤µà¤°à¥‚प उनकी पदोनà¥â€à¤¨à¤¤à¤¿ निरसà¥â€à¤¤ की जाती हैा",Manisha Panwar(Secretary),2007-10-27,250 @@ -2218,30 +2734,52 @@ डा. ओमपà¥à¤°à¤•ाश शरà¥à¤®à¤¾ की दि. 30-6-2007 को सेवानिवृत के फलसà¥â€à¤µà¤°à¥‚प उनकी पदोनà¥â€à¤¨à¤¤à¤¿ निरसà¥â€à¤¤ की जाती हैा",Manisha Panwar(Secretary),2007-10-27,250 F-9(12)URC/2007/434,2007-08-07,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ विदà¥à¤¯à¥à¤¤ नियामक आयोग विदà¥à¤¯à¥à¤¤ अधिनियम 2003,Anand Kumar(Secretary),2007-10-27,321 274/Nirvachan/2007,2007-10-16,नगर पालिका परिषद à¤à¤‚व नगर पंचायतों की निरà¥à¤µà¤¾à¤šà¤• नामावलियों का विसà¥â€à¤¤à¥ƒà¤¤ पनरीकà¥à¤·à¤£ कारà¥à¤¯à¤•à¥à¤°à¤® ( 5-10-2007 से 19-1-2008),District Magistrate Almora (District Magistrate),2007-11-03,57 +1032/XX(2)/Rasuca-04/2003,2007-10-18,Governor is pleased to empower all the district Mangistrate in State of Excise the Power Confirmed by Section-(3)further Period of three months.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-03,254 +1061/XX-2/61/UO/06,2007-10-24,à ¤œà ¤¨à ¤ªà ¤¦ à ¤°à ¥‚à ¤¦à ¥�à ¤°à ¤ªà ¥�à ¤°à ¤¯à ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¨à ¤µ à ¤¨à ¤¿à ¤°à ¥�à ¤®à ¤¿à ¤¤ à ¤¶à ¤µ à ¤µà ¤¿à ¤šà ¥�â€�à ¤›à ¥‡à ¤¦à ¤¨ à ¤—à ¥ƒà ¤¹ à ¤•à ¤¾ à ¤¨à ¤¿à ¤°à ¥�à ¤®à ¤¾à ¤£ à ¤¹à ¥‹ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥‡ à ¤«à ¤²à ¤¸à ¥�â€�à ¤µà ¤°à ¥‚à ¤ª,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-03,256 +"132,133,134/XIV-95/Admin/2007",2007-10-25,Regarding Leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-11-03,325 4767/VII-I-07/99/2003,2007-10-23,"à¤à¥‚ततà¥â€à¤µ à¤à¤‚व खनिन,उदà¥à¤¯à¥‹à¤— निदेशालय उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ देहरादून मे तैनात à¤à¥‚पाल राम,सहायक रसायनजà¥à¤ž और शà¥à¤°à¥€ दिनेश कà¥à¤®à¤¾à¤° सहायक à¤à¥‚वैजà¥à¤žà¤¾à¤¨à¤¿à¤• को नियमित रूप से पदोनà¥â€à¤¨à¥â€à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,",P.C.Sharma (PRINCIPAL SECRETARY),2007-11-03,255 +1032/XX(2)/Rasuca-04/2003,2007-10-18,Governor is pleased to empower all the district Mangistrate in State of Excise the Power Confirmed by Section-(3)further Period of three months.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-03,254 +1061/XX-2/61/UO/06,2007-10-24,à ¤œà ¤¨à ¤ªà ¤¦ à ¤°à ¥‚à ¤¦à ¥�à ¤°à ¤ªà ¥�à ¤°à ¤¯à ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¨à ¤µ à ¤¨à ¤¿à ¤°à ¥�à ¤®à ¤¿à ¤¤ à ¤¶à ¤µ à ¤µà ¤¿à ¤šà ¥�â€�à ¤›à ¥‡à ¤¦à ¤¨ à ¤—à ¥ƒà ¤¹ à ¤•à ¤¾ à ¤¨à ¤¿à ¤°à ¥�à ¤®à ¤¾à ¤£ à ¤¹à ¥‹ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥‡ à ¤«à ¤²à ¤¸à ¥�â€�à ¤µà ¤°à ¥‚à ¤ª,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-03,256 1032/XX(2)/Rasuca-04/2003,2007-10-18,Governor is pleased to empower all the district Mangistrate in State of Excise the Power Confirmed by Section-(3)further Period of three months.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-03,254 +1061/XX-2/61/UO/06,2007-10-24,à ¤œà ¤¨à ¤ªà ¤¦ à ¤°à ¥‚à ¤¦à ¥�à ¤°à ¤ªà ¥�à ¤°à ¤¯à ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¨à ¤µ à ¤¨à ¤¿à ¤°à ¥�à ¤®à ¤¿à ¤¤ à ¤¶à ¤µ à ¤µà ¤¿à ¤šà ¥�â€�à ¤›à ¥‡à ¤¦à ¤¨ à ¤—à ¥ƒà ¤¹ à ¤•à ¤¾ à ¤¨à ¤¿à ¤°à ¥�à ¤®à ¤¾à ¤£ à ¤¹à ¥‹ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥‡ à ¤«à ¤²à ¤¸à ¥�â€�à ¤µà ¤°à ¥‚à ¤ª,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-03,256 +"132,133,134/XIV-95/Admin/2007",2007-10-25,Regarding Leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-11-03,325 76/UK-Vidhan-Sabha/2007,2007-10-08,Regarding General Election to the Ligislative Assembly of the State of Uttarakhand.,Bernard John(Secretary),2007-11-03,17 274/Nirvachan/2007,2007-10-16,नगर पालिका परिषद à¤à¤‚व नगर पंचायतों की निरà¥à¤µà¤¾à¤šà¤• नामावलियों का विसà¥â€à¤¤à¥ƒà¤¤ पनरीकà¥à¤·à¤£ कारà¥à¤¯à¤•à¥à¤°à¤® ( 5-10-2007 से 19-1-2008),District Magistrate Almora (District Magistrate),2007-11-03,57 "132,133,134/XIV-95/Admin/2007",2007-10-25,Regarding Leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-11-03,325 1032/XX(2)/Rasuca-04/2003,2007-10-18,Governor is pleased to empower all the district Mangistrate in State of Excise the Power Confirmed by Section-(3)further Period of three months.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-03,254 +1061/XX-2/61/UO/06,2007-10-24,à ¤œà ¤¨à ¤ªà ¤¦ à ¤°à ¥‚à ¤¦à ¥�à ¤°à ¤ªà ¥�à ¤°à ¤¯à ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¨à ¤µ à ¤¨à ¤¿à ¤°à ¥�à ¤®à ¤¿à ¤¤ à ¤¶à ¤µ à ¤µà ¤¿à ¤šà ¥�â€�à ¤›à ¥‡à ¤¦à ¤¨ à ¤—à ¥ƒà ¤¹ à ¤•à ¤¾ à ¤¨à ¤¿à ¤°à ¥�à ¤®à ¤¾à ¤£ à ¤¹à ¥‹ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥‡ à ¤«à ¤²à ¤¸à ¥�â€�à ¤µà ¤°à ¥‚à ¤ª,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-03,256 76/UK-Vidhan-Sabha/2007,2007-10-08,Regarding General Election to the Ligislative Assembly of the State of Uttarakhand.,Bernard John(Secretary),2007-11-03,17 1774/GS/C-105/2007,2007-10-24,"Shri B.P.Nautiyal Promoted to the post of Private Secretary Gd-I to Gd-II(Pay Scale 10,000-325-15200)",S.Ramaswamy(Secretary),2007-11-03,254 1032/XX(2)/Rasuca-04/2003,2007-10-18,Governor is pleased to empower all the district Mangistrate in State of Excise the Power Confirmed by Section-(3)further Period of three months.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-03,254 +1061/XX-2/61/UO/06,2007-10-24,à ¤œà ¤¨à ¤ªà ¤¦ à ¤°à ¥‚à ¤¦à ¥�à ¤°à ¤ªà ¥�à ¤°à ¤¯à ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¨à ¤µ à ¤¨à ¤¿à ¤°à ¥�à ¤®à ¤¿à ¤¤ à ¤¶à ¤µ à ¤µà ¤¿à ¤šà ¥�â€�à ¤›à ¥‡à ¤¦à ¤¨ à ¤—à ¥ƒà ¤¹ à ¤•à ¤¾ à ¤¨à ¤¿à ¤°à ¥�à ¤®à ¤¾à ¤£ à ¤¹à ¥‹ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥‡ à ¤«à ¤²à ¤¸à ¥�â€�à ¤µà ¤°à ¥‚à ¤ª,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-03,256 1774/GS/C-105/2007,2007-10-24,"Shri B.P.Nautiyal Promoted to the post of Private Secretary Gd-I to Gd-II(Pay Scale 10,000-325-15200)",S.Ramaswamy(Secretary),2007-11-03,254 274/Nirvachan/2007,2007-10-16,नगर पालिका परिषद à¤à¤‚व नगर पंचायतों की निरà¥à¤µà¤¾à¤šà¤• नामावलियों का विसà¥â€à¤¤à¥ƒà¤¤ पनरीकà¥à¤·à¤£ कारà¥à¤¯à¤•à¥à¤°à¤® ( 5-10-2007 से 19-1-2008),District Magistrate Almora (District Magistrate),2007-11-03,57 +"132,133,134/XIV-95/Admin/2007",2007-10-25,Regarding Leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-11-03,325 1032/XX(2)/Rasuca-04/2003,2007-10-18,Governor is pleased to empower all the district Mangistrate in State of Excise the Power Confirmed by Section-(3)further Period of three months.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-03,254 1061/XX-2/61/UO/06,2007-10-24,जनपद रूदà¥à¤°à¤ªà¥à¤°à¤¯à¤¾à¤— में नव निरà¥à¤®à¤¿à¤¤ शव विचà¥â€à¤›à¥‡à¤¦à¤¨ गृह का निरà¥à¤®à¤¾à¤£ हो जाने के फलसà¥â€à¤µà¤°à¥‚प,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-03,256 +1032/XX(2)/Rasuca-04/2003,2007-10-18,Governor is pleased to empower all the district Mangistrate in State of Excise the Power Confirmed by Section-(3)further Period of three months.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-03,254 +1061/XX-2/61/UO/06,2007-10-24,à ¤œà ¤¨à ¤ªà ¤¦ à ¤°à ¥‚à ¤¦à ¥�à ¤°à ¤ªà ¥�à ¤°à ¤¯à ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¨à ¤µ à ¤¨à ¤¿à ¤°à ¥�à ¤®à ¤¿à ¤¤ à ¤¶à ¤µ à ¤µà ¤¿à ¤šà ¥�â€�à ¤›à ¥‡à ¤¦à ¤¨ à ¤—à ¥ƒà ¤¹ à ¤•à ¤¾ à ¤¨à ¤¿à ¤°à ¥�à ¤®à ¤¾à ¤£ à ¤¹à ¥‹ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥‡ à ¤«à ¤²à ¤¸à ¥�â€�à ¤µà ¤°à ¥‚à ¤ª,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-03,256 1774/GS/C-105/2007,2007-10-24,"Shri B.P.Nautiyal Promoted to the post of Private Secretary Gd-I to Gd-II(Pay Scale 10,000-325-15200)",S.Ramaswamy(Secretary),2007-11-03,254 631/XXVII(8)/Vanijyakar/2007,2007-10-19,"वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— मे लोक सूचना अधिकारी, अपीलीय अधिकारीयों को नामित करने के समà¥â€à¤¬à¤¨à¥â€à¤§ मे",Alol Kumar Jain(PRINCIPAL SECRETARY),2007-11-10,258 +178/XXVII(9)/Vanijyakar/2007,2007-10-19,"à ¤®à ¤¨à ¥‹à ¤°à ¤‚à ¤œà ¤¨à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡ à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€, à ¤…à ¤ªà ¥€à ¤²à ¥€à ¤¯ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡",Alol Kumar Jain(PRINCIPAL SECRETARY),2007-11-10,258 115/XXVI.2(9)/2004,2007-10-17,अरà¥à¤¥ à¤à¤‚व संखà¥â€à¤¯à¤¾à¤§à¤¿à¤•ारियों को परिवीकà¥à¤·à¤¾à¤§à¥€à¤¨ अवधि में पà¥à¤°à¤¶à¤¿à¤•à¥à¤·à¤£,Radha Raturi (Secretary),2007-11-10,260 631/XXVII(8)/Vanijyakar/2007,2007-10-19,"वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— मे लोक सूचना अधिकारी, अपीलीय अधिकारीयों को नामित करने के समà¥â€à¤¬à¤¨à¥â€à¤§ मे",Alol Kumar Jain(PRINCIPAL SECRETARY),2007-11-10,258 178/XXVII(9)/Vanijyakar/2007,2007-10-19,"मनोरंजनकर विà¤à¤¾à¤— मे लोक सूचना अधिकारी, अपीलीय अधिकारीयों को नामित करने के समà¥â€à¤¬à¤¨à¥â€à¤§ मे",Alol Kumar Jain(PRINCIPAL SECRETARY),2007-11-10,258 +654/XX(1)/148/2007,2007-10-25,Governor of Uttarakhand s pleased to accord consent to the extension of powers and Juridiction of the Member of Delhi Special Police.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-10,259 List of Holiday 2008,2007-11-10,"List of Holidays 2008, High Court of Uttarakhand Nainital",V.K.Maheshwari(Registrar General),2007-11-10,328 +"135,136/XIV/11/admin/2007",2007-10-29,Regarding Leave Sanctioned,Ravindra Maithani(Additional Registrar),2007-11-10,327 +654/XX(1)/148/2007,2007-10-25,Governor of Uttarakhand s pleased to accord consent to the extension of powers and Juridiction of the Member of Delhi Special Police.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-10,259 +654/XX(1)/148/2007,2007-10-25,Governor of Uttarakhand s pleased to accord consent to the extension of powers and Juridiction of the Member of Delhi Special Police.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-10,259 1246/VIII/134-2007,2007-10-26,शà¥à¤°à¥€ राजà¥â€à¤¯à¤ªà¤¾à¤² शà¥à¤°à¥€ पà¥à¤°à¤µà¥€à¤£ रावत को शà¥à¤°à¤® कलà¥â€à¤¯à¤¾à¤£ अधिकारी के पद पर नियà¥à¤•à¥à¤¤à¤¿ हेतॠआयॠà¤à¤‚व शेकà¥à¤·à¤¿à¤• योगà¥â€à¤¯à¤¤à¤¾ मे छूटकी सà¥â€à¤µà¥€à¤•ृति,Vijay Kumar Dhondiyal(Secretary),2007-11-10,263 List of Holiday 2008,2007-11-10,"List of Holidays 2008, High Court of Uttarakhand Nainital",V.K.Maheshwari(Registrar General),2007-11-10,328 +"135,136/XIV/11/admin/2007",2007-10-29,Regarding Leave Sanctioned,Ravindra Maithani(Additional Registrar),2007-11-10,327 List of Holiday 2008,2007-11-10,"List of Holidays 2008, High Court of Uttarakhand Nainital",V.K.Maheshwari(Registrar General),2007-11-10,328 "135,136/XIV/11/admin/2007",2007-10-29,Regarding Leave Sanctioned,Ravindra Maithani(Additional Registrar),2007-11-10,327 +654/XX(1)/148/2007,2007-10-25,Governor of Uttarakhand s pleased to accord consent to the extension of powers and Juridiction of the Member of Delhi Special Police.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-10,259 911/XXXI(3)/2007-97/2006,2007-10-22,"उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सचिवालय वैयकà¥à¤¤à¤¿à¤• सहायक अवर बरà¥à¤— सहायक,सहायक लेखाकार,टंकक,अनà¥à¤¸à¥‡à¤µà¤• के पदों पर संविलियन(छठा संशोधन) नियमावली 2007",M.H.Khan(Secretary),2007-11-10,261 +631/XXVII(8)/Vanijyakar/2007,2007-10-19,"à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡ à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€, à ¤…à ¤ªà ¥€à ¤²à ¥€à ¤¯ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡",Alol Kumar Jain(PRINCIPAL SECRETARY),2007-11-10,258 +178/XXVII(9)/Vanijyakar/2007,2007-10-19,"à ¤®à ¤¨à ¥‹à ¤°à ¤‚à ¤œà ¤¨à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡ à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€, à ¤…à ¤ªà ¥€à ¤²à ¥€à ¤¯ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡",Alol Kumar Jain(PRINCIPAL SECRETARY),2007-11-10,258 +654/XX(1)/148/2007,2007-10-25,Governor of Uttarakhand s pleased to accord consent to the extension of powers and Juridiction of the Member of Delhi Special Police.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-10,259 631/XXVII(8)/Vanijyakar/2007,2007-10-19,"वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— मे लोक सूचना अधिकारी, अपीलीय अधिकारीयों को नामित करने के समà¥â€à¤¬à¤¨à¥â€à¤§ मे",Alol Kumar Jain(PRINCIPAL SECRETARY),2007-11-10,258 178/XXVII(9)/Vanijyakar/2007,2007-10-19,"मनोरंजनकर विà¤à¤¾à¤— मे लोक सूचना अधिकारी, अपीलीय अधिकारीयों को नामित करने के समà¥â€à¤¬à¤¨à¥â€à¤§ मे",Alol Kumar Jain(PRINCIPAL SECRETARY),2007-11-10,258 631/XXVII(8)/Vanijyakar/2007,2007-10-19,"वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— मे लोक सूचना अधिकारी, अपीलीय अधिकारीयों को नामित करने के समà¥â€à¤¬à¤¨à¥â€à¤§ मे",Alol Kumar Jain(PRINCIPAL SECRETARY),2007-11-10,258 @@ -2249,42 +2787,66 @@ 1450/4-73/2006,2007-10-18,वन सेवा के सेवारत अधिकारियों हेतॠवà¥â€à¤¯à¤µà¤¾à¤¸à¤¾à¤¯à¤¿à¤• पà¥à¤°à¤¶à¤¿à¤•à¥à¤·à¤£ कारà¥à¤¯à¤•à¥à¤°à¤® 21 अगसà¥â€à¤¤ से 15 सितà¥â€à¤®à¥â€à¤¬à¤°,Rajeev Saha (Director),2007-11-10,332 911/XXXI(3)/2007-97/2006,2007-10-22,"उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सचिवालय वैयकà¥à¤¤à¤¿à¤• सहायक अवर बरà¥à¤— सहायक,सहायक लेखाकार,टंकक,अनà¥à¤¸à¥‡à¤µà¤• के पदों पर संविलियन(छठा संशोधन) नियमावली 2007",M.H.Khan(Secretary),2007-11-10,261 List of Holiday 2008,2007-11-10,"List of Holidays 2008, High Court of Uttarakhand Nainital",V.K.Maheshwari(Registrar General),2007-11-10,328 +"135,136/XIV/11/admin/2007",2007-10-29,Regarding Leave Sanctioned,Ravindra Maithani(Additional Registrar),2007-11-10,327 +631/XXVII(8)/Vanijyakar/2007,2007-10-19,"à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡ à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€, à ¤…à ¤ªà ¥€à ¤²à ¥€à ¤¯ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡",Alol Kumar Jain(PRINCIPAL SECRETARY),2007-11-10,258 +178/XXVII(9)/Vanijyakar/2007,2007-10-19,"à ¤®à ¤¨à ¥‹à ¤°à ¤‚à ¤œà ¤¨à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡ à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€, à ¤…à ¤ªà ¥€à ¤²à ¥€à ¤¯ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡",Alol Kumar Jain(PRINCIPAL SECRETARY),2007-11-10,258 +654/XX(1)/148/2007,2007-10-25,Governor of Uttarakhand s pleased to accord consent to the extension of powers and Juridiction of the Member of Delhi Special Police.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-10,259 654/XX(1)/148/2007,2007-10-25,Governor of Uttarakhand s pleased to accord consent to the extension of powers and Juridiction of the Member of Delhi Special Police.,N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-10,259 +631/XXVII(8)/Vanijyakar/2007,2007-10-19,"à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡ à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€, à ¤…à ¤ªà ¥€à ¤²à ¥€à ¤¯ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡",Alol Kumar Jain(PRINCIPAL SECRETARY),2007-11-10,258 +178/XXVII(9)/Vanijyakar/2007,2007-10-19,"à ¤®à ¤¨à ¥‹à ¤°à ¤‚à ¤œà ¤¨à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡ à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€, à ¤…à ¤ªà ¥€à ¤²à ¥€à ¤¯ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡",Alol Kumar Jain(PRINCIPAL SECRETARY),2007-11-10,258 883/IV-2007-01(83)/2007,2007-10-23,Uttarakhand to be Read instead of Uttaranchal,Shatrughan Singh(Secretary),2007-11-10,262 911/XXXI(3)/2007-97/2006,2007-10-22,"उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सचिवालय वैयकà¥à¤¤à¤¿à¤• सहायक अवर बरà¥à¤— सहायक,सहायक लेखाकार,टंकक,अनà¥à¤¸à¥‡à¤µà¤• के पदों पर संविलियन(छठा संशोधन) नियमावली 2007",M.H.Khan(Secretary),2007-11-10,261 631/XXVII(8)/Vanijyakar/2007,2007-10-19,"वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— मे लोक सूचना अधिकारी, अपीलीय अधिकारीयों को नामित करने के समà¥â€à¤¬à¤¨à¥â€à¤§ मे",Alol Kumar Jain(PRINCIPAL SECRETARY),2007-11-10,258 178/XXVII(9)/Vanijyakar/2007,2007-10-19,"मनोरंजनकर विà¤à¤¾à¤— मे लोक सूचना अधिकारी, अपीलीय अधिकारीयों को नामित करने के समà¥â€à¤¬à¤¨à¥â€à¤§ मे",Alol Kumar Jain(PRINCIPAL SECRETARY),2007-11-10,258 667/XX(1)/209/PPS/2006,2007-10-29,"Regarding Promotion Shri Mahesh Chandra Tamta,SSP.",Bhaskara Nand(Secretary),2007-11-17,274 +1096/XX-2/147/2007,2007-10-29,"HeadQuarters of Ist Batallion SSB,Didihat in Pargana Sour,Dist.Pithoragarh",N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-17,266 +2153/A.G./Charge/2007,2007-11-02,Regarding Addition Duties to the Administrator General Uttarakhand. Nainital.,Ravindra Maithani(Additional Registrar),2007-11-17,334 667/XX(1)/209/PPS/2006,2007-10-29,"Regarding Promotion Shri Mahesh Chandra Tamta,SSP.",Bhaskara Nand(Secretary),2007-11-17,274 +1096/XX-2/147/2007,2007-10-29,"HeadQuarters of Ist Batallion SSB,Didihat in Pargana Sour,Dist.Pithoragarh",N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-17,266 667/XX(1)/209/PPS/2006,2007-10-29,"Regarding Promotion Shri Mahesh Chandra Tamta,SSP.",Bhaskara Nand(Secretary),2007-11-17,274 +1096/XX-2/147/2007,2007-10-29,"HeadQuarters of Ist Batallion SSB,Didihat in Pargana Sour,Dist.Pithoragarh",N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-17,266 2153/A.G./Charge/2007,2007-11-02,Regarding Addition Duties to the Administrator General Uttarakhand. Nainital.,Ravindra Maithani(Additional Registrar),2007-11-17,334 +2153/A.G./Charge/2007,2007-11-02,Regarding Addition Duties to the Administrator General Uttarakhand. Nainital.,Ravindra Maithani(Additional Registrar),2007-11-17,334 667/XX(1)/209/PPS/2006,2007-10-29,"Regarding Promotion Shri Mahesh Chandra Tamta,SSP.",Bhaskara Nand(Secretary),2007-11-17,274 +1096/XX-2/147/2007,2007-10-29,"HeadQuarters of Ist Batallion SSB,Didihat in Pargana Sour,Dist.Pithoragarh",N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-17,266 827/(T.C)/XXXI(1)/2007,2007-11-02,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ शासन सà¥â€à¤¤à¤° पर संसà¥â€à¤•ृत शिकà¥à¤·à¤¾ विà¤à¤¾à¤— का गठन के समà¥â€à¤¬à¤¨à¥â€à¤§ मे,S.K.Das(Chief Secretary),2007-11-17,266 667/XX(1)/209/PPS/2006,2007-10-29,"Regarding Promotion Shri Mahesh Chandra Tamta,SSP.",Bhaskara Nand(Secretary),2007-11-17,274 +1096/XX-2/147/2007,2007-10-29,"HeadQuarters of Ist Batallion SSB,Didihat in Pargana Sour,Dist.Pithoragarh",N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-17,266 1579/E-7/116/S.A.-Civil,2007-10-19,अà¤à¤¿à¤‚यता पà¥à¤°à¤¶à¤¿à¤•à¥à¤·à¤£ संसà¥â€à¤¥à¤¾à¤¨ कालागढ मे आयोजित परिकà¥à¤·à¤¾ मे समà¥à¤®à¤¿à¤²à¤¤ सहायक अà¤à¤¿à¤¯à¤¨à¥â€à¤¤à¤¾à¤“ं (सिंचाई विà¤à¤¾à¤—) को उतà¥â€à¤¤à¥€à¤°à¥à¤£ घोषित किया जाता है,Dal Chandra Gautam(Director),2007-11-17,334 827/(T.C)/XXXI(1)/2007,2007-11-02,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ शासन सà¥â€à¤¤à¤° पर संसà¥â€à¤•ृत शिकà¥à¤·à¤¾ विà¤à¤¾à¤— का गठन के समà¥â€à¤¬à¤¨à¥â€à¤§ मे,S.K.Das(Chief Secretary),2007-11-17,266 +2153/A.G./Charge/2007,2007-11-02,Regarding Addition Duties to the Administrator General Uttarakhand. Nainital.,Ravindra Maithani(Additional Registrar),2007-11-17,334 954/XIX/07-73/khad/2002,2007-10-24,"शà¥à¤°à¥€ के.à¤à¤¸.बिषà¥â€à¤Ÿ, जिला पूरà¥à¤¤à¤¿à¤…धिकारी, गà¥à¤°à¥‡à¤¡.2 के पद पर पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤à¤¿",Dr.Ranveer Singh (Secretary),2007-11-17,274 667/XX(1)/209/PPS/2006,2007-10-29,"Regarding Promotion Shri Mahesh Chandra Tamta,SSP.",Bhaskara Nand(Secretary),2007-11-17,274 1096/XX-2/147/2007,2007-10-29,"HeadQuarters of Ist Batallion SSB,Didihat in Pargana Sour,Dist.Pithoragarh",N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-17,266 667/XX(1)/209/PPS/2006,2007-10-29,"Regarding Promotion Shri Mahesh Chandra Tamta,SSP.",Bhaskara Nand(Secretary),2007-11-17,274 +1096/XX-2/147/2007,2007-10-29,"HeadQuarters of Ist Batallion SSB,Didihat in Pargana Sour,Dist.Pithoragarh",N.S.Napalchyal(PRINCIPAL SECRETARY),2007-11-17,266 827/(T.C)/XXXI(1)/2007,2007-11-02,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ शासन सà¥â€à¤¤à¤° पर संसà¥â€à¤•ृत शिकà¥à¤·à¤¾ विà¤à¤¾à¤— का गठन के समà¥â€à¤¬à¤¨à¥â€à¤§ मे,S.K.Das(Chief Secretary),2007-11-17,266 1116/XXXII/2007,2007-11-01,Regarding Promotion to Shri Naveen Chandra Upreti,Utpal Kumar Singh(Secretary),2007-11-24,280 +1593/01/2007,2007-11-14,Handing over charge Director(Treasury),Kundan Lal(Joint Director),2007-11-24,339 1116/XXXII/2007,2007-11-01,Regarding Promotion to Shri Naveen Chandra Upreti,Utpal Kumar Singh(Secretary),2007-11-24,280 2518/Commision Tax/Form-Sec/2007,2007-11-03,"Regarding Misplace if Firn C,Form F,",M.L. Pant (Commissioner Tax Officer),2007-11-24,338 1593/01/2007,2007-11-14,Handing over charge Director(Treasury),Kundan Lal(Joint Director),2007-11-24,339 +"137,138,139/XIV-5/Admin/2007",2007-11-07,Regarding Leave Sanction.,Ravindra Maithani(Additional Registrar),2007-11-24,337 1116/XXXII/2007,2007-11-01,Regarding Promotion to Shri Naveen Chandra Upreti,Utpal Kumar Singh(Secretary),2007-11-24,280 5961/VII-I-07/14/2006,2007-11-05,खनिज नीति 2001 में संशोधन,P.C.Sharma (PRINCIPAL SECRETARY),2007-11-24,276 770/IX/246/2007,2007-11-08,"Governor is Pleased to sanction to Nomination of Shri Shyam Narayan Pande as Non-official Member in Regional Transport Authority, Almora.",S.Ramaswamy(Secretary),2007-11-24,280 2243/V/Aa2007-26/Na.Vi/01,2007-10-31,"आवास विà¤à¤¾à¤— उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ के समकà¥à¤· वाद/अपील à¤à¤‚व विधिक मामलों मे सà¥à¤¨à¤µà¤¾à¤ˆ हेतॠशà¥à¤°à¥€ अरूण कà¥à¤®à¤¾à¤° ढौडियाल,अपर सचिव अवास विà¤à¤¾à¤— को अधिकृत किया जाता है",Shatrughan Singh(Secretary),2007-11-24,276 +"137,138,139/XIV-5/Admin/2007",2007-11-07,Regarding Leave Sanction.,Ravindra Maithani(Additional Registrar),2007-11-24,337 770/IX/246/2007,2007-11-08,"Governor is Pleased to sanction to Nomination of Shri Shyam Narayan Pande as Non-official Member in Regional Transport Authority, Almora.",S.Ramaswamy(Secretary),2007-11-24,280 2243/V/Aa2007-26/Na.Vi/01,2007-10-31,"आवास विà¤à¤¾à¤— उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ के समकà¥à¤· वाद/अपील à¤à¤‚व विधिक मामलों मे सà¥à¤¨à¤µà¤¾à¤ˆ हेतॠशà¥à¤°à¥€ अरूण कà¥à¤®à¤¾à¤° ढौडियाल,अपर सचिव अवास विà¤à¤¾à¤— को अधिकृत किया जाता है",Shatrughan Singh(Secretary),2007-11-24,276 "137,138,139/XIV-5/Admin/2007",2007-11-07,Regarding Leave Sanction.,Ravindra Maithani(Additional Registrar),2007-11-24,337 1116/XXXII/2007,2007-11-01,Regarding Promotion to Shri Naveen Chandra Upreti,Utpal Kumar Singh(Secretary),2007-11-24,280 858/XXXI/(13)/G/06-2(1)/05,2007-11-01,उ.राजà¥â€à¤¯ की राजधानी चयन के संबंध मे गठित à¤à¤•ल सदसà¥â€à¤¯à¥€à¤¯ चयन आयोग का कारà¥à¤¯à¤•ाल 01.11.2007 से 30.4.2008 तक बढाये जाने की सà¥â€à¤µà¥€à¤•ृति,Harish Chandra Joshi (Secretary),2007-11-24,279 1593/01/2007,2007-11-14,Handing over charge Director(Treasury),Kundan Lal(Joint Director),2007-11-24,339 +1593/01/2007,2007-11-14,Handing over charge Director(Treasury),Kundan Lal(Joint Director),2007-11-24,339 +1593/01/2007,2007-11-14,Handing over charge Director(Treasury),Kundan Lal(Joint Director),2007-11-24,339 +"137,138,139/XIV-5/Admin/2007",2007-11-07,Regarding Leave Sanction.,Ravindra Maithani(Additional Registrar),2007-11-24,337 770/IX/246/2007,2007-11-08,"Governor is Pleased to sanction to Nomination of Shri Shyam Narayan Pande as Non-official Member in Regional Transport Authority, Almora.",S.Ramaswamy(Secretary),2007-11-24,280 980/XIX/2007-82/2006,2007-10-31,"खादà¥à¤¯à¤¾à¤¨ à¤à¤£à¥â€à¤¡à¤¾à¤° गोदाम हेतॠरायवाला जनपद देहरादून में 1.6180 हेकà¥â€à¤Ÿà¥‡à¤¯à¤° à¤à¥‚मि की आवशà¥â€à¤¯à¤¤à¤•ता ,",Ranbir Singh (Secretary),2007-11-24,277 +1593/01/2007,2007-11-14,Handing over charge Director(Treasury),Kundan Lal(Joint Director),2007-11-24,339 2518/Commision Tax/Form-Sec/2007,2007-11-03,"Regarding Misplace if Firn C,Form F,",M.L. Pant (Commissioner Tax Officer),2007-11-24,338 +1593/01/2007,2007-11-14,Handing over charge Director(Treasury),Kundan Lal(Joint Director),2007-11-24,339 +1593/01/2007,2007-11-14,Handing over charge Director(Treasury),Kundan Lal(Joint Director),2007-11-24,339 706/XXVII(8)Vanijyakar/2007,2007-11-16,"Regarding Promotion Shri T.C.Tiwari,Additional Commissioner,",Alol Kumar Jain(Chief Secretary),2007-12-01,282 708/XXVII(8)/Vanijyakar/2007,2007-11-16,"Regarding Promotion Shrimati Kukkum Gupta,Joint Commissioner]",Alol Kumar Jain(Chief Secretary),2007-12-01,283 706/XXVII(8)Vanijyakar/2007,2007-11-16,"Regarding Promotion Shri T.C.Tiwari,Additional Commissioner,",Alol Kumar Jain(Chief Secretary),2007-12-01,282 @@ -2317,31 +2879,46 @@ 878/IV-2007-01(80)/2007,2007-11-13,"Uttarakhand(U.P. Municipal Boards servant appeal rules 1967,Modification order 2007",Shatrughan Singh(Secretary),2007-12-08,290 884/IV-2007-01(84)/2007,2007-11-13,"Uttarakhand,U.Pradesh Municipal Board Rules 1994,Adaption and modification order 2007.",Shatrughan Singh(Secretary),2007-12-08,291 885/IV-2007-01(85)/2007,2007-11-19,Uttarakhand(U.Pradesh Nagar Palika Adhiniyam 1916) Adaptation and Modification order 2007.,Shatrughan Singh(Secretary),2007-12-08,293 +141-142/XIV/32/Admin.A/2007,2007-11-22,Regarding Earned leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-12-08,343 6461/VII-1-7/457/2002,2007-11-27,शà¥à¤°à¥€à¤®à¤¤à¤¿ कौशलà¥â€à¤¯à¤¾ बनà¥â€à¤§à¥ को महापà¥à¤°à¤¬à¤¨à¥â€à¤§à¤• के पद पर पदोनà¥â€à¤¨à¤¤ कर जिला उधोग केनà¥â€à¤¦à¥à¤° देहरादून में तैनात किया जाता है,P.C.Sharma (Chief Secretary),2007-12-08,288 +141-142/XIV/32/Admin.A/2007,2007-11-22,Regarding Earned leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-12-08,343 6461/VII-1-7/457/2002,2007-11-27,शà¥à¤°à¥€à¤®à¤¤à¤¿ कौशलà¥â€à¤¯à¤¾ बनà¥â€à¤§à¥ को महापà¥à¤°à¤¬à¤¨à¥â€à¤§à¤• के पद पर पदोनà¥â€à¤¨à¤¤ कर जिला उधोग केनà¥â€à¤¦à¥à¤° देहरादून में तैनात किया जाता है,P.C.Sharma (Chief Secretary),2007-12-08,288 2343/V-Avas-2007-26/2001,2007-11-23,"आवास विà¤à¤¾à¤— उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ के समकà¥à¤· वाद/अपील à¤à¤‚व विधिक मामलों की सà¥à¤¨à¤µà¤¾à¤ˆ हेतॠशà¥à¤°à¥€ विजय कà¥à¤®à¤¾à¤° ढौंडियाल,अपर सचिव सूचना पà¥à¤°à¥Œà¤¦à¥à¤¯à¥‹à¤—िकी विà¤à¤¾à¤—, को अधिकृत किया जाता है",Shatrughan Singh(Secretary),2007-12-08,296 878/IV-2007-01(80)/2007,2007-11-13,"Uttarakhand(U.P. Municipal Boards servant appeal rules 1967,Modification order 2007",Shatrughan Singh(Secretary),2007-12-08,290 884/IV-2007-01(84)/2007,2007-11-13,"Uttarakhand,U.Pradesh Municipal Board Rules 1994,Adaption and modification order 2007.",Shatrughan Singh(Secretary),2007-12-08,291 885/IV-2007-01(85)/2007,2007-11-19,Uttarakhand(U.Pradesh Nagar Palika Adhiniyam 1916) Adaptation and Modification order 2007.,Shatrughan Singh(Secretary),2007-12-08,293 +141-142/XIV/32/Admin.A/2007,2007-11-22,Regarding Earned leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-12-08,343 6447/30-1-2007-18(15)/2002,2007-11-19,डिपà¥â€à¤Ÿà¥€ कलेकà¥â€à¤Ÿà¤° के पदों की अवधि à¤à¤• वरà¥à¤· बढाये जाने की सà¥â€à¤µà¥€à¤•ृति,D.K.Kotiya(Secretary),2007-12-08,288 6447/30-1-2007-18(15)/2002,2007-11-19,डिपà¥â€à¤Ÿà¥€ कलेकà¥â€à¤Ÿà¤° के पदों की अवधि à¤à¤• वरà¥à¤· बढाये जाने की सà¥â€à¤µà¥€à¤•ृति,D.K.Kotiya(Secretary),2007-12-08,288 6461/VII-1-7/457/2002,2007-11-27,शà¥à¤°à¥€à¤®à¤¤à¤¿ कौशलà¥â€à¤¯à¤¾ बनà¥â€à¤§à¥ को महापà¥à¤°à¤¬à¤¨à¥â€à¤§à¤• के पद पर पदोनà¥â€à¤¨à¤¤ कर जिला उधोग केनà¥â€à¤¦à¥à¤° देहरादून में तैनात किया जाता है,P.C.Sharma (Chief Secretary),2007-12-08,288 6447/30-1-2007-18(15)/2002,2007-11-19,डिपà¥â€à¤Ÿà¥€ कलेकà¥â€à¤Ÿà¤° के पदों की अवधि à¤à¤• वरà¥à¤· बढाये जाने की सà¥â€à¤µà¥€à¤•ृति,D.K.Kotiya(Secretary),2007-12-08,288 1907/XXVIII(1)/2007-18/2004,2007-11-21,"आरà¥à¤¯à¥à¤µà¥‡à¤¦à¤¿à¤• à¤à¤‚व यà¥à¤¨à¤¾à¤¨à¥€ औषिधियों के लाईसेंस जारी किये जाने हेतॠपैनल गठित की सà¥â€à¤µà¥€à¤•ृति,",Manisha Panwar(Secretary),2007-12-08,297 +141-142/XIV/32/Admin.A/2007,2007-11-22,Regarding Earned leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-12-08,343 6447/30-1-2007-18(15)/2002,2007-11-19,डिपà¥â€à¤Ÿà¥€ कलेकà¥â€à¤Ÿà¤° के पदों की अवधि à¤à¤• वरà¥à¤· बढाये जाने की सà¥â€à¤µà¥€à¤•ृति,D.K.Kotiya(Secretary),2007-12-08,288 6461/VII-1-7/457/2002,2007-11-27,शà¥à¤°à¥€à¤®à¤¤à¤¿ कौशलà¥â€à¤¯à¤¾ बनà¥â€à¤§à¥ को महापà¥à¤°à¤¬à¤¨à¥â€à¤§à¤• के पद पर पदोनà¥â€à¤¨à¤¤ कर जिला उधोग केनà¥â€à¤¦à¥à¤° देहरादून में तैनात किया जाता है,P.C.Sharma (Chief Secretary),2007-12-08,288 +146-148/UHC/Admin/2007,2007-12-10,"Regarding Transfer and Posted,Addl.District and Session Judge,",V.K.Maheshwari(Registrar General),2007-12-15,345 +143-145/XIV-69/Admin.A/2007,2007-12-07,Regarding Leave Sanction.,Ravindra Maithani(Additional Registrar),2007-12-15,345 +146-148/UHC/Admin/2007,2007-12-10,"Regarding Transfer and Posted,Addl.District and Session Judge,",V.K.Maheshwari(Registrar General),2007-12-15,345 +143-145/XIV-69/Admin.A/2007,2007-12-07,Regarding Leave Sanction.,Ravindra Maithani(Additional Registrar),2007-12-15,345 +146-148/UHC/Admin/2007,2007-12-10,"Regarding Transfer and Posted,Addl.District and Session Judge,",V.K.Maheshwari(Registrar General),2007-12-15,345 +143-145/XIV-69/Admin.A/2007,2007-12-07,Regarding Leave Sanction.,Ravindra Maithani(Additional Registrar),2007-12-15,345 146-148/UHC/Admin/2007,2007-12-10,"Regarding Transfer and Posted,Addl.District and Session Judge,",V.K.Maheshwari(Registrar General),2007-12-15,345 143-145/XIV-69/Admin.A/2007,2007-12-07,Regarding Leave Sanction.,Ravindra Maithani(Additional Registrar),2007-12-15,345 146-148/UHC/Admin/2007,2007-12-10,"Regarding Transfer and Posted,Addl.District and Session Judge,",V.K.Maheshwari(Registrar General),2007-12-15,345 +143-145/XIV-69/Admin.A/2007,2007-12-07,Regarding Leave Sanction.,Ravindra Maithani(Additional Registrar),2007-12-15,345 1501/XVIII(2)/07-3(6)/2007,2007-12-04,Regarding Pauri Garhwal Disaster Management Authority.,Nrip Singh Napalchayal(PRINCIPAL SECRETARY),2007-12-15,300 1502/XVIII(2)/07-3(6)/2007,2007-12-04,Regarding Rudraprayag Disaster Management Authority.,Nrip Singh Napalchayal(PRINCIPAL SECRETARY),2007-12-15,301 1503/XVIII(2)/07-3(6)/2007,2007-12-04,Regarding Chamoli Disaster Management Authority.,Nrip Singh Napalchayal(PRINCIPAL SECRETARY),2007-12-15,303 1504/XVIII(2)/07-3(6)/2007,2007-12-04,Regarding Tehri Garhwal Disaster Management Authority.,Nrip Singh Napalchayal(PRINCIPAL SECRETARY),2007-12-15,303 1505/XVIII(2)/07-3(6)/2007,2007-12-04,Regarding Hardwar Disaster Management Authority.,Nrip Singh Napalchayal(PRINCIPAL SECRETARY),2007-12-15,304 +149-150/XIV-59/Admin.A/2007,2007-12-13,Regarding Leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-12-22,347 149-150/XIV-59/Admin.A/2007,2007-12-13,Regarding Leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-12-22,347 586/VII-I/29/2005/07,2007-10-18,"जनपद बागेशà¥â€à¤µà¤°, गà¥à¤°à¤¾à¤® पिटाली तोक करà¥à¤®à¥€ में 4.00 वरà¥à¤— किमी.कà¥à¤·à¥‡à¤¤à¥à¤°à¤«à¤² को खनिज परिहार नियमावली 1960 के अधीन विजà¥à¤žà¤¾à¤ªà¤¿à¤¤ ा",P.C.Sharma (Chief Secretary),2007-12-22,313 +149-150/XIV-59/Admin.A/2007,2007-12-13,Regarding Leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-12-22,347 586/VII-I/29/2005/07,2007-10-18,"जनपद बागेशà¥â€à¤µà¤°, गà¥à¤°à¤¾à¤® पिटाली तोक करà¥à¤®à¥€ में 4.00 वरà¥à¤— किमी.कà¥à¤·à¥‡à¤¤à¥à¤°à¤«à¤² को खनिज परिहार नियमावली 1960 के अधीन विजà¥à¤žà¤¾à¤ªà¤¿à¤¤ ा",P.C.Sharma (Chief Secretary),2007-12-22,313 +149-150/XIV-59/Admin.A/2007,2007-12-13,Regarding Leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-12-22,347 586/VII-I/29/2005/07,2007-10-18,"जनपद बागेशà¥â€à¤µà¤°, गà¥à¤°à¤¾à¤® पिटाली तोक करà¥à¤®à¥€ में 4.00 वरà¥à¤— किमी.कà¥à¤·à¥‡à¤¤à¥à¤°à¤«à¤² को खनिज परिहार नियमावली 1960 के अधीन विजà¥à¤žà¤¾à¤ªà¤¿à¤¤ ा",P.C.Sharma (Chief Secretary),2007-12-22,313 +149-150/XIV-59/Admin.A/2007,2007-12-13,Regarding Leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-12-22,347 586/VII-I/29/2005/07,2007-10-18,"जनपद बागेशà¥â€à¤µà¤°, गà¥à¤°à¤¾à¤® पिटाली तोक करà¥à¤®à¥€ में 4.00 वरà¥à¤— किमी.कà¥à¤·à¥‡à¤¤à¥à¤°à¤«à¤² को खनिज परिहार नियमावली 1960 के अधीन विजà¥à¤žà¤¾à¤ªà¤¿à¤¤ ा",P.C.Sharma (Chief Secretary),2007-12-22,313 1506/XVIII(2)/07-3(6)/2007,2007-12-04,Regarding Dehradun Disaster Management Authority.,Nrip Singh Napalchayal(PRINCIPAL SECRETARY),2007-12-22,308 1507/XVIII(2)/07-3(6)/2007,2007-12-04,Regarding Uttarkashi Disaster Management Authority.,Nrip Singh Napalchayal(PRINCIPAL SECRETARY),2007-12-22,309 @@ -2356,9 +2933,16 @@ 173/174/175/176/Tax/2007,2007-12-11,"Regis.No.NL05A-8903,UA06B-2587,UA06B-8807,UA06A-3019,Cancel",RTO USNagar(RTO USNagar),2007-12-29,350 177/178/179/180/Tax/2007,2007-12-11,"Registration NO.UAO6C-3153,UAO6-8670,UAO6A-2850,UAO6-6776 Cancel.",RTO USNagar(RTO USNagar),2007-12-29,351 181/182/183/184/Tax/2007,2007-12-11,"Registration NO.UA06A-3676,UA06A-4955,UA06A-6331,UA06B-4764,is Cancel.",RTO USNagar(RTO USNagar),2007-12-29,353 +151/XIV/20/Admin/2007,2007-12-17,Regardoing Leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-12-29,349 +153/XIV/Admin/2007,2007-12-19,Regarding Leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-12-29,349 151/XIV/20/Admin/2007,2007-12-17,Regardoing Leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-12-29,349 +153/XIV/Admin/2007,2007-12-19,Regarding Leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-12-29,349 1578/VIII/52/2007,2007-12-12,Regarding Shri Udai Raj Singh S/o Shri Jagdish Prasad,Suvart Viswas(Secretary),2007-12-29,320 +151/XIV/20/Admin/2007,2007-12-17,Regardoing Leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-12-29,349 +153/XIV/Admin/2007,2007-12-19,Regarding Leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-12-29,349 1170/XXXII/2007,2007-11-28,Regarding Transit Hostel,Utpal Kumar Singh(Secretary),2007-12-29,319 +151/XIV/20/Admin/2007,2007-12-17,Regardoing Leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-12-29,349 +153/XIV/Admin/2007,2007-12-19,Regarding Leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-12-29,349 6595/30-1-2007-15(12)/2005,2007-12-05,"Regarding Chetan Singh Rathor,PCS,Deputy Collector Pauri.",D.K.Kotiya(Secretary),2007-12-29,320 6595/30-1-2007-15(12)/2005,2007-12-05,"Regarding Chetan Singh Rathor,PCS,Deputy Collector Pauri.",D.K.Kotiya(Secretary),2007-12-29,320 1578/VIII/52/2007,2007-12-12,Regarding Shri Udai Raj Singh S/o Shri Jagdish Prasad,Suvart Viswas(Secretary),2007-12-29,320 @@ -2366,6 +2950,8 @@ 1170/XXXII/2007,2007-11-28,Regarding Transit Hostel,Utpal Kumar Singh(Secretary),2007-12-29,319 6595/30-1-2007-15(12)/2005,2007-12-05,"Regarding Chetan Singh Rathor,PCS,Deputy Collector Pauri.",D.K.Kotiya(Secretary),2007-12-29,320 1170/XXXII/2007,2007-11-28,Regarding Transit Hostel,Utpal Kumar Singh(Secretary),2007-12-29,319 +151/XIV/20/Admin/2007,2007-12-17,Regardoing Leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-12-29,349 +153/XIV/Admin/2007,2007-12-19,Regarding Leave Sanctioned.,Ravindra Maithani(Additional Registrar),2007-12-29,349 6595/30-1-2007-15(12)/2005,2007-12-05,"Regarding Chetan Singh Rathor,PCS,Deputy Collector Pauri.",D.K.Kotiya(Secretary),2007-12-29,320 172/Tax/NL-2A-9696/2007,2007-12-11,Regarding Registration NL 02A-9696 Cancel,RTO USNagar(RTO USNagar),2007-12-29,350 173/174/175/176/Tax/2007,2007-12-11,"Regis.No.NL05A-8903,UA06B-2587,UA06B-8807,UA06A-3019,Cancel",RTO USNagar(RTO USNagar),2007-12-29,350 @@ -2373,6 +2959,8 @@ 181/182/183/184/Tax/2007,2007-12-11,"Registration NO.UA06A-3676,UA06A-4955,UA06A-6331,UA06B-4764,is Cancel.",RTO USNagar(RTO USNagar),2007-12-29,353 1170/XXXII/2007,2007-11-28,Regarding Transit Hostel,Utpal Kumar Singh(Secretary),2007-12-29,319 1511/XVIII(2)/07-3(6)/2007,2007-12-04,Regarding Almora Disaster Management Authority.,Nrip Singh Napalchayal(PRINCIPAL SECRETARY),2007-12-29,316 +1512/XVIII(2)/07-3(6)/2007,2007-12-04,Regarding Pithoragarh Disaster Management Authority.,Nrip Singh Napalchayal(PRINCIPAL SECRETARY),2007-12-29,317 +1513/XVIII(2)/07-3(6)/2007,2007-12-04,Regarding USNagar Disaster Management Authority.,Nrip Singh Napalchayal(PRINCIPAL SECRETARY),2007-12-29,318 817/XII/2007/86(34)/2005,2007-12-07,लोक सूचना अधिकारी के पद नाम में सशोधन,P.K.Mahanti(Secretary),2008-01-05,2 "154,155,156,157/XI-89/Admin/07",2007-12-27,Regarding Leave sanction,Ravindra Maithani(Additional Registrar),2008-01-05,1 "154,155,156,157/XI-89/Admin/07",2007-12-27,Regarding Leave sanction,Ravindra Maithani(Additional Registrar),2008-01-05,1 @@ -2389,45 +2977,141 @@ 150/18/(1)/2007,2007-10-10,à¤à¥‚मि अधâ€à¤¿à¤—à¥à¤°à¤¹à¤£ जनपद उधमसिंह नगर की तहसील काशीपà¥à¤° के गà¥à¤°à¤¾à¤® मानपà¥à¤°,Manjul kumar Joshi(Additional Secretary),2008-01-12,15 2817/com.Tax/Farm Sec./2007,2007-11-28,आयà¥à¤•à¥â€à¤¤à¤•र उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ निमà¥â€à¤¨à¤²à¤¿à¤–ित सूची में उलà¥à¤²à¤¿à¤–ित सूची में घोषणापतà¥à¤° फारà¥à¤®à¤¸à¥€/à¤à¤«/टिकट खो जाने चोरी होजाने पर अवैध घोषित .,M.L.Pant (Commissioner Tax Officer),2008-01-12,3 2817/com.Tax/Farm Sec./2007,2007-11-28,आयà¥à¤•à¥â€à¤¤à¤•र उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ निमà¥â€à¤¨à¤²à¤¿à¤–ित सूची में उलà¥à¤²à¤¿à¤–ित सूची में घोषणापतà¥à¤° फारà¥à¤®à¤¸à¥€/à¤à¤«/टिकट खो जाने चोरी होजाने पर अवैध घोषित .,M.L.Pant (Commissioner Tax Officer),2008-01-12,3 +796/XXVII(8)/Vanijyakar(VAT)07,2007-12-27,"Shri T.C.Tiwari,Member(Departmental)Comercial Tax Tribunal Haldwani to Perform Judicial function of Appellate.",Alol Kumar Jain(PRINCIPAL SECRETARY),2008-01-12,12 +796/XXVII(8)/Vanijyakar(VAT)07,2007-12-27,"Shri T.C.Tiwari,Member(Departmental)Comercial Tax Tribunal Haldwani to Perform Judicial function of Appellate.",Alol Kumar Jain(PRINCIPAL SECRETARY),2008-01-12,12 150/18/(1)/2007,2007-10-10,à¤à¥‚मि अधâ€à¤¿à¤—à¥à¤°à¤¹à¤£ जनपद उधमसिंह नगर की तहसील काशीपà¥à¤° के गà¥à¤°à¤¾à¤® मानपà¥à¤°,Manjul kumar Joshi(Additional Secretary),2008-01-12,15 636/XV-I/2(58)/2005,2007-12-28,पशà¥à¤§à¤¨ पà¥à¤°à¤¸à¤¾à¤° अधिकारियों को पशà¥à¤šà¤¿à¤•ितà¥â€à¤¸à¤¾à¤§à¤¿à¤•ारी के पद पर पदोनà¥â€à¤¨à¤¨à¤¤à¤¿.,Vibha Puri Das(PRINCIPAL SECRETARY),2008-01-12,12 782/IX/228/2007,2007-12-11,संà¤à¤¾à¤—ीय परिवहन पà¥à¤°à¤¾à¤§à¤¿à¤•रण पौडी में शà¥à¤°à¥€ जसपाल सिंह नेगी तथा उमेंश तà¥à¤°à¤¿à¤ªà¤¾à¤ ी को गैर सरकारी सदसà¥â€à¤¯ के रूप 2 वरà¥à¤· के लिठनामित की सà¥â€à¤µà¥€à¤•ृति.,S.Ramaswamy(Secretary),2008-01-12,13 +190-202/Tax/2007,2007-12-13,Regestration No. ua-06-7612/ua-06B-6542/NL-02A9135/ua-06-6714/ua-06-9633/NL-02-9209/9142/9515/ua-06-9577/NL-02-9279/9606/ua-06-8523 is cancel.,RTO USNagar(RTO),2008-01-12,5 2817/com.Tax/Farm Sec./2007,2007-11-28,आयà¥à¤•à¥â€à¤¤à¤•र उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ निमà¥â€à¤¨à¤²à¤¿à¤–ित सूची में उलà¥à¤²à¤¿à¤–ित सूची में घोषणापतà¥à¤° फारà¥à¤®à¤¸à¥€/à¤à¤«/टिकट खो जाने चोरी होजाने पर अवैध घोषित .,M.L.Pant (Commissioner Tax Officer),2008-01-12,3 782/IX/228/2007,2007-12-11,संà¤à¤¾à¤—ीय परिवहन पà¥à¤°à¤¾à¤§à¤¿à¤•रण पौडी में शà¥à¤°à¥€ जसपाल सिंह नेगी तथा उमेंश तà¥à¤°à¤¿à¤ªà¤¾à¤ ी को गैर सरकारी सदसà¥â€à¤¯ के रूप 2 वरà¥à¤· के लिठनामित की सà¥â€à¤µà¥€à¤•ृति.,S.Ramaswamy(Secretary),2008-01-12,13 190-202/Tax/2007,2007-12-13,Regestration No. ua-06-7612/ua-06B-6542/NL-02A9135/ua-06-6714/ua-06-9633/NL-02-9209/9142/9515/ua-06-9577/NL-02-9279/9606/ua-06-8523 is cancel.,RTO USNagar(RTO),2008-01-12,5 6774/X-2-2007-19(27)/2002,2007-12-24,Uttarakhand Carbait Tiger Reserv park,Suvart Viswas(Secretary),2008-01-12,14 636/XV-I/2(58)/2005,2007-12-28,पशà¥à¤§à¤¨ पà¥à¤°à¤¸à¤¾à¤° अधिकारियों को पशà¥à¤šà¤¿à¤•ितà¥â€à¤¸à¤¾à¤§à¤¿à¤•ारी के पद पर पदोनà¥â€à¤¨à¤¨à¤¤à¤¿.,Vibha Puri Das(PRINCIPAL SECRETARY),2008-01-12,12 +796/XXVII(8)/Vanijyakar(VAT)07,2007-12-27,"Shri T.C.Tiwari,Member(Departmental)Comercial Tax Tribunal Haldwani to Perform Judicial function of Appellate.",Alol Kumar Jain(PRINCIPAL SECRETARY),2008-01-12,12 636/XV-I/2(58)/2005,2007-12-28,पशà¥à¤§à¤¨ पà¥à¤°à¤¸à¤¾à¤° अधिकारियों को पशà¥à¤šà¤¿à¤•ितà¥â€à¤¸à¤¾à¤§à¤¿à¤•ारी के पद पर पदोनà¥â€à¤¨à¤¨à¤¤à¤¿.,Vibha Puri Das(PRINCIPAL SECRETARY),2008-01-12,12 796/XXVII(8)/Vanijyakar(VAT)07,2007-12-27,"Shri T.C.Tiwari,Member(Departmental)Comercial Tax Tribunal Haldwani to Perform Judicial function of Appellate.",Alol Kumar Jain(PRINCIPAL SECRETARY),2008-01-12,12 782/IX/228/2007,2007-12-11,संà¤à¤¾à¤—ीय परिवहन पà¥à¤°à¤¾à¤§à¤¿à¤•रण पौडी में शà¥à¤°à¥€ जसपाल सिंह नेगी तथा उमेंश तà¥à¤°à¤¿à¤ªà¤¾à¤ ी को गैर सरकारी सदसà¥â€à¤¯ के रूप 2 वरà¥à¤· के लिठनामित की सà¥â€à¤µà¥€à¤•ृति.,S.Ramaswamy(Secretary),2008-01-12,13 +190-202/Tax/2007,2007-12-13,Regestration No. ua-06-7612/ua-06B-6542/NL-02A9135/ua-06-6714/ua-06-9633/NL-02-9209/9142/9515/ua-06-9577/NL-02-9279/9606/ua-06-8523 is cancel.,RTO USNagar(RTO),2008-01-12,5 +796/XXVII(8)/Vanijyakar(VAT)07,2007-12-27,"Shri T.C.Tiwari,Member(Departmental)Comercial Tax Tribunal Haldwani to Perform Judicial function of Appellate.",Alol Kumar Jain(PRINCIPAL SECRETARY),2008-01-12,12 150/18/(1)/2007,2007-10-10,à¤à¥‚मि अधâ€à¤¿à¤—à¥à¤°à¤¹à¤£ जनपद उधमसिंह नगर की तहसील काशीपà¥à¤° के गà¥à¤°à¤¾à¤® मानपà¥à¤°,Manjul kumar Joshi(Additional Secretary),2008-01-12,15 +796/XXVII(8)/Vanijyakar(VAT)07,2007-12-27,"Shri T.C.Tiwari,Member(Departmental)Comercial Tax Tribunal Haldwani to Perform Judicial function of Appellate.",Alol Kumar Jain(PRINCIPAL SECRETARY),2008-01-12,12 589/VI-I/2007/01(03)/2005,2007-12-24,डा.लालता पà¥à¤°à¤¸à¤¾à¤¦ को उपनिदेशक के पद पर पदोनà¥â€à¤¨à¥â€à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Rakesh Sharma(Secretary),2008-01-12,14 6774/X-2-2007-19(27)/2002,2007-12-24,Uttarakhand Carbait Tiger Reserv park,Suvart Viswas(Secretary),2008-01-12,14 150/18/(1)/2007,2007-10-10,à¤à¥‚मि अधâ€à¤¿à¤—à¥à¤°à¤¹à¤£ जनपद उधमसिंह नगर की तहसील काशीपà¥à¤° के गà¥à¤°à¤¾à¤® मानपà¥à¤°,Manjul kumar Joshi(Additional Secretary),2008-01-12,15 6774/X-2-2007-19(27)/2002,2007-12-24,Uttarakhand Carbait Tiger Reserv park,Suvart Viswas(Secretary),2008-01-12,14 796/XXVII(8)/Vanijyakar(VAT)07,2007-12-27,"Shri T.C.Tiwari,Member(Departmental)Comercial Tax Tribunal Haldwani to Perform Judicial function of Appellate.",Alol Kumar Jain(PRINCIPAL SECRETARY),2008-01-12,12 1069/35(3)/2007,2007-12-31,The Uttarakhand(Uttaranchal C.M.Discretionary fund rules 2000) Adaptation and modification order 2007.,Subhash Kumar (PRINCIPAL SECRETARY),2008-01-19,18 +801/(1)/XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand(uttaranchal Central Trade Tax rules 1957) Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,23 +802/(1)/XXVII(8)/Vanijyakar/07,2007-12-28,Uttarakhand Uttaranchal tax on Entry of goods act 2000 Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,24 +803(1)/XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand Uttaranchal Trade Tax Manual Vol-1 1962 Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,25 +818(1)/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand(U.P. Sale Tax Department Clerical Service rules 1973) Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,40 +816(1)/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand (U.P. Sale Tax Service Rules 1983)Adaptation and Modification order 2007,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,38 +798/XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand(Uttaranchal Trade Tax Act 1948)Adaptation and modification order 2007.,Alol Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,20 +799/XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand (Uttaranchal Trade Tax rules 1948) Adaptation and Modification order 2007.,Alol Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,21 +800/XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand (Uttaranchal Trade Tax Validation Act 1958) Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,22 +820/(1)/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand(U.P. Subordinate (sales tax Audit and Accounts)Service Rules 1992)Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,42 +807/(1)/XXVII(8)/vanijyakar/2007,2007-12-28,Uttarakhand(uttaranchal Trade tax Check post Manual) adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,29 +809/(1)XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand(Uttaranchal trade Tax tribunal regulations 1988)Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,31 +810(1)XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand(U.P.Assistant Comissioner(j) Trade Tax Manual)Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,32 +811/(1)XXVII(8)Vanijyakar/2007,2007-12-28,Uttarakhand (Uttaranchal U.P.Deptt.Vehicle Manual)Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,33 +812/XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand(Uttaranchal Central Sales Tax rules 2006) Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,34 +813/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand(Uttaranchal value Added tax rules 2005) Adaptation and Modification orde 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,35 801/(1)/XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand(uttaranchal Central Trade Tax rules 1957) Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,23 +802/(1)/XXVII(8)/Vanijyakar/07,2007-12-28,Uttarakhand Uttaranchal tax on Entry of goods act 2000 Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,24 +803(1)/XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand Uttaranchal Trade Tax Manual Vol-1 1962 Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,25 +807/(1)/XXVII(8)/vanijyakar/2007,2007-12-28,Uttarakhand(uttaranchal Trade tax Check post Manual) adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,29 +798/XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand(Uttaranchal Trade Tax Act 1948)Adaptation and modification order 2007.,Alol Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,20 +799/XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand (Uttaranchal Trade Tax rules 1948) Adaptation and Modification order 2007.,Alol Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,21 +800/XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand (Uttaranchal Trade Tax Validation Act 1958) Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,22 +820/(1)/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand(U.P. Subordinate (sales tax Audit and Accounts)Service Rules 1992)Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,42 +818(1)/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand(U.P. Sale Tax Department Clerical Service rules 1973) Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,40 +809/(1)XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand(Uttaranchal trade Tax tribunal regulations 1988)Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,31 +810(1)XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand(U.P.Assistant Comissioner(j) Trade Tax Manual)Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,32 +811/(1)XXVII(8)Vanijyakar/2007,2007-12-28,Uttarakhand (Uttaranchal U.P.Deptt.Vehicle Manual)Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,33 +812/XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand(Uttaranchal Central Sales Tax rules 2006) Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,34 +813/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand(Uttaranchal value Added tax rules 2005) Adaptation and Modification orde 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,35 +816(1)/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand (U.P. Sale Tax Service Rules 1983)Adaptation and Modification order 2007,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,38 3073/Guzzet/2007,2007-12-15,कारà¥à¤¯à¤²à¤¯ नगर पंचायत दिनेशपà¥à¤° (उधमसिंह नगर) वà¥â€à¤¯à¤µà¤¾à¤¸à¤¾à¤¯à¤¿à¤¯à¥‹à¤‚ के लाईसैनà¥â€à¤¸ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Nagar Panchayat DineshPur(USNagar)(President),2008-01-19,1 3073/Guzzet/2007,2007-12-15,कारà¥à¤¯à¤²à¤¯ नगर पंचायत दिनेशपà¥à¤° (उधमसिंह नगर) वà¥â€à¤¯à¤µà¤¾à¤¸à¤¾à¤¯à¤¿à¤¯à¥‹à¤‚ के लाईसैनà¥â€à¤¸ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Nagar Panchayat DineshPur(USNagar)(President),2008-01-19,1 +801/(1)/XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand(uttaranchal Central Trade Tax rules 1957) Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,23 +802/(1)/XXVII(8)/Vanijyakar/07,2007-12-28,Uttarakhand Uttaranchal tax on Entry of goods act 2000 Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,24 +803(1)/XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand Uttaranchal Trade Tax Manual Vol-1 1962 Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,25 +818(1)/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand(U.P. Sale Tax Department Clerical Service rules 1973) Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,40 +816(1)/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand (U.P. Sale Tax Service Rules 1983)Adaptation and Modification order 2007,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,38 +798/XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand(Uttaranchal Trade Tax Act 1948)Adaptation and modification order 2007.,Alol Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,20 +799/XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand (Uttaranchal Trade Tax rules 1948) Adaptation and Modification order 2007.,Alol Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,21 +800/XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand (Uttaranchal Trade Tax Validation Act 1958) Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,22 +820/(1)/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand(U.P. Subordinate (sales tax Audit and Accounts)Service Rules 1992)Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,42 +807/(1)/XXVII(8)/vanijyakar/2007,2007-12-28,Uttarakhand(uttaranchal Trade tax Check post Manual) adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,29 +809/(1)XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand(Uttaranchal trade Tax tribunal regulations 1988)Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,31 +810(1)XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand(U.P.Assistant Comissioner(j) Trade Tax Manual)Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,32 +811/(1)XXVII(8)Vanijyakar/2007,2007-12-28,Uttarakhand (Uttaranchal U.P.Deptt.Vehicle Manual)Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,33 +812/XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand(Uttaranchal Central Sales Tax rules 2006) Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,34 +813/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand(Uttaranchal value Added tax rules 2005) Adaptation and Modification orde 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,35 801/(1)/XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand(uttaranchal Central Trade Tax rules 1957) Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,23 802/(1)/XXVII(8)/Vanijyakar/07,2007-12-28,Uttarakhand Uttaranchal tax on Entry of goods act 2000 Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,24 803(1)/XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand Uttaranchal Trade Tax Manual Vol-1 1962 Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,25 807/(1)/XXVII(8)/vanijyakar/2007,2007-12-28,Uttarakhand(uttaranchal Trade tax Check post Manual) adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,29 +798/XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand(Uttaranchal Trade Tax Act 1948)Adaptation and modification order 2007.,Alol Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,20 +799/XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand (Uttaranchal Trade Tax rules 1948) Adaptation and Modification order 2007.,Alol Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,21 +800/XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand (Uttaranchal Trade Tax Validation Act 1958) Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,22 +820/(1)/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand(U.P. Subordinate (sales tax Audit and Accounts)Service Rules 1992)Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,42 +818(1)/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand(U.P. Sale Tax Department Clerical Service rules 1973) Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,40 +809/(1)XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand(Uttaranchal trade Tax tribunal regulations 1988)Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,31 +810(1)XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand(U.P.Assistant Comissioner(j) Trade Tax Manual)Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,32 +811/(1)XXVII(8)Vanijyakar/2007,2007-12-28,Uttarakhand (Uttaranchal U.P.Deptt.Vehicle Manual)Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,33 +812/XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand(Uttaranchal Central Sales Tax rules 2006) Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,34 +813/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand(Uttaranchal value Added tax rules 2005) Adaptation and Modification orde 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,35 +816(1)/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand (U.P. Sale Tax Service Rules 1983)Adaptation and Modification order 2007,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,38 801/(1)/XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand(uttaranchal Central Trade Tax rules 1957) Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,23 802/(1)/XXVII(8)/Vanijyakar/07,2007-12-28,Uttarakhand Uttaranchal tax on Entry of goods act 2000 Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,24 803(1)/XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand Uttaranchal Trade Tax Manual Vol-1 1962 Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,25 807/(1)/XXVII(8)/vanijyakar/2007,2007-12-28,Uttarakhand(uttaranchal Trade tax Check post Manual) adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,29 809/(1)XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand(Uttaranchal trade Tax tribunal regulations 1988)Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,31 +798/XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand(Uttaranchal Trade Tax Act 1948)Adaptation and modification order 2007.,Alol Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,20 +799/XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand (Uttaranchal Trade Tax rules 1948) Adaptation and Modification order 2007.,Alol Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,21 +800/XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand (Uttaranchal Trade Tax Validation Act 1958) Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,22 +820/(1)/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand(U.P. Subordinate (sales tax Audit and Accounts)Service Rules 1992)Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,42 +818(1)/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand(U.P. Sale Tax Department Clerical Service rules 1973) Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,40 +810(1)XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand(U.P.Assistant Comissioner(j) Trade Tax Manual)Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,32 +811/(1)XXVII(8)Vanijyakar/2007,2007-12-28,Uttarakhand (Uttaranchal U.P.Deptt.Vehicle Manual)Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,33 +812/XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand(Uttaranchal Central Sales Tax rules 2006) Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,34 +813/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand(Uttaranchal value Added tax rules 2005) Adaptation and Modification orde 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,35 +816(1)/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand (U.P. Sale Tax Service Rules 1983)Adaptation and Modification order 2007,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,38 +801/(1)/XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand(uttaranchal Central Trade Tax rules 1957) Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,23 +802/(1)/XXVII(8)/Vanijyakar/07,2007-12-28,Uttarakhand Uttaranchal tax on Entry of goods act 2000 Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,24 +803(1)/XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand Uttaranchal Trade Tax Manual Vol-1 1962 Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,25 +818(1)/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand(U.P. Sale Tax Department Clerical Service rules 1973) Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,40 +816(1)/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand (U.P. Sale Tax Service Rules 1983)Adaptation and Modification order 2007,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,38 798/XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand(Uttaranchal Trade Tax Act 1948)Adaptation and modification order 2007.,Alol Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,20 799/XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand (Uttaranchal Trade Tax rules 1948) Adaptation and Modification order 2007.,Alol Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,21 800/XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand (Uttaranchal Trade Tax Validation Act 1958) Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,22 +820/(1)/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand(U.P. Subordinate (sales tax Audit and Accounts)Service Rules 1992)Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,42 +807/(1)/XXVII(8)/vanijyakar/2007,2007-12-28,Uttarakhand(uttaranchal Trade tax Check post Manual) adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,29 +809/(1)XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand(Uttaranchal trade Tax tribunal regulations 1988)Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,31 +810(1)XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand(U.P.Assistant Comissioner(j) Trade Tax Manual)Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,32 +811/(1)XXVII(8)Vanijyakar/2007,2007-12-28,Uttarakhand (Uttaranchal U.P.Deptt.Vehicle Manual)Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,33 +812/XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand(Uttaranchal Central Sales Tax rules 2006) Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,34 +813/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand(Uttaranchal value Added tax rules 2005) Adaptation and Modification orde 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,35 801/(1)/XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand(uttaranchal Central Trade Tax rules 1957) Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,23 802/(1)/XXVII(8)/Vanijyakar/07,2007-12-28,Uttarakhand Uttaranchal tax on Entry of goods act 2000 Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,24 803(1)/XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand Uttaranchal Trade Tax Manual Vol-1 1962 Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,25 807/(1)/XXVII(8)/vanijyakar/2007,2007-12-28,Uttarakhand(uttaranchal Trade tax Check post Manual) adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,29 798/XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand(Uttaranchal Trade Tax Act 1948)Adaptation and modification order 2007.,Alol Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,20 +799/XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand (Uttaranchal Trade Tax rules 1948) Adaptation and Modification order 2007.,Alol Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,21 +800/XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand (Uttaranchal Trade Tax Validation Act 1958) Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,22 +820/(1)/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand(U.P. Subordinate (sales tax Audit and Accounts)Service Rules 1992)Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,42 +818(1)/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand(U.P. Sale Tax Department Clerical Service rules 1973) Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,40 +809/(1)XXVII(8)/Vanijyakar/2007,2007-12-28,The Uttarakhand(Uttaranchal trade Tax tribunal regulations 1988)Adaptation and modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,31 +810(1)XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand(U.P.Assistant Comissioner(j) Trade Tax Manual)Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,32 +811/(1)XXVII(8)Vanijyakar/2007,2007-12-28,Uttarakhand (Uttaranchal U.P.Deptt.Vehicle Manual)Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,33 +812/XXVII(8)/Vanijyakar/2007,2007-12-28,Uttarakhand(Uttaranchal Central Sales Tax rules 2006) Adaptation and Modification order 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,34 +813/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand(Uttaranchal value Added tax rules 2005) Adaptation and Modification orde 2007.,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,35 +816(1)/XXVII(8)/Vanijyakar/2007,2007-12-31,Uttarakhand (U.P. Sale Tax Service Rules 1983)Adaptation and Modification order 2007,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-01-19,38 3073/Guzzet/2007,2007-12-15,कारà¥à¤¯à¤²à¤¯ नगर पंचायत दिनेशपà¥à¤° (उधमसिंह नगर) वà¥â€à¤¯à¤µà¤¾à¤¸à¤¾à¤¯à¤¿à¤¯à¥‹à¤‚ के लाईसैनà¥â€à¤¸ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Nagar Panchayat DineshPur(USNagar)(President),2008-01-19,1 +104/XX(2)/07/109/2004,2008-01-22,Regarding(All India Trade Test(Suppl.)(Written and Practical) Conducted 28.1.08 to 02.02.08.,N.S.Napalchyal(PRINCIPAL SECRETARY),2008-01-26,46 +104/XX(2)/07/109/2004,2008-01-22,Regarding(All India Trade Test(Suppl.)(Written and Practical) Conducted 28.1.08 to 02.02.08.,N.S.Napalchyal(PRINCIPAL SECRETARY),2008-01-26,46 104/XX(2)/07/109/2004,2008-01-22,Regarding(All India Trade Test(Suppl.)(Written and Practical) Conducted 28.1.08 to 02.02.08.,N.S.Napalchyal(PRINCIPAL SECRETARY),2008-01-26,46 104/XX(2)/07/109/2004,2008-01-22,Regarding(All India Trade Test(Suppl.)(Written and Practical) Conducted 28.1.08 to 02.02.08.,N.S.Napalchyal(PRINCIPAL SECRETARY),2008-01-26,46 246/IX/214/2007,2007-12-31,Uttarakhand(Uttaranchal Transport Corporation Rules 2003) Adaptation and Modification order 2007),S.Ramaswamy(Secretary),2008-01-26,51 @@ -2443,8 +3127,11 @@ 116/VII-108/98/2003,2008-01-08,"पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¥â€à¤¾à¤¤à¤¿ शà¥à¤°à¥€ सà¥à¤¨à¥€à¤² पंवार, जà¥â€à¤¯à¥‡à¤·à¥â€à¤ खान अधिकारी",P.C.Sharma (PRINCIPAL SECRETARY),2008-01-26,46 1008/XXXI(1)/2007,2007-12-28,"Regarding Promotion to Shri T.K.Pant,Joint Secy to...",Kishan Nath(Secretary),2008-01-26,1 116/VII-108/98/2003,2008-01-08,"पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¥â€à¤¾à¤¤à¤¿ शà¥à¤°à¥€ सà¥à¤¨à¥€à¤² पंवार, जà¥â€à¤¯à¥‡à¤·à¥â€à¤ खान अधिकारी",P.C.Sharma (PRINCIPAL SECRETARY),2008-01-26,46 +104/XX(2)/07/109/2004,2008-01-22,Regarding(All India Trade Test(Suppl.)(Written and Practical) Conducted 28.1.08 to 02.02.08.,N.S.Napalchyal(PRINCIPAL SECRETARY),2008-01-26,46 246/IX/214/2007,2007-12-31,Uttarakhand(Uttaranchal Transport Corporation Rules 2003) Adaptation and Modification order 2007),S.Ramaswamy(Secretary),2008-01-26,51 832/IX/464/2007,2007-12-31,Uttarakhand(Uttaranchal transport Department Ministerial Service Rules 2004) Adaptation and Modification order 2007.,S.Ramaswamy(Secretary),2008-01-26,53 +104/XX(2)/07/109/2004,2008-01-22,Regarding(All India Trade Test(Suppl.)(Written and Practical) Conducted 28.1.08 to 02.02.08.,N.S.Napalchyal(PRINCIPAL SECRETARY),2008-01-26,46 +104/XX(2)/07/109/2004,2008-01-22,Regarding(All India Trade Test(Suppl.)(Written and Practical) Conducted 28.1.08 to 02.02.08.,N.S.Napalchyal(PRINCIPAL SECRETARY),2008-01-26,46 1680/VIII/07-334/2002,2007-12-28,Uttarakhand(Uttaranchal government state industrial training institute(instructors) service rules 2003) Adaptation and modification order 2007.,Shatrughan Singh(Secretary),2008-01-26,50 1277/XXXI(13)/G/05-37(1)/2005,2008-01-02,सारà¥à¤µà¤œà¤¨à¤¿à¤• अवकाश घोषित किठजाने विषयक,Harish Chandra Joshi (Secretary),2008-01-26,56 53/X-1-2008-8(27)/2002,2008-01-04,शà¥à¤°à¥€ मोहन लाल बोंटियाल को वन विकास निगम का अधà¥â€à¤¯à¤•à¥à¤· नियà¥à¤•à¥â€à¤¤ की सà¥â€à¤µà¥€à¤•à¥à¤°à¤¤à¤¿,Vibha Puri Das(PRINCIPAL SECRETARY),2008-01-26,47 @@ -2452,10 +3139,15 @@ 104/XX(2)/07/109/2004,2008-01-22,Regarding(All India Trade Test(Suppl.)(Written and Practical) Conducted 28.1.08 to 02.02.08.,N.S.Napalchyal(PRINCIPAL SECRETARY),2008-01-26,46 53/X-1-2008-8(27)/2002,2008-01-04,शà¥à¤°à¥€ मोहन लाल बोंटियाल को वन विकास निगम का अधà¥â€à¤¯à¤•à¥à¤· नियà¥à¤•à¥â€à¤¤ की सà¥â€à¤µà¥€à¤•à¥à¤°à¤¤à¤¿,Vibha Puri Das(PRINCIPAL SECRETARY),2008-01-26,47 1277/XXXI(13)/G/05-37(1)/2005,2008-01-02,सारà¥à¤µà¤œà¤¨à¤¿à¤• अवकाश घोषित किठजाने विषयक,Harish Chandra Joshi (Secretary),2008-01-26,56 +104/XX(2)/07/109/2004,2008-01-22,Regarding(All India Trade Test(Suppl.)(Written and Practical) Conducted 28.1.08 to 02.02.08.,N.S.Napalchyal(PRINCIPAL SECRETARY),2008-01-26,46 104/XX(2)/07/109/2004,2008-01-22,Regarding(All India Trade Test(Suppl.)(Written and Practical) Conducted 28.1.08 to 02.02.08.,N.S.Napalchyal(PRINCIPAL SECRETARY),2008-01-26,46 212/Vitt.Anu-9/Mano-Kar/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Cinemas(Regulation)Act 1955 Adaptation and Modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,61 215/Vit-anu-9/Mano-Kar/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Entertainment and Betting Tax Act 1979) Adaptation and Modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,64 217/Vit-Ani-9/Mano-Kar/2007,2007-12-31,Uttarakhand (Uttaranchal U.P. Advertisement Tax act 1981 Adaptation and Modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,66 +221/Vit-Anu-09/Mano.kar/2007,2007-12-31,Uttarakhand (Uttaranchal U.P.Prohibition of Smoking (Cinema house) Act 1952) Adaptation and Modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,70 +312/XXVII(9)/Stamp/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Suit Valuation rules 1942) Adaptation and modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,74 +314/XXVII(9)/Stamp/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Stamp Valuation of Property Rules 1997) Adaptation and Modification order 2007.,P.C.Sharma(PRINCIPAL SECRETARY),2008-02-02,76 +317/XXVII(9)/Stamp/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Registration Manual Part-I) Adaptation and order 2002( Adaptation and modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,79 206/18(1)/2007,2008-01-22,Regarding Survey Operation( Vill.Bharuwala Dehradun),Nrip Singh Napalchayal(PRINCIPAL SECRETARY),2008-02-02,83 206/18(1)/2007,2008-01-22,Regarding Survey Operation( Vill.Bharuwala Dehradun),Nrip Singh Napalchayal(PRINCIPAL SECRETARY),2008-02-02,83 141/XVIII(2)/08-3(6)/2007,2008-01-18,Regarding Disaster Management (State Executive Committee),Nrip Singh Napalchayal(PRINCIPAL SECRETARY),2008-02-02,82 @@ -2466,13 +3158,30 @@ 312/XXVII(9)/Stamp/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Suit Valuation rules 1942) Adaptation and modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,74 314/XXVII(9)/Stamp/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Stamp Valuation of Property Rules 1997) Adaptation and Modification order 2007.,P.C.Sharma(PRINCIPAL SECRETARY),2008-02-02,76 317/XXVII(9)/Stamp/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Registration Manual Part-I) Adaptation and order 2002( Adaptation and modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,79 +212/Vitt.Anu-9/Mano-Kar/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Cinemas(Regulation)Act 1955 Adaptation and Modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,61 +215/Vit-anu-9/Mano-Kar/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Entertainment and Betting Tax Act 1979) Adaptation and Modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,64 +217/Vit-Ani-9/Mano-Kar/2007,2007-12-31,Uttarakhand (Uttaranchal U.P. Advertisement Tax act 1981 Adaptation and Modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,66 +221/Vit-Anu-09/Mano.kar/2007,2007-12-31,Uttarakhand (Uttaranchal U.P.Prohibition of Smoking (Cinema house) Act 1952) Adaptation and Modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,70 +312/XXVII(9)/Stamp/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Suit Valuation rules 1942) Adaptation and modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,74 +314/XXVII(9)/Stamp/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Stamp Valuation of Property Rules 1997) Adaptation and Modification order 2007.,P.C.Sharma(PRINCIPAL SECRETARY),2008-02-02,76 +317/XXVII(9)/Stamp/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Registration Manual Part-I) Adaptation and order 2002( Adaptation and modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,79 928/XIV-2/2007,2007-12-31,Uttarakhand(Uttaranchal-U.P.Sugarcane(Regulation of Supply and Purchase)Act 1953- Adaptation and modification order 2002.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,60 928/XIV-2/2007,2007-12-31,Uttarakhand(Uttaranchal-U.P.Sugarcane(Regulation of Supply and Purchase)Act 1953- Adaptation and modification order 2002.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,60 79/IV-S.V.-08-10(Janch)/07,2008-01-24,Regarding Shri Hamid Ali President Nagar Panchayat Kelakheda.,Shatrughan Singh(Secretary),2008-02-02,86 212/Vitt.Anu-9/Mano-Kar/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Cinemas(Regulation)Act 1955 Adaptation and Modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,61 215/Vit-anu-9/Mano-Kar/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Entertainment and Betting Tax Act 1979) Adaptation and Modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,64 217/Vit-Ani-9/Mano-Kar/2007,2007-12-31,Uttarakhand (Uttaranchal U.P. Advertisement Tax act 1981 Adaptation and Modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,66 +221/Vit-Anu-09/Mano.kar/2007,2007-12-31,Uttarakhand (Uttaranchal U.P.Prohibition of Smoking (Cinema house) Act 1952) Adaptation and Modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,70 +312/XXVII(9)/Stamp/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Suit Valuation rules 1942) Adaptation and modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,74 +314/XXVII(9)/Stamp/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Stamp Valuation of Property Rules 1997) Adaptation and Modification order 2007.,P.C.Sharma(PRINCIPAL SECRETARY),2008-02-02,76 +317/XXVII(9)/Stamp/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Registration Manual Part-I) Adaptation and order 2002( Adaptation and modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,79 212/Vitt.Anu-9/Mano-Kar/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Cinemas(Regulation)Act 1955 Adaptation and Modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,61 +215/Vit-anu-9/Mano-Kar/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Entertainment and Betting Tax Act 1979) Adaptation and Modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,64 +217/Vit-Ani-9/Mano-Kar/2007,2007-12-31,Uttarakhand (Uttaranchal U.P. Advertisement Tax act 1981 Adaptation and Modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,66 +221/Vit-Anu-09/Mano.kar/2007,2007-12-31,Uttarakhand (Uttaranchal U.P.Prohibition of Smoking (Cinema house) Act 1952) Adaptation and Modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,70 +312/XXVII(9)/Stamp/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Suit Valuation rules 1942) Adaptation and modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,74 +314/XXVII(9)/Stamp/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Stamp Valuation of Property Rules 1997) Adaptation and Modification order 2007.,P.C.Sharma(PRINCIPAL SECRETARY),2008-02-02,76 +317/XXVII(9)/Stamp/2007,2007-12-31,Uttarakhand(Uttaranchal U.P. Registration Manual Part-I) Adaptation and order 2002( Adaptation and modification order 2007.,P.C.Sharma (PRINCIPAL SECRETARY),2008-02-02,79 576/3/EVM/2008-JS-II,2008-02-05,Voting by E.V.M. in 02 Garhwal Parliamentry Constituency.,Radha Raturi (Secretary and Chief Election Officer ),2008-02-05,1 576/3/EVM/2008-JS-II,2008-02-05,Voting by E.V.M. in 02 Garhwal Parliamentry Constituency.,Radha Raturi (Secretary and Chief Election Officer ),2008-02-05,1 list of Contesting Candidates,2008-02-09,List of Contesting Candidates bye Election to the House of People from the 02 Grahwal Constituency.,Radha Raturi (Secretary and Chief Election Officer ),2008-02-09,1 @@ -2483,6 +3192,7 @@ 3/4/ID/2008/J.S.-II/2008-(1),2008-02-12,Alternative Documents to Vote in the bye-Election.,Radha Raturi (Secretary and Chief Election Officer ),2008-02-12,1 146/XX-1/173/Misc/2007,2008-02-06,Land required for Estabilishment of ITBP HeadQuarter.,Nrip Singh Napalchayal(PRINCIPAL SECRETARY),2008-02-16,120 959-I/XII/2007/2007/86(9)/2005,2007-12-31,Uttarakhand ( the united provinces panchayat Raj Act 1947) adaptation and modification order 2007.,P.K.Mahanti(Secretary),2008-02-16,129 +146/XX-1/173/Misc/2007,2008-02-06,Land required for Estabilishment of ITBP HeadQuarter.,Nrip Singh Napalchayal(PRINCIPAL SECRETARY),2008-02-16,120 15P/Store/11/2007/4537,2008-02-05,Rate Contract of Ordinary Medicines .,P.L.Joshi (Director General),2008-02-16,21 146/XX-1/173/Misc/2007,2008-02-06,Land required for Estabilishment of ITBP HeadQuarter.,Nrip Singh Napalchayal(PRINCIPAL SECRETARY),2008-02-16,120 3/4/ID/2008/J.S.II(UKH),2008-02-12,Election Commission of India,K.F.WILFRED(Secretary),2008-02-16,1 @@ -2639,12 +3349,36 @@ 1368/VII-I/152-B/2007,2008-03-17,जनपद पिथौरागढ के गà¥à¤°à¤¾à¤® गैडाली में मै0 बेतालेशà¥â€à¤µà¤° माईलà¥â€à¤¸ के पकà¥à¤· सà¥â€à¤µà¥€à¤•ृत खनन पटटा निरसà¥â€à¤¤ किया जा चà¥à¤•ा है ा,P.C.Sharma (PRINCIPAL SECRETARY),2008-03-29,219 53/XIII-D-2/Admin.(A)/2005,2008-03-03,The Following Officers of The Rank Civil Judge(JD) are conferred with the powers of Judicial Magistrate Ist Class.,V.K.Maheshwari(Registrar General),2008-03-29,71 54/UHC/Admin-A/2008,2008-03-05,"Amendment in Allahabad High Court Officers and Staff, applicable to Uttarakhand Under UP reorganization act 2000.",V.K.Maheshwari(Registrar General),2008-03-29,72 +55/UHC/Admin.A/2008,2008-03-05,Regarding Leave Sanctioned.,V.K.Maheshwari(Registrar General),2008-03-29,72 +56/UHC/Admin.A/2008,2008-03-05,Shri Rajoo Kumar Srivastava is posted as Civil Judge(JD) Ramnagar Nainital.,V.K.Maheshwari(Registrar General),2008-03-29,72 +57/UHC/Admin.A/2008,2008-03-05,"Shri Anirudh bhatt is posted as civil Judge (JD) Lansdowne,Dist.Pauri Garhwal",V.K.Maheshwari(Registrar General),2008-03-29,72 +58/UHC/Admin.A/2008,2008-03-05,Ms.Paurul Gairola is posted as Special Judicial Magistrate (CBI) Dehradun,V.K.Maheshwari(Registrar General),2008-03-29,72 +60/UHC/Admin.A/2008,2008-03-05,shri Ashutosh kumar Mishra is posted as Civil Judge(JD) kirtiNagar Tehri Garhwal.,V.K.Maheshwari(Registrar General),2008-03-29,72 +61/UHC/Admin.A/2008,2008-03-05,Shri Vivek Srivastava is posted as civil Judge (JD) Nainital in the Vacant Court.,V.K.Maheshwari(Registrar General),2008-03-29,72 53/XIII-D-2/Admin.(A)/2005,2008-03-03,The Following Officers of The Rank Civil Judge(JD) are conferred with the powers of Judicial Magistrate Ist Class.,V.K.Maheshwari(Registrar General),2008-03-29,71 54/UHC/Admin-A/2008,2008-03-05,"Amendment in Allahabad High Court Officers and Staff, applicable to Uttarakhand Under UP reorganization act 2000.",V.K.Maheshwari(Registrar General),2008-03-29,72 +55/UHC/Admin.A/2008,2008-03-05,Regarding Leave Sanctioned.,V.K.Maheshwari(Registrar General),2008-03-29,72 +56/UHC/Admin.A/2008,2008-03-05,Shri Rajoo Kumar Srivastava is posted as Civil Judge(JD) Ramnagar Nainital.,V.K.Maheshwari(Registrar General),2008-03-29,72 +57/UHC/Admin.A/2008,2008-03-05,"Shri Anirudh bhatt is posted as civil Judge (JD) Lansdowne,Dist.Pauri Garhwal",V.K.Maheshwari(Registrar General),2008-03-29,72 +58/UHC/Admin.A/2008,2008-03-05,Ms.Paurul Gairola is posted as Special Judicial Magistrate (CBI) Dehradun,V.K.Maheshwari(Registrar General),2008-03-29,72 +60/UHC/Admin.A/2008,2008-03-05,shri Ashutosh kumar Mishra is posted as Civil Judge(JD) kirtiNagar Tehri Garhwal.,V.K.Maheshwari(Registrar General),2008-03-29,72 +61/UHC/Admin.A/2008,2008-03-05,Shri Vivek Srivastava is posted as civil Judge (JD) Nainital in the Vacant Court.,V.K.Maheshwari(Registrar General),2008-03-29,72 53/XIII-D-2/Admin.(A)/2005,2008-03-03,The Following Officers of The Rank Civil Judge(JD) are conferred with the powers of Judicial Magistrate Ist Class.,V.K.Maheshwari(Registrar General),2008-03-29,71 54/UHC/Admin-A/2008,2008-03-05,"Amendment in Allahabad High Court Officers and Staff, applicable to Uttarakhand Under UP reorganization act 2000.",V.K.Maheshwari(Registrar General),2008-03-29,72 +55/UHC/Admin.A/2008,2008-03-05,Regarding Leave Sanctioned.,V.K.Maheshwari(Registrar General),2008-03-29,72 +56/UHC/Admin.A/2008,2008-03-05,Shri Rajoo Kumar Srivastava is posted as Civil Judge(JD) Ramnagar Nainital.,V.K.Maheshwari(Registrar General),2008-03-29,72 +57/UHC/Admin.A/2008,2008-03-05,"Shri Anirudh bhatt is posted as civil Judge (JD) Lansdowne,Dist.Pauri Garhwal",V.K.Maheshwari(Registrar General),2008-03-29,72 +58/UHC/Admin.A/2008,2008-03-05,Ms.Paurul Gairola is posted as Special Judicial Magistrate (CBI) Dehradun,V.K.Maheshwari(Registrar General),2008-03-29,72 +60/UHC/Admin.A/2008,2008-03-05,shri Ashutosh kumar Mishra is posted as Civil Judge(JD) kirtiNagar Tehri Garhwal.,V.K.Maheshwari(Registrar General),2008-03-29,72 +61/UHC/Admin.A/2008,2008-03-05,Shri Vivek Srivastava is posted as civil Judge (JD) Nainital in the Vacant Court.,V.K.Maheshwari(Registrar General),2008-03-29,72 53/XIII-D-2/Admin.(A)/2005,2008-03-03,The Following Officers of The Rank Civil Judge(JD) are conferred with the powers of Judicial Magistrate Ist Class.,V.K.Maheshwari(Registrar General),2008-03-29,71 54/UHC/Admin-A/2008,2008-03-05,"Amendment in Allahabad High Court Officers and Staff, applicable to Uttarakhand Under UP reorganization act 2000.",V.K.Maheshwari(Registrar General),2008-03-29,72 +55/UHC/Admin.A/2008,2008-03-05,Regarding Leave Sanctioned.,V.K.Maheshwari(Registrar General),2008-03-29,72 +56/UHC/Admin.A/2008,2008-03-05,Shri Rajoo Kumar Srivastava is posted as Civil Judge(JD) Ramnagar Nainital.,V.K.Maheshwari(Registrar General),2008-03-29,72 +57/UHC/Admin.A/2008,2008-03-05,"Shri Anirudh bhatt is posted as civil Judge (JD) Lansdowne,Dist.Pauri Garhwal",V.K.Maheshwari(Registrar General),2008-03-29,72 +58/UHC/Admin.A/2008,2008-03-05,Ms.Paurul Gairola is posted as Special Judicial Magistrate (CBI) Dehradun,V.K.Maheshwari(Registrar General),2008-03-29,72 +60/UHC/Admin.A/2008,2008-03-05,shri Ashutosh kumar Mishra is posted as Civil Judge(JD) kirtiNagar Tehri Garhwal.,V.K.Maheshwari(Registrar General),2008-03-29,72 +61/UHC/Admin.A/2008,2008-03-05,Shri Vivek Srivastava is posted as civil Judge (JD) Nainital in the Vacant Court.,V.K.Maheshwari(Registrar General),2008-03-29,72 1175/02/473-Udyog/2002,2008-03-14,Uttarakhand Subordinate Service(Industries Department) Rules 2008-,P.C.Sharma(PRINCIPAL SECRETARY),2008-03-29,184 1368/VII-I/152-B/2007,2008-03-17,जनपद पिथौरागढ के गà¥à¤°à¤¾à¤® गैडाली में मै0 बेतालेशà¥â€à¤µà¤° माईलà¥â€à¤¸ के पकà¥à¤· सà¥â€à¤µà¥€à¤•ृत खनन पटटा निरसà¥â€à¤¤ किया जा चà¥à¤•ा है ा,P.C.Sharma (PRINCIPAL SECRETARY),2008-03-29,219 207/XXVII(8)/Vanijyakar/2008,2008-03-20,वाणिजà¥â€à¤¯à¤•र जांच चौकियां सà¥â€à¤¥à¤¾à¤ªà¤¿à¤¤ करने के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-04-05,224 @@ -2668,6 +3402,8 @@ 273/20-6/01/2006,2008-03-19,शà¥à¤°à¥€ राजेनà¥â€à¤¦à¥à¤° पà¥à¤°à¤¸à¤¾à¤¦ शरà¥à¤®à¤¾ को सरà¥à¤¤à¤•ता मà¥à¤–à¥â€à¤¯à¤¾à¤²à¤¯ देहरादून में सयà¥à¤‚कà¥â€à¤¤ निदेशक के पद पर पदोनà¥â€à¤¨à¤¤,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-04-05,224 451/XX(1)/198/2008,2008-03-27,Governor is Pleased to Declare the fair Area of the District Mentioned.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-04-05,226 31/572/home/2008,2008-03-19,Uttarakhand Police Act 2007(Act No.01 of 2008),N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-04-05,224 +273/20-6/01/2006,2008-03-19,à ¤¶à ¥�à ¤°à ¥€ à ¤°à ¤¾à ¤œà ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤° à ¤ªà ¥�à ¤°à ¤¸à ¤¾à ¤¦ à ¤¶à ¤°à ¥�à ¤®à ¤¾ à ¤•à ¥‹ à ¤¸à ¤°à ¥�à ¤¤à ¤•à ¤¤à ¤¾ à ¤®à ¥�à ¤–à ¥�â€�à ¤¯à ¤¾à ¤²à ¤¯ à ¤¦à ¥‡à ¤¹à ¤°à ¤¾à ¤¦à ¥‚à ¤¨ à ¤®à ¥‡à ¤‚ à ¤¸à ¤¯à ¥�à ¤‚à ¤•à ¥�â€�à ¤¤ à ¤¨à ¤¿à ¤¦à ¥‡à ¤¶à ¤• à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-04-05,224 +451/XX(1)/198/2008,2008-03-27,Governor is Pleased to Declare the fair Area of the District Mentioned.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-04-05,226 186/Panchayat-Nirvachan/2007,2008-03-25,नगर पालिका परिषद रूदà¥à¤°à¤ªà¥à¤°à¤¯à¤¾à¤— के अधà¥â€à¤¯à¤•à¥à¤· à¤à¤‚व सदसà¥â€à¤¯à¥‹à¤‚ के निमà¥â€à¤¨ पदों पर आयोग दà¥à¤µà¤¾à¤°à¤¾ दी समय सारणी के अनà¥à¤¸à¤¾à¤° निरà¥à¤µà¤¾à¤šà¤¨ कारà¥à¤¯à¤•à¥à¤°à¤® ा,Sachin Kurvey(District Magistrate),2008-04-05,1 207/XXVII(8)/Vanijyakar/2008,2008-03-20,वाणिजà¥â€à¤¯à¤•र जांच चौकियां सà¥â€à¤¥à¤¾à¤ªà¤¿à¤¤ करने के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-04-05,224 31/572/home/2008,2008-03-19,Uttarakhand Police Act 2007(Act No.01 of 2008),N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-04-05,224 @@ -2731,16 +3467,39 @@ 15/Ayuktkar/Form-Section/08-09,2008-04-02,,V.K.Saxena(Addl Commissioner Tax),2008-04-19,93 74/UHC/Admin.A/2008,2008-04-01,Shri Prashant Joshi Addl.Judge.Family Court Roorkee is transferred and posted as Registrar(inspection) HC Uttarakhand.,V.K.Maheshwari(Registrar General),2008-04-19,89 75/UHC/Admin.A/2008,2008-04-01,Shri Ravindra Maithani Addl.Registrar HC is posted As Registrar(Vigilance) HC uttarakhand.,V.K.Maheshwari(Registrar General),2008-04-19,89 +76/UHC/Admin/2008,2008-04-01,Shri Pradeep Pant Joint Registrar HC Uttarakhand Is posted as Registrar(Judicial) HC Uttarakhand.,V.K.Maheshwari(Registrar General),2008-04-19,89 +80/UHC/Admin/2008,2008-04-07,Registrar General HC Uttarakhand shal be Registrar(protocol) in Addition to his duties.,V.K.Maheshwari(Registrar General),2008-04-19,89 +1171/Charge/2008,2008-04-03,Charge Certificate( Handing OVer),Registrar General(Registrar General),2008-04-19,90 +1172/Charge/2008,2008-04-03,Charge Certificate (Taking Over Charge),Registrar General(Registrar General),2008-04-19,90 +1188/Charge/2008,2008-04-04,Charge Certificate (handing Over/Taking over),Registrar General(Registrar General),2008-04-19,91 74/UHC/Admin.A/2008,2008-04-01,Shri Prashant Joshi Addl.Judge.Family Court Roorkee is transferred and posted as Registrar(inspection) HC Uttarakhand.,V.K.Maheshwari(Registrar General),2008-04-19,89 75/UHC/Admin.A/2008,2008-04-01,Shri Ravindra Maithani Addl.Registrar HC is posted As Registrar(Vigilance) HC uttarakhand.,V.K.Maheshwari(Registrar General),2008-04-19,89 +76/UHC/Admin/2008,2008-04-01,Shri Pradeep Pant Joint Registrar HC Uttarakhand Is posted as Registrar(Judicial) HC Uttarakhand.,V.K.Maheshwari(Registrar General),2008-04-19,89 +80/UHC/Admin/2008,2008-04-07,Registrar General HC Uttarakhand shal be Registrar(protocol) in Addition to his duties.,V.K.Maheshwari(Registrar General),2008-04-19,89 +1171/Charge/2008,2008-04-03,Charge Certificate( Handing OVer),Registrar General(Registrar General),2008-04-19,90 +1172/Charge/2008,2008-04-03,Charge Certificate (Taking Over Charge),Registrar General(Registrar General),2008-04-19,90 +1188/Charge/2008,2008-04-04,Charge Certificate (handing Over/Taking over),Registrar General(Registrar General),2008-04-19,91 74/UHC/Admin.A/2008,2008-04-01,Shri Prashant Joshi Addl.Judge.Family Court Roorkee is transferred and posted as Registrar(inspection) HC Uttarakhand.,V.K.Maheshwari(Registrar General),2008-04-19,89 75/UHC/Admin.A/2008,2008-04-01,Shri Ravindra Maithani Addl.Registrar HC is posted As Registrar(Vigilance) HC uttarakhand.,V.K.Maheshwari(Registrar General),2008-04-19,89 +76/UHC/Admin/2008,2008-04-01,Shri Pradeep Pant Joint Registrar HC Uttarakhand Is posted as Registrar(Judicial) HC Uttarakhand.,V.K.Maheshwari(Registrar General),2008-04-19,89 +80/UHC/Admin/2008,2008-04-07,Registrar General HC Uttarakhand shal be Registrar(protocol) in Addition to his duties.,V.K.Maheshwari(Registrar General),2008-04-19,89 +1171/Charge/2008,2008-04-03,Charge Certificate( Handing OVer),Registrar General(Registrar General),2008-04-19,90 +1172/Charge/2008,2008-04-03,Charge Certificate (Taking Over Charge),Registrar General(Registrar General),2008-04-19,90 +1188/Charge/2008,2008-04-04,Charge Certificate (handing Over/Taking over),Registrar General(Registrar General),2008-04-19,91 74/UHC/Admin.A/2008,2008-04-01,Shri Prashant Joshi Addl.Judge.Family Court Roorkee is transferred and posted as Registrar(inspection) HC Uttarakhand.,V.K.Maheshwari(Registrar General),2008-04-19,89 75/UHC/Admin.A/2008,2008-04-01,Shri Ravindra Maithani Addl.Registrar HC is posted As Registrar(Vigilance) HC uttarakhand.,V.K.Maheshwari(Registrar General),2008-04-19,89 +76/UHC/Admin/2008,2008-04-01,Shri Pradeep Pant Joint Registrar HC Uttarakhand Is posted as Registrar(Judicial) HC Uttarakhand.,V.K.Maheshwari(Registrar General),2008-04-19,89 +80/UHC/Admin/2008,2008-04-07,Registrar General HC Uttarakhand shal be Registrar(protocol) in Addition to his duties.,V.K.Maheshwari(Registrar General),2008-04-19,89 +1171/Charge/2008,2008-04-03,Charge Certificate( Handing OVer),Registrar General(Registrar General),2008-04-19,90 +1172/Charge/2008,2008-04-03,Charge Certificate (Taking Over Charge),Registrar General(Registrar General),2008-04-19,90 +1188/Charge/2008,2008-04-04,Charge Certificate (handing Over/Taking over),Registrar General(Registrar General),2008-04-19,91 74/UHC/Admin.A/2008,2008-04-01,Shri Prashant Joshi Addl.Judge.Family Court Roorkee is transferred and posted as Registrar(inspection) HC Uttarakhand.,V.K.Maheshwari(Registrar General),2008-04-19,89 75/UHC/Admin.A/2008,2008-04-01,Shri Ravindra Maithani Addl.Registrar HC is posted As Registrar(Vigilance) HC uttarakhand.,V.K.Maheshwari(Registrar General),2008-04-19,89 76/UHC/Admin/2008,2008-04-01,Shri Pradeep Pant Joint Registrar HC Uttarakhand Is posted as Registrar(Judicial) HC Uttarakhand.,V.K.Maheshwari(Registrar General),2008-04-19,89 80/UHC/Admin/2008,2008-04-07,Registrar General HC Uttarakhand shal be Registrar(protocol) in Addition to his duties.,V.K.Maheshwari(Registrar General),2008-04-19,89 +1171/Charge/2008,2008-04-03,Charge Certificate( Handing OVer),Registrar General(Registrar General),2008-04-19,90 +1172/Charge/2008,2008-04-03,Charge Certificate (Taking Over Charge),Registrar General(Registrar General),2008-04-19,90 +1188/Charge/2008,2008-04-04,Charge Certificate (handing Over/Taking over),Registrar General(Registrar General),2008-04-19,91 1077/30-1-2007-12(4)/2005,2008-04-08,à¤à¤¾à¤°à¤¤à¥€à¤¯ पà¥à¤°à¤¶à¤¾à¤¸à¤¨à¤¿à¤• सेवा उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ संवरà¥à¤— के निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारी अधिवरà¥à¤·à¤¤à¤¾ आयॠपूरà¥à¤£ करने के उपरानà¥â€à¤¤ सेवा निवृत हो जायेंगें ा,Subhash Kumar (PRINCIPAL SECRETARY),2008-04-26,234 1251/II-2008-01(46)/2003,2008-04-15,"Retirement Shri Babu Ram Sharma, Asst.Engineer (Civil) Irrigation Deptt. 31.3.2008.",Vinod Fonia(Secretary),2008-04-26,235 86/Ayuktkar/Form Section/2008,2008-04-09,आयात घोषणा पतà¥à¤° जिनके खो जाने चोरी हो जाने पर अवैध घोषित,V.K.Saxena(Commissioner Tax Officer),2008-04-26,95 @@ -2751,13 +3510,19 @@ 86/Ayuktkar/Form Section/2008,2008-04-09,आयात घोषणा पतà¥à¤° जिनके खो जाने चोरी हो जाने पर अवैध घोषित,V.K.Saxena(Commissioner Tax Officer),2008-04-26,95 1077/30-1-2007-12(4)/2005,2008-04-08,à¤à¤¾à¤°à¤¤à¥€à¤¯ पà¥à¤°à¤¶à¤¾à¤¸à¤¨à¤¿à¤• सेवा उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ संवरà¥à¤— के निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारी अधिवरà¥à¤·à¤¤à¤¾ आयॠपूरà¥à¤£ करने के उपरानà¥â€à¤¤ सेवा निवृत हो जायेंगें ा,Subhash Kumar (PRINCIPAL SECRETARY),2008-04-26,234 511/XX(2)-109/2004,2008-04-21,Examination Controller of year 2007-08 Conducting by Uttarakhand Sanskrit University Haridwar.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-04-26,234 +81/UHC/2008,2008-04-16,19th Apirl is Declared as Public Holiday for Subordinate Court Uttarakhand Situated within local bodies Election.,Ravindra Maithani(Registrar General),2008-04-26,95 +511/XX(2)-109/2004,2008-04-21,Examination Controller of year 2007-08 Conducting by Uttarakhand Sanskrit University Haridwar.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-04-26,234 +81/UHC/2008,2008-04-16,19th Apirl is Declared as Public Holiday for Subordinate Court Uttarakhand Situated within local bodies Election.,Ravindra Maithani(Registrar General),2008-04-26,95 76/UK-Vidhan Sabha/2007,2008-04-07,,Radha Raturi (Secretary),2008-04-26,5 +81/UHC/2008,2008-04-16,19th Apirl is Declared as Public Holiday for Subordinate Court Uttarakhand Situated within local bodies Election.,Ravindra Maithani(Registrar General),2008-04-26,95 511/XX(2)-109/2004,2008-04-21,Examination Controller of year 2007-08 Conducting by Uttarakhand Sanskrit University Haridwar.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-04-26,234 1077/30-1-2007-12(4)/2005,2008-04-08,à¤à¤¾à¤°à¤¤à¥€à¤¯ पà¥à¤°à¤¶à¤¾à¤¸à¤¨à¤¿à¤• सेवा उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ संवरà¥à¤— के निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारी अधिवरà¥à¤·à¤¤à¤¾ आयॠपूरà¥à¤£ करने के उपरानà¥â€à¤¤ सेवा निवृत हो जायेंगें ा,Subhash Kumar (PRINCIPAL SECRETARY),2008-04-26,234 511/XX(2)-109/2004,2008-04-21,Examination Controller of year 2007-08 Conducting by Uttarakhand Sanskrit University Haridwar.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-04-26,234 76/UK-Vidhan Sabha/2007,2008-04-07,,Radha Raturi (Secretary),2008-04-26,5 511/XX(2)-109/2004,2008-04-21,Examination Controller of year 2007-08 Conducting by Uttarakhand Sanskrit University Haridwar.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-04-26,234 1077/30-1-2007-12(4)/2005,2008-04-08,à¤à¤¾à¤°à¤¤à¥€à¤¯ पà¥à¤°à¤¶à¤¾à¤¸à¤¨à¤¿à¤• सेवा उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ संवरà¥à¤— के निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारी अधिवरà¥à¤·à¤¤à¤¾ आयॠपूरà¥à¤£ करने के उपरानà¥â€à¤¤ सेवा निवृत हो जायेंगें ा,Subhash Kumar (PRINCIPAL SECRETARY),2008-04-26,234 +81/UHC/2008,2008-04-16,19th Apirl is Declared as Public Holiday for Subordinate Court Uttarakhand Situated within local bodies Election.,Ravindra Maithani(Registrar General),2008-04-26,95 +81/UHC/2008,2008-04-16,19th Apirl is Declared as Public Holiday for Subordinate Court Uttarakhand Situated within local bodies Election.,Ravindra Maithani(Registrar General),2008-04-26,95 511/XX(2)-109/2004,2008-04-21,Examination Controller of year 2007-08 Conducting by Uttarakhand Sanskrit University Haridwar.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-04-26,234 822/10-1-2008,2008-04-23,Regarding Shri Vijay Kumar,Suvart Viswas(Secretary),2008-05-03,240 822/10-1-2008,2008-04-23,Regarding Shri Vijay Kumar,Suvart Viswas(Secretary),2008-05-03,240 @@ -2767,6 +3532,9 @@ 73/VIII/31-ESI/2007,2008-04-17,Uttarakhand Ex-Servicemen Welfare Corporation Ltd. Dehradun are in Provided under Provision of the Employees State Insurance Act 1948.,Anjali Prasad(Secretary),2008-05-03,241 01/XXX(2)/2008,2008-04-23,Uttarakhand Constitution of Departmental Promotion Committee rules 2002 Amendment Rules 2008.,Subhash Kumar (PRINCIPAL SECRETARY),2008-05-03,238 500/XXVIII(1)/2008-18/2004,2008-04-23,राजà¥â€à¤¯ औषधि अनà¥à¤œà¥à¤žà¤¾à¤ªà¤¨ पà¥à¤°à¤¾à¤§à¤¿à¤•ारी का कारà¥à¤¯à¤•ाल वरà¥à¤· 2008-09 तक बढाये जाने की सà¥â€à¤µà¥€à¤•ृति,Manisha Panwar(Secretary),2008-05-03,240 +83/UHC/XIV-13/Admin-A,2008-04-22,Regarding Leave Sanction,V.K.Maheshwari(Registrar General),2008-05-03,97 +86-88/UHC/XIV/Admin.A,2008-04-24,Regarding Leave Sanction,V.K.Maheshwari(Registrar General),2008-05-03,98 +84/UHC/Admin.A/2008,2008-04-23,Shri Virendra Bahadur Rai Distric Sessions Judge Nainital is conferred Powers to preside over the Special Court Nainital.,V.K.Maheshwari(Registrar General),2008-05-03,97 822/10-1-2008,2008-04-23,Regarding Shri Vijay Kumar,Suvart Viswas(Secretary),2008-05-03,240 56/2008(ii)-Nirvachan,2008-04-15,Election Symbols (Reservation and Allotment),Radha Raturi (Secretary),2008-05-03,9 822/10-1-2008,2008-04-23,Regarding Shri Vijay Kumar,Suvart Viswas(Secretary),2008-05-03,240 @@ -2777,6 +3545,12 @@ 1035/I(2)/2008-04/2003,2008-04-28,जिलाधिकारी चमोली को विषà¥â€à¤£à¥à¤—ाड परियोजना का पà¥à¤°à¥à¤¨à¤¸à¥â€à¤¥à¤¾à¤ªà¤¨à¤¾ पà¥à¤°à¤¶à¤¾à¤¸à¤• नियà¥à¤•à¥â€à¤¤ की सà¥â€à¤µà¥€à¤•ृति,C.Bhaskar(Secretary),2008-05-03,242 822/10-1-2008,2008-04-23,Regarding Shri Vijay Kumar,Suvart Viswas(Secretary),2008-05-03,240 01/XXX(2)/2008,2008-04-23,Uttarakhand Constitution of Departmental Promotion Committee rules 2002 Amendment Rules 2008.,Subhash Kumar (PRINCIPAL SECRETARY),2008-05-03,238 +83/UHC/XIV-13/Admin-A,2008-04-22,Regarding Leave Sanction,V.K.Maheshwari(Registrar General),2008-05-03,97 +86-88/UHC/XIV/Admin.A,2008-04-24,Regarding Leave Sanction,V.K.Maheshwari(Registrar General),2008-05-03,98 +84/UHC/Admin.A/2008,2008-04-23,Shri Virendra Bahadur Rai Distric Sessions Judge Nainital is conferred Powers to preside over the Special Court Nainital.,V.K.Maheshwari(Registrar General),2008-05-03,97 +83/UHC/XIV-13/Admin-A,2008-04-22,Regarding Leave Sanction,V.K.Maheshwari(Registrar General),2008-05-03,97 +86-88/UHC/XIV/Admin.A,2008-04-24,Regarding Leave Sanction,V.K.Maheshwari(Registrar General),2008-05-03,98 +84/UHC/Admin.A/2008,2008-04-23,Shri Virendra Bahadur Rai Distric Sessions Judge Nainital is conferred Powers to preside over the Special Court Nainital.,V.K.Maheshwari(Registrar General),2008-05-03,97 56/2008(ii)-Nirvachan,2008-04-15,Election Symbols (Reservation and Allotment),Radha Raturi (Secretary),2008-05-03,9 500/XXVIII(1)/2008-18/2004,2008-04-23,राजà¥â€à¤¯ औषधि अनà¥à¤œà¥à¤žà¤¾à¤ªà¤¨ पà¥à¤°à¤¾à¤§à¤¿à¤•ारी का कारà¥à¤¯à¤•ाल वरà¥à¤· 2008-09 तक बढाये जाने की सà¥â€à¤µà¥€à¤•ृति,Manisha Panwar(Secretary),2008-05-03,240 1653/X-2-2008-8(34)/2001,2008-04-21,Regarding- State Wildlife Advisory Board.,Suvart Viswas(Secretary),2008-05-10,244 @@ -2800,6 +3574,8 @@ 619/2-51/2007-08,2008-05-12,उ.लोक सेवा आयोग के आधार पर यातà¥à¤°à¥€à¤•र अधिकारी के पद पर पदोनà¥â€à¤¨à¥â€à¤¤à¤¿ दà¥à¤µà¤¾à¤°à¤¾ नियमित नियà¥à¤•à¥à¤¤à¤¿ किया जाता है,S.Ramaswamy(Secretary),2008-05-17,118 619/2-51/2007-08,2008-05-12,उ.लोक सेवा आयोग के आधार पर यातà¥à¤°à¥€à¤•र अधिकारी के पद पर पदोनà¥â€à¤¨à¥â€à¤¤à¤¿ दà¥à¤µà¤¾à¤°à¤¾ नियमित नियà¥à¤•à¥à¤¤à¤¿ किया जाता है,S.Ramaswamy(Secretary),2008-05-17,118 149/V.S/372/2007,2008-05-06,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ विधà¥â€à¤¾à¤¾à¤¨ सà¤à¤¾ सचिवालय अधिकारियो/करà¥à¤®à¤šà¤¾à¤°à¤¿à¤¯à¥‹à¤‚ के सेवा संबनà¥â€à¤§à¥€ गठित समिति का कारà¥à¤¯à¤•ाल आगामी तीन माह के लिठबढा दिया गया है,Mahesh Chandra(Secretary),2008-05-17,250 +89/UHC/Admin.A/2008,2008-04-26,"Regarding Smt.Archana Sagar Civil Judge(JD) Haldwani hold the Court Ramnagar, in First week ofEvery months.",V.K.Maheshwari(Registrar General),2008-05-17,117 +91/UHC/Admin/2008,2008-04-25,"Regarding Ms.Monika Mittal Civil Judge(Sr,Div ) Nainital hold the Court Ramnagar, for One Week.",V.K.Maheshwari(Registrar General),2008-05-17,117 372/VIII/08-55/2007,2008-05-07,लोकसेवा आयोग हरिदà¥à¤µà¤¾à¤° दà¥à¤µà¤¾à¤°à¤¾ चयनित पà¥à¤°à¤§à¤¾à¤¨à¤¾à¤šà¤¾à¤°à¥à¤¯ शà¥à¤°à¥‡à¤£à¥€-2 के पद नियà¥à¤•à¥à¤¤à¤¿,Suvart Viswas(Secretary),2008-05-17,250 89/UHC/Admin.A/2008,2008-04-26,"Regarding Smt.Archana Sagar Civil Judge(JD) Haldwani hold the Court Ramnagar, in First week ofEvery months.",V.K.Maheshwari(Registrar General),2008-05-17,117 91/UHC/Admin/2008,2008-04-25,"Regarding Ms.Monika Mittal Civil Judge(Sr,Div ) Nainital hold the Court Ramnagar, for One Week.",V.K.Maheshwari(Registrar General),2008-05-17,117 @@ -2831,11 +3607,19 @@ 723/XVIII(2)/08-3(15)/2007,2008-05-05,District USNagar Disaster Responses Fund.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-05-31,266 716/XVIII(2)/08-3(15)/2007,2008-05-05,District Dehradun Diasaster Response Fund.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-05-31,263 717/XVIII(2)/08-3(15)/2007,2008-05-05,District Uttarkashi Disaster Response Fund.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-05-31,263 +718/XVIII(2)/08-3(15)/2007,2008-05-05,District Champawat Disaster response Fund.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-05-31,264 +719/XVIII(2)/08-3(15)/2007,2008-05-05,District Nainital Disaster response Fund.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-05-31,264 +720/XVIII(2)/08-3(15)/2007,2008-05-05,District Bageshwar Disaster response Fund.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-05-31,265 +721/XVIII(2)/08-3(15)/2007,2008-05-05,District Almora Disaster Response Fund.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-05-31,265 +97-103/UHC/Admin/2008,2008-05-15,Regarding District and Session Judge Transfer and Posted,V.K.Maheshwari(Registrar General),2008-05-31,123 727/1/2008-02(3)/15/2004,2008-05-16,Regarding Coordination Forum.,Shatrughan Singh(Secretary),2008-05-31,274 +97-103/UHC/Admin/2008,2008-05-15,Regarding District and Session Judge Transfer and Posted,V.K.Maheshwari(Registrar General),2008-05-31,123 +97-103/UHC/Admin/2008,2008-05-15,Regarding District and Session Judge Transfer and Posted,V.K.Maheshwari(Registrar General),2008-05-31,123 434/UKH-LA/2008(1),2008-06-02,Appointment of A.R.O.,Radha Raturi (Secretary and Chief Election Officer ),2008-06-02,7 508/Uttarakhand/2008,2008-06-02,Appointment of District Election officer,Radha Raturi (Secretary and Chief Election Officer ),2008-06-02,15 434/UKH-LA/2008,2008-06-02,Appointment of R.O. after Delimitation.,Radha Raturi (Secretary and Chief Election Officer ),2008-06-02,1 194/XXXI(13)/G/2006-49(1)/2006,2008-05-23,Field Firing Artillery Practice Act 1938.,Harish Chandra Joshi (Secretary),2008-06-07,277 +596/XX(1)/13/CBI/2007,2008-05-29,Murder of Late Shri Leeladhar Sharma R/o Deghaat Bazar Almora.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-06-07,277 596/XX(1)/13/CBI/2007,2008-05-29,Murder of Late Shri Leeladhar Sharma R/o Deghaat Bazar Almora.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-06-07,277 596/XX(1)/13/CBI/2007,2008-05-29,Murder of Late Shri Leeladhar Sharma R/o Deghaat Bazar Almora.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-06-07,277 596/XX(1)/13/CBI/2007,2008-05-29,Murder of Late Shri Leeladhar Sharma R/o Deghaat Bazar Almora.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-06-07,277 @@ -2852,17 +3636,21 @@ 596/XX(1)/13/CBI/2007,2008-05-29,Murder of Late Shri Leeladhar Sharma R/o Deghaat Bazar Almora.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-06-07,277 118-120/UHC/Admin/2008,2008-05-24,Regarding Transfer and Posted Civil Judge (JD),V.K.Maheshwari(Registrar General),2008-06-07,127 118-120/UHC/Admin/2008,2008-05-24,Regarding Transfer and Posted Civil Judge (JD),V.K.Maheshwari(Registrar General),2008-06-07,127 +121-125/UHC/XIV/Admin,2008-05-30,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-06-07,128 596/XX(1)/13/CBI/2007,2008-05-29,Murder of Late Shri Leeladhar Sharma R/o Deghaat Bazar Almora.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-06-07,277 118-120/UHC/Admin/2008,2008-05-24,Regarding Transfer and Posted Civil Judge (JD),V.K.Maheshwari(Registrar General),2008-06-07,127 118-120/UHC/Admin/2008,2008-05-24,Regarding Transfer and Posted Civil Judge (JD),V.K.Maheshwari(Registrar General),2008-06-07,127 +121-125/UHC/XIV/Admin,2008-05-30,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-06-07,128 2008-09/34 UK Govt.,2008-05-05,"नगर पालिका परिषद रूदà¥à¤°à¤ªà¥à¤° उधà¥â€à¤®à¤¸à¤¿à¤¹à¤¨à¤—र ने निरà¥à¤®à¤¾à¤£ कारà¥à¤¯à¥‹, हेतॠठेकेदारी नियमावली",Nagar Palika Parisad Rudrapur(President),2008-06-07,23 596/XX(1)/13/CBI/2007,2008-05-29,Murder of Late Shri Leeladhar Sharma R/o Deghaat Bazar Almora.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-06-07,277 118-120/UHC/Admin/2008,2008-05-24,Regarding Transfer and Posted Civil Judge (JD),V.K.Maheshwari(Registrar General),2008-06-07,127 118-120/UHC/Admin/2008,2008-05-24,Regarding Transfer and Posted Civil Judge (JD),V.K.Maheshwari(Registrar General),2008-06-07,127 +121-125/UHC/XIV/Admin,2008-05-30,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-06-07,128 194/XXXI(13)/G/2006-49(1)/2006,2008-05-23,Field Firing Artillery Practice Act 1938.,Harish Chandra Joshi (Secretary),2008-06-07,277 1736/II-2008-01(90)/03,2008-05-27,Promotion Asstt.Engineer Civil Irrigation Deptt.,Vinod Fonia(Secretary),2008-06-07,279 118-120/UHC/Admin/2008,2008-05-24,Regarding Transfer and Posted Civil Judge (JD),V.K.Maheshwari(Registrar General),2008-06-07,127 118-120/UHC/Admin/2008,2008-05-24,Regarding Transfer and Posted Civil Judge (JD),V.K.Maheshwari(Registrar General),2008-06-07,127 +121-125/UHC/XIV/Admin,2008-05-30,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-06-07,128 429/UKH/2008(Appeal),2008-06-09,"Appeal Under Rule 20,21 and 21A",Radha Raturi (Secretary and Chief Election Officer ),2008-06-09,1 429/UKH/2008,2008-06-09,Appointment of Electoral registration Officer,Radha Raturi (Secretary and Chief Election Officer ),2008-06-09,3 429/UKH/2001/1,2008-06-09,Appointment of Assistant Electoral registration officer,Radha Raturi (Secretary and Chief Election Officer ),2008-06-09,9 @@ -2881,10 +3669,12 @@ 161/MM/XXX(2)/2008,2008-05-23,Uttarakhand PUBLIC SERVICE COMMISSION (Condition of Service) Amendment) Regulations 2008.,Subhash Kumar (PRINCIPAL SECRETARY),2008-06-14,286 128-129/UHC/Admin/2008,2008-06-05,"Shri Bindhyachal Singh, CJM Haridwar is Transfered and posted CJM Bageshwar. Shri Anuj kr.Sangal CJM Bageshwar Trasferree and posted CJM Haridwar.",V.K.Maheshwari(Registrar General),2008-06-14,129 +130-131/UHC/XIVadmin/2008,2008-06-06,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-06-14,130 1508/30-1-2008-25(16)/2004,2008-05-19,सिविल जज जà¥à¤¨à¤¿à¤¯à¤° डिवीजन परीकà¥à¤·à¤¾ 2005 के आधार पर शà¥à¤°à¥€à¤®à¤¤à¤¿ दीमाली शरà¥à¤®à¤¾ को कारà¥à¤¯à¤—à¥à¤°à¤¹à¤£ करने के तिथि से करà¥à¤£à¤ªà¥à¤°à¤¯à¤¾à¤— जनपद चमोली मे नियà¥à¤•à¥â€à¤¤,Subhash Kumar (PRINCIPAL SECRETARY),2008-06-14,286 161/MM/XXX(2)/2008,2008-05-23,Uttarakhand PUBLIC SERVICE COMMISSION (Condition of Service) Amendment) Regulations 2008.,Subhash Kumar (PRINCIPAL SECRETARY),2008-06-14,286 128-129/UHC/Admin/2008,2008-06-05,"Shri Bindhyachal Singh, CJM Haridwar is Transfered and posted CJM Bageshwar. Shri Anuj kr.Sangal CJM Bageshwar Trasferree and posted CJM Haridwar.",V.K.Maheshwari(Registrar General),2008-06-14,129 +130-131/UHC/XIVadmin/2008,2008-06-06,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-06-14,130 809/House Tax/Rules/2007,2008-05-08,नगर पालिका परिषद टिहरी गृह कर नियमावली,Nagar Palika Parisad Tehri(President),2008-06-14,27 1508/30-1-2008-25(16)/2004,2008-05-19,सिविल जज जà¥à¤¨à¤¿à¤¯à¤° डिवीजन परीकà¥à¤·à¤¾ 2005 के आधार पर शà¥à¤°à¥€à¤®à¤¤à¤¿ दीमाली शरà¥à¤®à¤¾ को कारà¥à¤¯à¤—à¥à¤°à¤¹à¤£ करने के तिथि से करà¥à¤£à¤ªà¥à¤°à¤¯à¤¾à¤— जनपद चमोली मे नियà¥à¤•à¥â€à¤¤,Subhash Kumar (PRINCIPAL SECRETARY),2008-06-14,286 161/MM/XXX(2)/2008,2008-05-23,Uttarakhand PUBLIC SERVICE COMMISSION (Condition of Service) Amendment) Regulations 2008.,Subhash Kumar (PRINCIPAL SECRETARY),2008-06-14,286 @@ -2892,10 +3682,12 @@ 166/XXVII(7)/2008,2008-04-29,Office Order - विà¤à¤¾à¤—ाधà¥â€à¤¯à¤•à¥à¤·à¥‹à¤‚ की सूची,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-06-14,282 128-129/UHC/Admin/2008,2008-06-05,"Shri Bindhyachal Singh, CJM Haridwar is Transfered and posted CJM Bageshwar. Shri Anuj kr.Sangal CJM Bageshwar Trasferree and posted CJM Haridwar.",V.K.Maheshwari(Registrar General),2008-06-14,129 +130-131/UHC/XIVadmin/2008,2008-06-06,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-06-14,130 2199/X-3-2008-13(5)/2000 TC,2008-06-05,शà¥à¤°à¥€à¤®à¤¿à¤¤ विà¤à¤¾ पà¥à¤°à¥€ दास को उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ परà¥à¤¯à¤¾à¤µà¤°à¤£ संरकà¥à¤·à¤£ à¤à¤‚व पà¥à¤°à¤¦à¥‚षण नियंतà¥à¤°à¤£ बोरà¥à¤¡ के अधà¥â€à¤¯à¤•à¥à¤· पद पर नियà¥à¤•à¥à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Suvart Viswas(Secretary),2008-06-14,289 2199/X-3-2008-13(5)/2000 TC,2008-06-05,शà¥à¤°à¥€à¤®à¤¿à¤¤ विà¤à¤¾ पà¥à¤°à¥€ दास को उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ परà¥à¤¯à¤¾à¤µà¤°à¤£ संरकà¥à¤·à¤£ à¤à¤‚व पà¥à¤°à¤¦à¥‚षण नियंतà¥à¤°à¤£ बोरà¥à¤¡ के अधà¥â€à¤¯à¤•à¥à¤· पद पर नियà¥à¤•à¥à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Suvart Viswas(Secretary),2008-06-14,289 128-129/UHC/Admin/2008,2008-06-05,"Shri Bindhyachal Singh, CJM Haridwar is Transfered and posted CJM Bageshwar. Shri Anuj kr.Sangal CJM Bageshwar Trasferree and posted CJM Haridwar.",V.K.Maheshwari(Registrar General),2008-06-14,129 +130-131/UHC/XIVadmin/2008,2008-06-06,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-06-14,130 1355/VIII/08-25/2006,2008-06-04,करà¥à¤®à¤šà¤¾à¤°à¥€ राजà¥â€à¤¯ बीमा औषधालय सिडकà¥à¤² हरिदà¥à¤µà¤¾à¤° à¤à¤‚व à¤à¤—वानपà¥à¤° जनपद हरिदà¥à¤µà¤¾à¤° की सà¥â€à¤¥à¤¾à¤ªà¤¨à¤¾,Arvind Singh Hyanki(Secretary),2008-06-21,292 F-9(19)RG/UERC/2008/1194,2008-03-11,उतà¥â€à¤¤à¥â€à¤°à¤¾à¤–णà¥â€à¤¡ विदà¥à¤¯à¥à¤¤ नियामक आयोग उतà¥â€à¤ªà¤¾à¤¦à¤• कंपनी/अनà¥à¤œà¥à¤žà¤ªà¥à¤¤à¤¿à¤§à¤¾à¤°à¥€ वारà¥à¤·à¤¿à¤• सà¥â€à¤µà¤¤à¤ƒ वृदà¥à¤µà¤¿ कारको के निरà¥à¤§à¤¾à¤°à¤£ हेतॠनिबनà¥â€à¤§à¤¨ à¤à¤‚व शरà¥à¤¤à¥‡,Pankaj Prakash(Secretary),2008-06-21,132 1380/18(1)/Ddun,2008-06-05,चकबनà¥â€à¤¦à¥€ पà¥à¤°à¤•à¥à¤°à¤¿à¤¯à¤¾ के समà¥â€à¤ªà¤¾à¤¦à¤¨ हेतॠचकबनà¥â€à¤¦à¥€ अधिनियम 1953,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-06-21,292 @@ -2934,14 +3726,17 @@ 375/2008/17(100)/XXVII(8)/08,2008-06-25,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के कारà¥à¤¯à¤°à¤¤ उपायà¥à¤•à¥â€à¤¤ सà¥â€à¤¤à¤° के अधिकारियों को सà¥â€à¤¥à¤¾à¤¨à¤¾à¤¨à¥â€à¤¤à¤°à¤£/समायोजन,Radha Raturi (Secretary),2008-07-05,300 375/2008/17(100)/XXVII(8)/08,2008-06-25,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के कारà¥à¤¯à¤°à¤¤ उपायà¥à¤•à¥â€à¤¤ सà¥â€à¤¤à¤° के अधिकारियों को सà¥â€à¤¥à¤¾à¤¨à¤¾à¤¨à¥â€à¤¤à¤°à¤£/समायोजन,Radha Raturi (Secretary),2008-07-05,300 139/UHC/Admin/2008,2008-06-20,"Addl.Chief Judicial Magistrate, Kashipur/KOtdwar As Specified in Column 2 Shedule-1 trying cases under the enactments.",V.K.Maheshwari(Registrar General),2008-07-05,165 +137/UHC/XIV/11/Admin.A/2008,2008-06-18,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-07-05,165 505/XIII-II/483(5)/2004,2008-06-25,जलागम पà¥à¤°à¤¬à¤¨à¥â€à¤§ निदेशालय के अरà¥à¤¨à¥â€à¤¤à¤—त लेखा संवरà¥à¤— का गठन के संबनà¥â€à¤§ में,M.H.Khan(Secretary),2008-07-05,301 1605/30-1-2008-25(5)/2008,2008-06-18,शà¥à¤°à¥€ दीपक आरà¥à¤¯à¤¾ सिविल जज(जू0डी0)चमà¥â€à¤ªà¤¾à¤µà¤¤ का तà¥â€à¤¯à¤¾à¤—पतà¥à¤° सà¥â€à¤µà¥€à¤•ार,Subhash Kumar (PRINCIPAL SECRETARY),2008-07-05,300 2382/VII0I/48/2008,2008-06-20,जनपद बागेशà¥â€à¤µà¤° मे शà¥à¤°à¥€ रामपाल सिंह कटियार का खनन पटटे नवीनीकरण संबनà¥â€à¤§à¥€ आवेदन पतà¥à¤° निरसà¥â€à¤¤ किया जा चà¥à¤•ा है,P.C.Sharma (PRINCIPAL SECRETARY),2008-07-05,300 505/XIII-II/483(5)/2004,2008-06-25,जलागम पà¥à¤°à¤¬à¤¨à¥â€à¤§ निदेशालय के अरà¥à¤¨à¥â€à¤¤à¤—त लेखा संवरà¥à¤— का गठन के संबनà¥â€à¤§ में,M.H.Khan(Secretary),2008-07-05,301 139/UHC/Admin/2008,2008-06-20,"Addl.Chief Judicial Magistrate, Kashipur/KOtdwar As Specified in Column 2 Shedule-1 trying cases under the enactments.",V.K.Maheshwari(Registrar General),2008-07-05,165 +137/UHC/XIV/11/Admin.A/2008,2008-06-18,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-07-05,165 529/Ayuktkar/Form Section/08,2008-05-17,आयाम घोषणा पतà¥à¤° जिनके खो जाने चोरी हो जाने व नषà¥â€à¤Ÿ हो जाने के संबनà¥â€à¤§ मे,M.L.Pant (Commissioner Tax Officer),2008-07-05,166 1605/30-1-2008-25(5)/2008,2008-06-18,शà¥à¤°à¥€ दीपक आरà¥à¤¯à¤¾ सिविल जज(जू0डी0)चमà¥â€à¤ªà¤¾à¤µà¤¤ का तà¥â€à¤¯à¤¾à¤—पतà¥à¤° सà¥â€à¤µà¥€à¤•ार,Subhash Kumar (PRINCIPAL SECRETARY),2008-07-05,300 139/UHC/Admin/2008,2008-06-20,"Addl.Chief Judicial Magistrate, Kashipur/KOtdwar As Specified in Column 2 Shedule-1 trying cases under the enactments.",V.K.Maheshwari(Registrar General),2008-07-05,165 +137/UHC/XIV/11/Admin.A/2008,2008-06-18,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-07-05,165 F-9/16/RG/2008/1258,2008-03-28,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ विदà¥à¤¯à¥à¤¤ नियामक आयोग विनियम 2007 मà¥à¤–à¥â€à¤¯ विनियम को संशोधित करने के लिठविनियम ा,Pankaj Prakash(Secretary),2008-07-05,169 2382/VII0I/48/2008,2008-06-20,जनपद बागेशà¥â€à¤µà¤° मे शà¥à¤°à¥€ रामपाल सिंह कटियार का खनन पटटे नवीनीकरण संबनà¥â€à¤§à¥€ आवेदन पतà¥à¤° निरसà¥â€à¤¤ किया जा चà¥à¤•ा है,P.C.Sharma (PRINCIPAL SECRETARY),2008-07-05,300 2382/VII0I/48/2008,2008-06-20,जनपद बागेशà¥â€à¤µà¤° मे शà¥à¤°à¥€ रामपाल सिंह कटियार का खनन पटटे नवीनीकरण संबनà¥â€à¤§à¥€ आवेदन पतà¥à¤° निरसà¥â€à¤¤ किया जा चà¥à¤•ा है,P.C.Sharma (PRINCIPAL SECRETARY),2008-07-05,300 @@ -2951,26 +3746,48 @@ 375/2008/17(100)/XXVII(8)/08,2008-06-25,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के कारà¥à¤¯à¤°à¤¤ उपायà¥à¤•à¥â€à¤¤ सà¥â€à¤¤à¤° के अधिकारियों को सà¥â€à¤¥à¤¾à¤¨à¤¾à¤¨à¥â€à¤¤à¤°à¤£/समायोजन,Radha Raturi (Secretary),2008-07-05,300 F-9/16/RG/2008/1258,2008-03-28,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ विदà¥à¤¯à¥à¤¤ नियामक आयोग विनियम 2007 मà¥à¤–à¥â€à¤¯ विनियम को संशोधित करने के लिठविनियम ा,Pankaj Prakash(Secretary),2008-07-05,169 139/UHC/Admin/2008,2008-06-20,"Addl.Chief Judicial Magistrate, Kashipur/KOtdwar As Specified in Column 2 Shedule-1 trying cases under the enactments.",V.K.Maheshwari(Registrar General),2008-07-05,165 +137/UHC/XIV/11/Admin.A/2008,2008-06-18,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-07-05,165 139/UHC/Admin/2008,2008-06-20,"Addl.Chief Judicial Magistrate, Kashipur/KOtdwar As Specified in Column 2 Shedule-1 trying cases under the enactments.",V.K.Maheshwari(Registrar General),2008-07-05,165 +137/UHC/XIV/11/Admin.A/2008,2008-06-18,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-07-05,165 139/UHC/Admin/2008,2008-06-20,"Addl.Chief Judicial Magistrate, Kashipur/KOtdwar As Specified in Column 2 Shedule-1 trying cases under the enactments.",V.K.Maheshwari(Registrar General),2008-07-05,165 +137/UHC/XIV/11/Admin.A/2008,2008-06-18,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-07-05,165 1605/30-1-2008-25(5)/2008,2008-06-18,शà¥à¤°à¥€ दीपक आरà¥à¤¯à¤¾ सिविल जज(जू0डी0)चमà¥â€à¤ªà¤¾à¤µà¤¤ का तà¥â€à¤¯à¤¾à¤—पतà¥à¤° सà¥â€à¤µà¥€à¤•ार,Subhash Kumar (PRINCIPAL SECRETARY),2008-07-05,300 647/XXXVII(1)/2008-18/2004,2008-06-18,आरà¥à¤¯à¥à¤µà¥‡à¤¦à¤¿à¤• à¤à¤‚व यूनानी औषधियों के लाईसेंस जारी किये जाने हेतॠगठित वशिेषजà¥à¤ž पैनल,Manisha Panwar(Secretary),2008-07-12,304 +144-145/UHC/1/Admin/2006,2008-06-25,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-07-12,177 2416/VIII-I-08/21-2006,2008-06-30,शà¥à¤°à¥€ पà¥à¤°à¤®à¥‹à¤¦ कà¥à¤®à¤¾à¤° सहायक निदेशक को पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति के संबनà¥â€à¤§ में,P.C.Sharma (PRINCIPAL SECRETARY),2008-07-12,304 647/XXXVII(1)/2008-18/2004,2008-06-18,आरà¥à¤¯à¥à¤µà¥‡à¤¦à¤¿à¤• à¤à¤‚व यूनानी औषधियों के लाईसेंस जारी किये जाने हेतॠगठित वशिेषजà¥à¤ž पैनल,Manisha Panwar(Secretary),2008-07-12,304 +144-145/UHC/1/Admin/2006,2008-06-25,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-07-12,177 647/XXXVII(1)/2008-18/2004,2008-06-18,आरà¥à¤¯à¥à¤µà¥‡à¤¦à¤¿à¤• à¤à¤‚व यूनानी औषधियों के लाईसेंस जारी किये जाने हेतॠगठित वशिेषजà¥à¤ž पैनल,Manisha Panwar(Secretary),2008-07-12,304 +144-145/UHC/1/Admin/2006,2008-06-25,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-07-12,177 647/XXXVII(1)/2008-18/2004,2008-06-18,आरà¥à¤¯à¥à¤µà¥‡à¤¦à¤¿à¤• à¤à¤‚व यूनानी औषधियों के लाईसेंस जारी किये जाने हेतॠगठित वशिेषजà¥à¤ž पैनल,Manisha Panwar(Secretary),2008-07-12,304 2416/VIII-I-08/21-2006,2008-06-30,शà¥à¤°à¥€ पà¥à¤°à¤®à¥‹à¤¦ कà¥à¤®à¤¾à¤° सहायक निदेशक को पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति के संबनà¥â€à¤§ में,P.C.Sharma (PRINCIPAL SECRETARY),2008-07-12,304 2416/VIII-I-08/21-2006,2008-06-30,शà¥à¤°à¥€ पà¥à¤°à¤®à¥‹à¤¦ कà¥à¤®à¤¾à¤° सहायक निदेशक को पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति के संबनà¥â€à¤§ में,P.C.Sharma (PRINCIPAL SECRETARY),2008-07-12,304 +144-145/UHC/1/Admin/2006,2008-06-25,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-07-12,177 +144-145/UHC/1/Admin/2006,2008-06-25,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-07-12,177 +144-145/UHC/1/Admin/2006,2008-06-25,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-07-12,177 190/VI-I/2008-37/2001,2008-07-01,शà¥à¤°à¥€ नीरज पांथरी à¤à¤•ेशà¥â€à¤µà¤° पौडी à¤à¤‚व शà¥à¤°à¥€ मीनू गà¥à¤®à¥â€à¤¬à¤° रूदà¥à¤°à¤ªà¥à¤° उधमसिंह नगर को राजà¥â€à¤¯ यà¥à¤µà¤¾ कलà¥â€à¤¯à¤¾à¤£ परिषद के सदसà¥â€à¤¯ के रूप मे नामित किया जाता है,Rakesh Sharma(Secretary),2008-07-12,305 +730/Home-1/173/2007,2008-07-11,"Regarding ITBP Headquarters, Acquisiton of the land Village Bimola and Karnal Distic Almora",N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-19,308 +925/XX(2)/109/07/2004,2008-07-17,Governor is Appoint the Superintendents of all Examination Cenre for the All India Trade Test.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-19,317 730/Home-1/173/2007,2008-07-11,"Regarding ITBP Headquarters, Acquisiton of the land Village Bimola and Karnal Distic Almora",N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-19,308 925/XX(2)/109/07/2004,2008-07-17,Governor is Appoint the Superintendents of all Examination Cenre for the All India Trade Test.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-19,317 1013/आयà¥0कर/फारà¥à¤®-अनà¥0/2008,2008-06-26,फारà¥à¤® सी जिनके खो जाने चोरी हो जाने की सूचनाà¤à¤‚ पà¥à¤°à¤¾à¤ªà¥â€à¤¤ हà¥à¤ˆ है अवैध घोषित,M.L.Pant (Commissioner Tax Officer),2008-07-19,183 730/Home-1/173/2007,2008-07-11,"Regarding ITBP Headquarters, Acquisiton of the land Village Bimola and Karnal Distic Almora",N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-19,308 +925/XX(2)/109/07/2004,2008-07-17,Governor is Appoint the Superintendents of all Examination Cenre for the All India Trade Test.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-19,317 +730/Home-1/173/2007,2008-07-11,"Regarding ITBP Headquarters, Acquisiton of the land Village Bimola and Karnal Distic Almora",N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-19,308 +925/XX(2)/109/07/2004,2008-07-17,Governor is Appoint the Superintendents of all Examination Cenre for the All India Trade Test.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-19,317 +730/Home-1/173/2007,2008-07-11,"Regarding ITBP Headquarters, Acquisiton of the land Village Bimola and Karnal Distic Almora",N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-19,308 +925/XX(2)/109/07/2004,2008-07-17,Governor is Appoint the Superintendents of all Examination Cenre for the All India Trade Test.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-19,317 730/Home-1/173/2007,2008-07-11,"Regarding ITBP Headquarters, Acquisiton of the land Village Bimola and Karnal Distic Almora",N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-19,308 925/XX(2)/109/07/2004,2008-07-17,Governor is Appoint the Superintendents of all Examination Cenre for the All India Trade Test.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-19,317 832/XVII(2)/2008,2008-07-02,इनà¥à¤¦à¤¿à¤°à¤¾ महिला समेकित विकास योजना के सà¥â€à¤¥à¤¾à¤¨ पर उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ महिला समेकित विकास परियोजना पढा जाय,Anjali Prasad(Secretary),2008-07-19,318 +730/Home-1/173/2007,2008-07-11,"Regarding ITBP Headquarters, Acquisiton of the land Village Bimola and Karnal Distic Almora",N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-19,308 +925/XX(2)/109/07/2004,2008-07-17,Governor is Appoint the Superintendents of all Examination Cenre for the All India Trade Test.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-19,317 +925/XX(2)/109/07/2004,2008-07-17,Governor is Appoint the Superintendents of all Examination Cenre for the All India Trade Test.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-19,317 +730/Home-1/173/2007,2008-07-11,"Regarding ITBP Headquarters, Acquisiton of the land Village Bimola and Karnal Distic Almora",N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-19,308 610/T.R./R/Cancel/2008,2008-06-21,वाहन संखà¥â€à¤¯à¤¾ यू0à¤007à¤à¤¨- 6714 का पंजीयन दिनांक 20-7-08 से 21-07-2008 तक के लिठनिलंबित,A.K.Singh (RTO),2008-07-19,184 510/गतिसीमा निरà¥à¤§à¤¾0/2008,2008-07-07,रूदà¥à¤°à¤ªà¥à¤°à¤¯à¤¾à¤— के निमà¥â€à¤¨à¤¾à¤•िंत मोटर मारà¥à¤—ो पर गति सीमा निरà¥à¤§à¤¾à¤°à¤¿à¤¤ करती हूं ा,Sunita Singh(RTO),2008-07-19,185 +903/XX(2)/135/Police/2008,2008-07-10,Regarding Appointment Asst.Radio Officer,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-26,320 +993/XX(3)/55/CBI/2003,2008-07-11,Regarding Smt.Meena Tiwari IInd Addl.District and Sessions Judge Dehradun.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-26,320 903/XX(2)/135/Police/2008,2008-07-10,Regarding Appointment Asst.Radio Officer,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-26,320 993/XX(3)/55/CBI/2003,2008-07-11,Regarding Smt.Meena Tiwari IInd Addl.District and Sessions Judge Dehradun.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-26,320 450/3-P/Gram.P./2008-09,2008-07-07,जनपद उधमसिंह नगर की गà¥à¤°à¤¾à¤® पंचायत की विजà¥à¤žà¤ªà¥à¤¤à¤¿ को शà¥à¤¦à¥à¤µ à¤à¤‚व संशोधित,N.S.Negi(Director),2008-07-26,187 @@ -2980,8 +3797,14 @@ 455/3-P/Gram.P/2008-09,2008-07-07,जनपद पौडी की गà¥à¤°à¤¾à¤® पंचायत पà¥à¤°à¥à¤¨à¤—ठन की विजà¥à¤žà¤ªà¥à¤¤à¤¿ संशोधित,N.S.Negi(Director),2008-07-26,198 456/3-P/Gram.P/2008-09,2008-07-07,जनपद चमà¥â€à¤ªà¤¾à¤µà¤¤ की गà¥à¤°à¤¾à¤® पंचायत पà¥à¤°à¥à¤¨à¤—ठन की विजà¥à¤žà¤ªà¥à¤¤à¤¿ संशोधित,N.S.Negi(Director),2008-07-26,199 457/3-P.Gram.P/2008-09,2008-07-07,जनपद नैनीताल की गà¥à¤°à¤¾à¤® पंचायत पà¥à¤°à¥à¤¨à¤—ठन की विजà¥à¤žà¤ªà¥à¤¤à¤¿ संशोधित,N.S.Negi(Director),2008-07-26,200 +903/XX(2)/135/Police/2008,2008-07-10,Regarding Appointment Asst.Radio Officer,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-26,320 +993/XX(3)/55/CBI/2003,2008-07-11,Regarding Smt.Meena Tiwari IInd Addl.District and Sessions Judge Dehradun.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-26,320 +903/XX(2)/135/Police/2008,2008-07-10,Regarding Appointment Asst.Radio Officer,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-26,320 +993/XX(3)/55/CBI/2003,2008-07-11,Regarding Smt.Meena Tiwari IInd Addl.District and Sessions Judge Dehradun.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-26,320 903/XX(2)/135/Police/2008,2008-07-10,Regarding Appointment Asst.Radio Officer,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-26,320 +993/XX(3)/55/CBI/2003,2008-07-11,Regarding Smt.Meena Tiwari IInd Addl.District and Sessions Judge Dehradun.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-26,320 903/XX(2)/135/Police/2008,2008-07-10,Regarding Appointment Asst.Radio Officer,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-26,320 +993/XX(3)/55/CBI/2003,2008-07-11,Regarding Smt.Meena Tiwari IInd Addl.District and Sessions Judge Dehradun.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-26,320 903/XX(2)/135/Police/2008,2008-07-10,Regarding Appointment Asst.Radio Officer,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-26,320 993/XX(3)/55/CBI/2003,2008-07-11,Regarding Smt.Meena Tiwari IInd Addl.District and Sessions Judge Dehradun.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-26,320 450/3-P/Gram.P./2008-09,2008-07-07,जनपद उधमसिंह नगर की गà¥à¤°à¤¾à¤® पंचायत की विजà¥à¤žà¤ªà¥à¤¤à¤¿ को शà¥à¤¦à¥à¤µ à¤à¤‚व संशोधित,N.S.Negi(Director),2008-07-26,187 @@ -2991,6 +3814,8 @@ 455/3-P/Gram.P/2008-09,2008-07-07,जनपद पौडी की गà¥à¤°à¤¾à¤® पंचायत पà¥à¤°à¥à¤¨à¤—ठन की विजà¥à¤žà¤ªà¥à¤¤à¤¿ संशोधित,N.S.Negi(Director),2008-07-26,198 456/3-P/Gram.P/2008-09,2008-07-07,जनपद चमà¥â€à¤ªà¤¾à¤µà¤¤ की गà¥à¤°à¤¾à¤® पंचायत पà¥à¤°à¥à¤¨à¤—ठन की विजà¥à¤žà¤ªà¥à¤¤à¤¿ संशोधित,N.S.Negi(Director),2008-07-26,199 457/3-P.Gram.P/2008-09,2008-07-07,जनपद नैनीताल की गà¥à¤°à¤¾à¤® पंचायत पà¥à¤°à¥à¤¨à¤—ठन की विजà¥à¤žà¤ªà¥à¤¤à¤¿ संशोधित,N.S.Negi(Director),2008-07-26,200 +903/XX(2)/135/Police/2008,2008-07-10,Regarding Appointment Asst.Radio Officer,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-26,320 +993/XX(3)/55/CBI/2003,2008-07-11,Regarding Smt.Meena Tiwari IInd Addl.District and Sessions Judge Dehradun.,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-07-26,320 450/3-P/Gram.P./2008-09,2008-07-07,जनपद उधमसिंह नगर की गà¥à¤°à¤¾à¤® पंचायत की विजà¥à¤žà¤ªà¥à¤¤à¤¿ को शà¥à¤¦à¥à¤µ à¤à¤‚व संशोधित,N.S.Negi(Director),2008-07-26,187 451/3-P/Gram.P/2008-09,2008-07-07,Janpad Tehri Garhwal ki Gram Panchayat ki Sanshodhit .,N.S.Negi(Director),2008-07-26,189 452/3-P/Gram.P/2008-09,2008-07-07,जनपद उतà¥â€à¤¤à¤°à¤•ाशी की गà¥à¤°à¤¾à¤® पंचायत पà¥à¤°à¥à¤¨à¤—ठन की विजà¥à¤žà¤ªà¥à¤¤à¤¿ संशोधित,N.S.Negi(Director),2008-07-26,191 @@ -3013,10 +3838,14 @@ 210/XXVII(7)/2008,2008-07-03,Regarding Pension Regulatory and Development Authority.,Radha Raturi (Secretary),2008-08-02,324 488/XVII-2-2008-92/2006,2008-07-14,?????? ?? ?? ?? ????????? ?? ?????????,Keshav Desraju(PRINCIPAL SECRETARY),2008-08-02,324 521/XXIV-2/2008,2008-07-14,शैकà¥à¤·à¤¿à¤• अनà¥à¤¸à¤‚धान à¤à¤‚व पà¥à¤°à¤¶à¤¿à¤•à¥à¤·à¤£ परिषद नरेनà¥â€à¤¦à¥à¤°à¤¨à¤—र टिहरी मे सृजित अपर निदेशक पद के उचà¥â€à¤šà¥€à¤•रण में संशोधन,Harish Chandra Joshi (Secretary),2008-08-02,336 +146-149/UHC/XIV/25/Admin.A,2008-07-08,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-08-02,203 2429/II-2008-01(162)/03,2008-07-14,Irrigation Deptt.Promotion to the post of Asst.Engineer(mech),Vinod Fonia(Secretary),2008-08-02,335 210/XXVII(7)/2008,2008-07-03,Regarding Pension Regulatory and Development Authority.,Radha Raturi (Secretary),2008-08-02,324 +146-149/UHC/XIV/25/Admin.A,2008-07-08,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-08-02,203 +146-149/UHC/XIV/25/Admin.A,2008-07-08,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-08-02,203 210/XXVII(7)/2008,2008-07-03,Regarding Pension Regulatory and Development Authority.,Radha Raturi (Secretary),2008-08-02,324 488/XVII-2-2008-92/2006,2008-07-14,?????? ?? ?? ?? ????????? ?? ?????????,Keshav Desraju(PRINCIPAL SECRETARY),2008-08-02,324 +146-149/UHC/XIV/25/Admin.A,2008-07-08,Regarding Leave Sanction.,Prashant Joshi(Registrat),2008-08-02,203 2429/II-2008-01(162)/03,2008-07-14,Irrigation Deptt.Promotion to the post of Asst.Engineer(mech),Vinod Fonia(Secretary),2008-08-02,335 2429/II-2008-01(162)/03,2008-07-14,Irrigation Deptt.Promotion to the post of Asst.Engineer(mech),Vinod Fonia(Secretary),2008-08-02,335 1205/Ayuktkar/2008-09,2008-07-08,असिसà¥â€à¤Ÿà¥‡à¤Ÿ कमिशà¥â€à¤¨à¤° वाणिजà¥â€à¤¯à¤•र विकासनगर मणà¥â€à¤¡à¤² के कारà¥à¤¯à¤•à¥à¤·à¥‡à¤¤à¥à¤° के समà¥â€à¤¬à¤¨à¥â€à¤§ में,L.M.Pant (Commissioner Tax Officer),2008-08-09,206 @@ -3031,8 +3860,12 @@ 576/XXXI(1)/2008,2008-07-30,निमà¥â€à¤¨à¤²à¤¿à¤–ित अपर निजी सचिवों को चयनोपरानà¥â€à¤¤ निजी सचिव शà¥à¤°à¥‡à¤£à¥€-1 के रिकà¥â€à¤¤ पद पर पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¥â€à¤¤ की सà¥â€à¤µà¥€à¤•ृति,M.H.Khan(Secretary),2008-08-09,342 504/V.S./23/Adhisthan/2001,2008-07-21,विधान सà¤à¤¾ सचिवालय के परिवीकà¥à¤·à¤¾à¤•ालीन मारà¥à¤¶à¤² शà¥à¤°à¥€ पà¥à¤°à¤¦à¥€à¤ª कà¥à¤®à¤¾à¤° गà¥à¤£à¤µà¤¨à¥â€à¤¤ को मारà¥à¤¶à¤² के पद पर,Mahesh Chandra(Secretary),2008-08-09,340 576/XXXI(1)/2008,2008-07-30,निमà¥â€à¤¨à¤²à¤¿à¤–ित अपर निजी सचिवों को चयनोपरानà¥â€à¤¤ निजी सचिव शà¥à¤°à¥‡à¤£à¥€-1 के रिकà¥â€à¤¤ पद पर पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¥â€à¤¤ की सà¥â€à¤µà¥€à¤•ृति,M.H.Khan(Secretary),2008-08-09,342 +153-155/UHC/XIV/Admin.A,2008-07-23,Regarding Leave Sanction.,Prashant Joshi(Ragistrar -Inspection),2008-08-09,205 +153-155/UHC/XIV/Admin.A,2008-07-23,Regarding Leave Sanction.,Prashant Joshi(Ragistrar -Inspection),2008-08-09,205 438/XVII(2)/2008-09(71)/2002,2008-07-24,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ सैनिक कलà¥â€à¤¯à¤¾à¤£ परिषद की अधिसूचना संखà¥â€à¤¯à¤¾ 246-सै.क.-02-71 दिनांक 22 अकà¥â€à¤Ÿà¥‚बर 2002 में संशोधन,Radha Raturi (Secretary),2008-08-09,340 +153-155/UHC/XIV/Admin.A,2008-07-23,Regarding Leave Sanction.,Prashant Joshi(Ragistrar -Inspection),2008-08-09,205 1205/Ayuktkar/2008-09,2008-07-08,असिसà¥â€à¤Ÿà¥‡à¤Ÿ कमिशà¥â€à¤¨à¤° वाणिजà¥â€à¤¯à¤•र विकासनगर मणà¥â€à¤¡à¤² के कारà¥à¤¯à¤•à¥à¤·à¥‡à¤¤à¥à¤° के समà¥â€à¤¬à¤¨à¥â€à¤§ में,L.M.Pant (Commissioner Tax Officer),2008-08-09,206 +153-155/UHC/XIV/Admin.A,2008-07-23,Regarding Leave Sanction.,Prashant Joshi(Ragistrar -Inspection),2008-08-09,205 204/VI-I/2008-37(Y.W.)/2001,2008-07-21,"राषà¥â€à¤Ÿà¥€à¤¯ यà¥à¤µà¤¾ पà¥à¤°à¤¸à¥â€à¤•ार से समà¥â€à¤®à¤¾à¤¨à¤¿à¤¤ शà¥à¤°à¥€ जगदीश à¤à¤Ÿà¤Ÿà¤¼à¥à¤° पिथौरागढ, को राजà¥â€à¤¯ यà¥à¤µà¤¾ कलà¥â€à¤¯à¤¾à¤£ परिषद मे सदसà¥â€à¤¯ के रूप में नामित",N.S.Negi(Secretary),2008-08-09,343 514/VI/2008-315-Paryatan/2001,2008-07-24,परà¥à¤¯à¤Ÿà¤¨ निदेशालय उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ हेतॠपदों के सृजन के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Rakesh Sharma(Secretary),2008-08-16,347 429/XVII(1)-3/08-35/2002,2008-07-25,"Uttarakhand Minority Commission, Nominate Member Shri Praveen Jain,Jain Vastra Bhandar Jhanda Bazar Dehradun For a period of Three years",Manisha Panwar(Secretary),2008-08-16,349 @@ -3050,14 +3883,24 @@ 413/XX(5)/08-15-H.G./2008,2008-07-30,"शà¥à¤°à¥€ योगमà¥â€à¤¬à¤° सिंह,उप नियंतà¥à¤°à¤• नागरिक सà¥à¤°à¤•à¥à¤·à¤¾ को उ.होमगारà¥à¤¡à¤¸ à¤à¤‚व नागरिक सà¥à¤°à¤•à¥à¤·à¤¾ निदेशालय में समूह क शà¥à¤°à¥‡à¤£à¥€ के पद पद पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति",N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-08-16,346 413/XX(5)/08-15-H.G./2008,2008-07-30,"शà¥à¤°à¥€ योगमà¥â€à¤¬à¤° सिंह,उप नियंतà¥à¤°à¤• नागरिक सà¥à¤°à¤•à¥à¤·à¤¾ को उ.होमगारà¥à¤¡à¤¸ à¤à¤‚व नागरिक सà¥à¤°à¤•à¥à¤·à¤¾ निदेशालय में समूह क शà¥à¤°à¥‡à¤£à¥€ के पद पद पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति",N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-08-16,346 919/V.S./109/2001,2008-07-17,अनà¥à¤¸à¤šà¤¿à¤µ के à¤à¤• असà¥â€à¤¥à¤¾à¤¯à¥€ रिकà¥â€à¤¤ पद के सापेकà¥à¤· अनà¥à¤à¤¾à¤— अधिकारी शà¥à¤°à¥€ मदनराम को कारà¥à¤¯à¤à¤¾à¤° गà¥à¤°à¤¹à¤£ होने की तिथि से पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤ किया जाता है,Mahesh Chandra(Secretary),2008-08-16,346 +157/UHC/Admin.A/2008,2008-07-31,"Rule 16, Application to be accompained by stamp labels.",V.K.Maheshwari(Registrar General),2008-08-16,209 +156/UHC/XIV/32/Admin.A,2008-07-29,Regarding Leave Sanction.,Prashant Joshi(Ragistrar -Inspection),2008-08-16,209 413/XX(5)/08-15-H.G./2008,2008-07-30,"शà¥à¤°à¥€ योगमà¥â€à¤¬à¤° सिंह,उप नियंतà¥à¤°à¤• नागरिक सà¥à¤°à¤•à¥à¤·à¤¾ को उ.होमगारà¥à¤¡à¤¸ à¤à¤‚व नागरिक सà¥à¤°à¤•à¥à¤·à¤¾ निदेशालय में समूह क शà¥à¤°à¥‡à¤£à¥€ के पद पद पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति",N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-08-16,346 2527/II-2007-01(124)/2003,2008-07-30,Uttarakhand Irrigation Department Engineering Services Civil/Mech Group A Amendment Rules 2008.,Vinod Fonia(Secretary),2008-08-16,349 +157/UHC/Admin.A/2008,2008-07-31,"Rule 16, Application to be accompained by stamp labels.",V.K.Maheshwari(Registrar General),2008-08-16,209 +156/UHC/XIV/32/Admin.A,2008-07-29,Regarding Leave Sanction.,Prashant Joshi(Ragistrar -Inspection),2008-08-16,209 +157/UHC/Admin.A/2008,2008-07-31,"Rule 16, Application to be accompained by stamp labels.",V.K.Maheshwari(Registrar General),2008-08-16,209 +156/UHC/XIV/32/Admin.A,2008-07-29,Regarding Leave Sanction.,Prashant Joshi(Ragistrar -Inspection),2008-08-16,209 413/XX(5)/08-15-H.G./2008,2008-07-30,"शà¥à¤°à¥€ योगमà¥â€à¤¬à¤° सिंह,उप नियंतà¥à¤°à¤• नागरिक सà¥à¤°à¤•à¥à¤·à¤¾ को उ.होमगारà¥à¤¡à¤¸ à¤à¤‚व नागरिक सà¥à¤°à¤•à¥à¤·à¤¾ निदेशालय में समूह क शà¥à¤°à¥‡à¤£à¥€ के पद पद पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति",N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-08-16,346 +157/UHC/Admin.A/2008,2008-07-31,"Rule 16, Application to be accompained by stamp labels.",V.K.Maheshwari(Registrar General),2008-08-16,209 +156/UHC/XIV/32/Admin.A,2008-07-29,Regarding Leave Sanction.,Prashant Joshi(Ragistrar -Inspection),2008-08-16,209 2527/II-2007-01(124)/2003,2008-07-30,Uttarakhand Irrigation Department Engineering Services Civil/Mech Group A Amendment Rules 2008.,Vinod Fonia(Secretary),2008-08-16,349 514/VI/2008-315-Paryatan/2001,2008-07-24,परà¥à¤¯à¤Ÿà¤¨ निदेशालय उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ हेतॠपदों के सृजन के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Rakesh Sharma(Secretary),2008-08-16,347 2527/II-2007-01(124)/2003,2008-07-30,Uttarakhand Irrigation Department Engineering Services Civil/Mech Group A Amendment Rules 2008.,Vinod Fonia(Secretary),2008-08-16,349 413/XX(5)/08-15-H.G./2008,2008-07-30,"शà¥à¤°à¥€ योगमà¥â€à¤¬à¤° सिंह,उप नियंतà¥à¤°à¤• नागरिक सà¥à¤°à¤•à¥à¤·à¤¾ को उ.होमगारà¥à¤¡à¤¸ à¤à¤‚व नागरिक सà¥à¤°à¤•à¥à¤·à¤¾ निदेशालय में समूह क शà¥à¤°à¥‡à¤£à¥€ के पद पद पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति",N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-08-16,346 561/V.S./372/Adhisoochna/2007,2008-08-01,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ विधान सà¤à¤¾ सचिवालय के अधिकारियों/करà¥à¤®à¤šà¤¾à¤°à¤¿à¤¯à¥‹à¤‚ के गठित सेवा नियमावली समिति का कारà¥à¤¯à¤¾à¤•ाल 06 अगसà¥â€à¤¤ के बाद तीन माह के लिठबढा दिया है,Mahesh Chandra(Secretary),2008-08-23,356 +197/27-9-08/Entertainmenttax/08,2008-08-08,à ¤¶à ¥�à ¤°à ¥€ à ¤�à ¤®0à ¤�à ¤¸à ¤¦à ¤¤à ¤¾à ¤² à ¤�à ¤‚à ¤µ à ¤¶à ¥�à ¤°à ¥€ à ¤�à ¤¸0à ¤�à ¤¸0à ¤ªà ¥‹à ¤–à ¤°à ¤¿à ¤¯à ¤¾ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤†à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤ à ¤®à ¤¨à ¥‹à ¤°à ¤‚à ¤œà ¤¨à ¤•à ¤° à ¤•à ¥‹ à ¤¨à ¤¿à ¤¯à ¤®à ¤¿à ¤¤ à ¤šà ¤¯à ¤¨à ¥‹à ¤ªà ¤°à ¤¾à ¤¨à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-08-23,355 +474/2008/13(100)/XXVII(8)/01,2008-08-08,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤•à ¥‡ à ¤…à ¤°à ¥�à ¤¨à ¥�â€�à ¤¤à ¤—à ¤¤ à ¤¡à ¤¿à ¤ªà ¥�â€�à ¤Ÿà ¥€ à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤•à ¥‡ à ¤¸à ¤¾à ¤ªà ¥‡à ¤•à ¥�à ¤· à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤‚à ¤•à ¤¿à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤•à ¤°à ¤¤à ¥‡ à ¤¹à ¥�à ¤� à ¤¤à ¥ˆà ¤¨à ¤¾à ¤¤ à ¤•à ¤¿à ¤¯à ¤¾ à ¤œà ¤¾à ¤¤à ¤¾ à ¤¹à ¥ˆ,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-08-23,355 252/XXIV(6)/2008,2008-07-15,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ मà¥à¤•à¥â€à¤¤ विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ के कà¥à¤²à¤ªà¤¤à¤¿ पà¥à¤°à¥‹0 à¤à¤¸0à¤à¤¸0हसन के विरूदà¥à¤µ जांच कराये जाने के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Vejendra Paul(PRINCIPAL SECRETARY),2008-08-23,354 1963/VIII/331-Labour/02,2008-08-07,पंचायत निरà¥à¤µà¤¾à¤šà¤¨ 2008 के समà¥â€à¤¬à¤¨à¥â€à¤§ में मतदान के दिन बनà¥â€à¤¦à¥€ दिवस के रूप में मनाया जायेगा,Anjali Prasad(Secretary),2008-08-23,357 561/V.S./372/Adhisoochna/2007,2008-08-01,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ विधान सà¤à¤¾ सचिवालय के अधिकारियों/करà¥à¤®à¤šà¤¾à¤°à¤¿à¤¯à¥‹à¤‚ के गठित सेवा नियमावली समिति का कारà¥à¤¯à¤¾à¤•ाल 06 अगसà¥â€à¤¤ के बाद तीन माह के लिठबढा दिया है,Mahesh Chandra(Secretary),2008-08-23,356 @@ -3067,8 +3910,20 @@ 252/XXIV(6)/2008,2008-07-15,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ मà¥à¤•à¥â€à¤¤ विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ के कà¥à¤²à¤ªà¤¤à¤¿ पà¥à¤°à¥‹0 à¤à¤¸0à¤à¤¸0हसन के विरूदà¥à¤µ जांच कराये जाने के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Vejendra Paul(PRINCIPAL SECRETARY),2008-08-23,354 1549//7-Licence-1/Tax/30A,2008-06-20,2008-09 की आबकारी नीति के अरà¥à¤¨à¥â€à¤¤à¤—त टैकà¥â€à¤¸ सà¥â€à¤Ÿà¥à¤°à¤•à¥â€à¤šà¤°,Dr.Ranvir Singh(Excise Commissioner),2008-08-23,212 561/V.S./372/Adhisoochna/2007,2008-08-01,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ विधान सà¤à¤¾ सचिवालय के अधिकारियों/करà¥à¤®à¤šà¤¾à¤°à¤¿à¤¯à¥‹à¤‚ के गठित सेवा नियमावली समिति का कारà¥à¤¯à¤¾à¤•ाल 06 अगसà¥â€à¤¤ के बाद तीन माह के लिठबढा दिया है,Mahesh Chandra(Secretary),2008-08-23,356 +166-168/UHC/Admin.A/2008,2008-08-13,Regarding Transfer and Posted,V.K.Maheshwari(Registrar General),2008-08-23,211 +163-164/UHC/XIV-91/Admin.A,2008-08-05,Regarding Leave Sanction.,Prashant Joshi(Ragistrar -Inspection),2008-08-23,211 +197/27-9-08/Entertainmenttax/08,2008-08-08,à ¤¶à ¥�à ¤°à ¥€ à ¤�à ¤®0à ¤�à ¤¸à ¤¦à ¤¤à ¤¾à ¤² à ¤�à ¤‚à ¤µ à ¤¶à ¥�à ¤°à ¥€ à ¤�à ¤¸0à ¤�à ¤¸0à ¤ªà ¥‹à ¤–à ¤°à ¤¿à ¤¯à ¤¾ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤†à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤ à ¤®à ¤¨à ¥‹à ¤°à ¤‚à ¤œà ¤¨à ¤•à ¤° à ¤•à ¥‹ à ¤¨à ¤¿à ¤¯à ¤®à ¤¿à ¤¤ à ¤šà ¤¯à ¤¨à ¥‹à ¤ªà ¤°à ¤¾à ¤¨à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-08-23,355 +474/2008/13(100)/XXVII(8)/01,2008-08-08,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤•à ¥‡ à ¤…à ¤°à ¥�à ¤¨à ¥�â€�à ¤¤à ¤—à ¤¤ à ¤¡à ¤¿à ¤ªà ¥�â€�à ¤Ÿà ¥€ à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤•à ¥‡ à ¤¸à ¤¾à ¤ªà ¥‡à ¤•à ¥�à ¤· à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤‚à ¤•à ¤¿à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤•à ¤°à ¤¤à ¥‡ à ¤¹à ¥�à ¤� à ¤¤à ¥ˆà ¤¨à ¤¾à ¤¤ à ¤•à ¤¿à ¤¯à ¤¾ à ¤œà ¤¾à ¤¤à ¤¾ à ¤¹à ¥ˆ,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-08-23,355 +166-168/UHC/Admin.A/2008,2008-08-13,Regarding Transfer and Posted,V.K.Maheshwari(Registrar General),2008-08-23,211 +163-164/UHC/XIV-91/Admin.A,2008-08-05,Regarding Leave Sanction.,Prashant Joshi(Ragistrar -Inspection),2008-08-23,211 1435/X-1-2008-4(4)/2001,2008-08-05,डा0 आर0बी0à¤à¤¸0रावत को पà¥à¤°à¥‹à¤¨à¤¨à¤¤à¤¿ पà¥à¤°à¤¦à¤¾à¤¨ करते हà¥à¤ पà¥à¤°à¤®à¥à¤– वन संरकà¥à¤·à¤• के पद पर तैनाती की सà¥â€à¤µà¥€à¤•ृति,Suvart Viswas(Secretary),2008-08-23,357 1963/VIII/331-Labour/02,2008-08-07,पंचायत निरà¥à¤µà¤¾à¤šà¤¨ 2008 के समà¥â€à¤¬à¤¨à¥â€à¤§ में मतदान के दिन बनà¥â€à¤¦à¥€ दिवस के रूप में मनाया जायेगा,Anjali Prasad(Secretary),2008-08-23,357 +166-168/UHC/Admin.A/2008,2008-08-13,Regarding Transfer and Posted,V.K.Maheshwari(Registrar General),2008-08-23,211 +163-164/UHC/XIV-91/Admin.A,2008-08-05,Regarding Leave Sanction.,Prashant Joshi(Ragistrar -Inspection),2008-08-23,211 +197/27-9-08/Entertainmenttax/08,2008-08-08,à ¤¶à ¥�à ¤°à ¥€ à ¤�à ¤®0à ¤�à ¤¸à ¤¦à ¤¤à ¤¾à ¤² à ¤�à ¤‚à ¤µ à ¤¶à ¥�à ¤°à ¥€ à ¤�à ¤¸0à ¤�à ¤¸0à ¤ªà ¥‹à ¤–à ¤°à ¤¿à ¤¯à ¤¾ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤†à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤ à ¤®à ¤¨à ¥‹à ¤°à ¤‚à ¤œà ¤¨à ¤•à ¤° à ¤•à ¥‹ à ¤¨à ¤¿à ¤¯à ¤®à ¤¿à ¤¤ à ¤šà ¤¯à ¤¨à ¥‹à ¤ªà ¤°à ¤¾à ¤¨à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-08-23,355 +474/2008/13(100)/XXVII(8)/01,2008-08-08,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤•à ¥‡ à ¤…à ¤°à ¥�à ¤¨à ¥�â€�à ¤¤à ¤—à ¤¤ à ¤¡à ¤¿à ¤ªà ¥�â€�à ¤Ÿà ¥€ à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤•à ¥‡ à ¤¸à ¤¾à ¤ªà ¥‡à ¤•à ¥�à ¤· à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤‚à ¤•à ¤¿à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤•à ¤°à ¤¤à ¥‡ à ¤¹à ¥�à ¤� à ¤¤à ¥ˆà ¤¨à ¤¾à ¤¤ à ¤•à ¤¿à ¤¯à ¤¾ à ¤œà ¤¾à ¤¤à ¤¾ à ¤¹à ¥ˆ,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-08-23,355 +166-168/UHC/Admin.A/2008,2008-08-13,Regarding Transfer and Posted,V.K.Maheshwari(Registrar General),2008-08-23,211 +163-164/UHC/XIV-91/Admin.A,2008-08-05,Regarding Leave Sanction.,Prashant Joshi(Ragistrar -Inspection),2008-08-23,211 1963/VIII/331-Labour/02,2008-08-07,पंचायत निरà¥à¤µà¤¾à¤šà¤¨ 2008 के समà¥â€à¤¬à¤¨à¥â€à¤§ में मतदान के दिन बनà¥â€à¤¦à¥€ दिवस के रूप में मनाया जायेगा,Anjali Prasad(Secretary),2008-08-23,357 1692/Ayuktkar/Farm-Sec./08,2008-08-13,फारà¥à¤® सी जिनके खो जाने चोरी हो जाने पर अवैध घोषित,M.L.Pant (Commissioner Tax Officer),2008-08-30,221 961/XX(1)/273/Police/2004,2008-08-13,पà¥à¤²à¤¿à¤¸ विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त कà¥à¤¶à¤² खिलाडियों को आउट ऑफ टरà¥à¤¨ पà¥à¤°à¤¾à¤¨à¥â€à¤¨à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-08-30,360 @@ -3077,6 +3932,7 @@ 961/XX(1)/273/Police/2004,2008-08-13,पà¥à¤²à¤¿à¤¸ विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त कà¥à¤¶à¤² खिलाडियों को आउट ऑफ टरà¥à¤¨ पà¥à¤°à¤¾à¤¨à¥â€à¤¨à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-08-30,360 961/XX(1)/273/Police/2004,2008-08-13,पà¥à¤²à¤¿à¤¸ विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त कà¥à¤¶à¤² खिलाडियों को आउट ऑफ टरà¥à¤¨ पà¥à¤°à¤¾à¤¨à¥â€à¤¨à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-08-30,360 961/XX(1)/273/Police/2004,2008-08-13,पà¥à¤²à¤¿à¤¸ विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त कà¥à¤¶à¤² खिलाडियों को आउट ऑफ टरà¥à¤¨ पà¥à¤°à¤¾à¤¨à¥â€à¤¨à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-08-30,360 +1031/XXXI(2)/2008,2008-08-13,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤¸à ¤šà ¤¿à ¤µà ¤¾à ¤²à ¤¯ à ¤µà ¥ˆà ¤¯à ¤•à ¥�à ¤¤à ¤¿à ¤• à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤…à ¤µà ¤° à ¤µà ¤°à ¥�à ¤— à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤²à ¥‡à ¤–à ¤¾à ¤•à ¤¾à ¤° à ¤Ÿà ¤‚à ¤•à ¤• à ¤…à ¤¨à ¥�à ¤¸à ¥‡à ¤µà ¤• à ¤•à ¥‡ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤¸à ¤‚à ¤µà ¤¿à ¤²à ¤¿à ¤¯à ¤¨ à ¤¸à ¤¾à ¤¤à ¤µà ¤¾à ¤‚ à ¤¸à ¤¶à ¥‹à ¤§à ¤¨ à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤²à ¥€ 2008,M.H.Khan(Secretary),2008-08-30,365 381/XXVII(8)/Vanijyakar/2008,2008-08-18,Uttarakhand Value Added tax Rules Amendment 2008.,Alok Kumar Jain(Secretary),2008-08-30,363 1031/XXXI(2)/2008,2008-08-13,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सचिवालय वैयकà¥à¤¤à¤¿à¤• सहायक अवर वरà¥à¤— सहायक लेखाकार टंकक अनà¥à¤¸à¥‡à¤µà¤• के पदों पर संविलियन सातवां सशोधन नियमावली 2008,M.H.Khan(Secretary),2008-08-30,365 961/XX(1)/273/Police/2004,2008-08-13,पà¥à¤²à¤¿à¤¸ विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त कà¥à¤¶à¤² खिलाडियों को आउट ऑफ टरà¥à¤¨ पà¥à¤°à¤¾à¤¨à¥â€à¤¨à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-08-30,360 @@ -3093,29 +3949,50 @@ 526/SLSA/08,2008-08-21,Uttarakhand State Legal Services Authority(Transaction of Business and Other Provisions) Regulations 2006.,Kawer Sain(Secretary),2008-08-30,222 961/XX(1)/273/Police/2004,2008-08-13,पà¥à¤²à¤¿à¤¸ विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त कà¥à¤¶à¤² खिलाडियों को आउट ऑफ टरà¥à¤¨ पà¥à¤°à¤¾à¤¨à¥â€à¤¨à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-08-30,360 991/XX(1)/76/CBI/2008,2008-08-22,Jurisdiction of the Members f the Delhi Special Police,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-09-06,370 +2062/30-1-2008,2008-08-22,à ¤¶à ¥�à ¤°à ¥€ à ¤‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤ªà ¤¾à ¤£à ¥�â€�à ¤¡à ¥‡ à ¤†à ¤ˆ0à ¤�0à ¤�à ¤¸ à ¤•à ¥‹ à ¤¦à ¤¿à ¤¨à ¤¾à ¤‚à ¤• 11 à ¤…à ¤—à ¤¸à ¥�â€�à ¤¤ 2008 à ¤•à ¥‹ à ¤®à ¥�à ¤–à ¥�â€�à ¤¯ à ¤¸à ¤šà ¤¿à ¤µ à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤,Subhash Kumar (PRINCIPAL SECRETARY),2008-09-06,370 991/XX(1)/76/CBI/2008,2008-08-22,Jurisdiction of the Members f the Delhi Special Police,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-09-06,370 991/XX(1)/76/CBI/2008,2008-08-22,Jurisdiction of the Members f the Delhi Special Police,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-09-06,370 1227/-4-55(2006),2008-04-14,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ पà¥à¤°à¤¶à¤¾à¤¸à¤¨ अकादमी नैनीताल दà¥à¤µà¤¾à¤°à¤¾ उप निबनà¥â€à¤§à¤•ों हेतॠविà¤à¤¾à¤—ीय परिकà¥à¤·à¤¾ का आयोजन,S.Raju(Director),2008-09-06,264 169/UHC/XIV/53/Admin-A,2008-08-27,Regarding Leave Santion- Shri Prashant Joshi Registrar,V.K.Maheshwari(Registrar General),2008-09-06,261 +3228/UHC/Admin/2008,2008-08-27,Charge Certificate,Prashant Joshi(Ragistrar -Inspection),2008-09-06,261 169/UHC/XIV/53/Admin-A,2008-08-27,Regarding Leave Santion- Shri Prashant Joshi Registrar,V.K.Maheshwari(Registrar General),2008-09-06,261 +3228/UHC/Admin/2008,2008-08-27,Charge Certificate,Prashant Joshi(Ragistrar -Inspection),2008-09-06,261 355/Gen.Election/2008,2008-07-28,Regarding Panchayat Election 2008,District Magistrate Pithoragarh(Distict Election Officer ),2008-09-06,25 2062/30-1-2008,2008-08-22,शà¥à¤°à¥€ इनà¥â€à¤¦à¥à¤•à¥à¤®à¤¾à¤° पाणà¥â€à¤¡à¥‡ आई0à¤0à¤à¤¸ को दिनांक 11 अगसà¥â€à¤¤ 2008 को मà¥à¤–à¥â€à¤¯ सचिव के पद पर नियà¥à¤•à¥â€à¤¤,Subhash Kumar (PRINCIPAL SECRETARY),2008-09-06,370 284/VIII-SLAO/D.D./2008,2008-08-18,State Guest House(Circuit House) and Approach road at Radha Bhawan Estate at Mussoorie.,Sivcharan Dwividi(Collectorate),2008-09-06,263 360/G.Admn/Licence-Cancel,2008-08-19,Reg.Licence Cancelation Shri Pan Singh Vill. Tasla Distt.Pauri Garhwal.,Karam Singh(Asst RTO),2008-09-06,266 169/UHC/XIV/53/Admin-A,2008-08-27,Regarding Leave Santion- Shri Prashant Joshi Registrar,V.K.Maheshwari(Registrar General),2008-09-06,261 +3228/UHC/Admin/2008,2008-08-27,Charge Certificate,Prashant Joshi(Ragistrar -Inspection),2008-09-06,261 360/G.Admn/Licence-Cancel,2008-08-19,Reg.Licence Cancelation Shri Pan Singh Vill. Tasla Distt.Pauri Garhwal.,Karam Singh(Asst RTO),2008-09-06,266 360/G.Admn/Licence-Cancel,2008-08-19,Reg.Licence Cancelation Shri Pan Singh Vill. Tasla Distt.Pauri Garhwal.,Karam Singh(Asst RTO),2008-09-06,266 2062/30-1-2008,2008-08-22,शà¥à¤°à¥€ इनà¥â€à¤¦à¥à¤•à¥à¤®à¤¾à¤° पाणà¥â€à¤¡à¥‡ आई0à¤0à¤à¤¸ को दिनांक 11 अगसà¥â€à¤¤ 2008 को मà¥à¤–à¥â€à¤¯ सचिव के पद पर नियà¥à¤•à¥â€à¤¤,Subhash Kumar (PRINCIPAL SECRETARY),2008-09-06,370 1771/Ayuktkar/Form Section/2008,2008-08-20,आयात घोषणा पतà¥à¤° खो जाने चोरी हो जाने के अरà¥à¤¨à¥â€à¤¤à¤—त सूचनाठपà¥à¤°à¤¾à¤ªà¥â€à¤¤ हà¥à¤ˆ को ततà¥â€à¤•ाल पà¥à¤°à¤à¤¾à¤µ से अवैध घोषित,V.K.Saxena(Commissioner Tax Officer),2008-09-06,262 +991/XX(1)/76/CBI/2008,2008-08-22,Jurisdiction of the Members f the Delhi Special Police,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-09-06,370 169/UHC/XIV/53/Admin-A,2008-08-27,Regarding Leave Santion- Shri Prashant Joshi Registrar,V.K.Maheshwari(Registrar General),2008-09-06,261 +3228/UHC/Admin/2008,2008-08-27,Charge Certificate,Prashant Joshi(Ragistrar -Inspection),2008-09-06,261 2062/30-1-2008,2008-08-22,शà¥à¤°à¥€ इनà¥â€à¤¦à¥à¤•à¥à¤®à¤¾à¤° पाणà¥â€à¤¡à¥‡ आई0à¤0à¤à¤¸ को दिनांक 11 अगसà¥â€à¤¤ 2008 को मà¥à¤–à¥â€à¤¯ सचिव के पद पर नियà¥à¤•à¥â€à¤¤,Subhash Kumar (PRINCIPAL SECRETARY),2008-09-06,370 991/XX(1)/76/CBI/2008,2008-08-22,Jurisdiction of the Members f the Delhi Special Police,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-09-06,370 991/XX(1)/76/CBI/2008,2008-08-22,Jurisdiction of the Members f the Delhi Special Police,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-09-06,370 355/Gen.Election/2008,2008-07-28,Regarding Panchayat Election 2008,District Magistrate Pithoragarh(Distict Election Officer ),2008-09-06,25 284/VIII-SLAO/D.D./2008,2008-08-18,State Guest House(Circuit House) and Approach road at Radha Bhawan Estate at Mussoorie.,Sivcharan Dwividi(Collectorate),2008-09-06,263 661/XXXI(13)/g/2007-38/07,2008-09-03,Regarding Appointment One Member Commission to Enquire into Allegation,Indu Kumar Pande(Chief Secretary),2008-09-13,374 +2161/30-1-2008-26(1)/2004,2008-08-28,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¥�â€�à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤‰à ¤šà ¥�â€�à ¤šà ¤¤à ¤° à ¤¨à ¥�â€�à ¤¯à ¤¾à ¤¯à ¤¿à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¤¿à ¤•à ¥�à ¤·à ¤¾ 2008 à ¤¸à ¥‡ à ¤šà ¤¯à ¤¨à ¤¿à ¤¤ à ¤…à ¤Âà ¥�â€�à ¤¯à ¤°à ¥�à ¤¥à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Subhash Kumar (PRINCIPAL SECRETARY),2008-09-13,374 +178/UHC/Admin/2008,2008-09-04,Government of Uttarakhand is pleased to make the following Amendments in the general Rules(Civil)1957,V.K.Maheshwari(Registrar General),2008-09-13,270 +171/UHC/Admn/2008,2008-08-29,Ms. kahkasha Khan- posted as Addl.District and Session Judge USNagar.,V.K.Maheshwari(Registrar General),2008-09-13,269 +172/UHC/Admin/2008,2008-08-29,Sri Rajat Singh Jain-Posted as Addl.District and Sessions Judge Dehradun.,V.K.Maheshwari(Registrar General),2008-09-13,269 +173/UHC/Admin/2008,2008-08-29,Sri Harish Kumar Goel-Posted as Addl.District and Sessions Judge Haridwar.,V.K.Maheshwari(Registrar General),2008-09-13,269 +174/UHC/Admin/2008,2008-08-29,Shri Narendra Dutt Posted as Addl.District and Session Judge Dehradun.,V.K.Maheshwari(Registrar General),2008-09-13,269 +175/UHC/admin/2008,2008-08-29,Malik Mazhar Sultan is posted As Addl.District and Session Judge FTC dehradun.,V.K.Maheshwari(Registrar General),2008-09-13,269 +177/UHC/Admin/2008,2008-09-04,Shri Digvijay Pant is Appointed as System Analyst of High Court Uttarakhand.,V.K.Maheshwari(Registrar General),2008-09-13,270 2603/II/2008-o1(119)/2006,2008-09-08,शà¥à¤°à¥€ आर0à¤0गरà¥à¤— अधिशासी अà¤à¤¿à¤¯à¤‚ता को सà¥â€à¤µà¥ˆà¤šà¥à¤›à¤¿à¤• सेवानिवृति की अनà¥à¤œà¥à¤žà¤¾ पà¥à¤°à¤¦à¤¾à¤¨ की जाती है,Vinod Fonia(Secretary),2008-09-13,377 2922/II-2007-01(46)/2003,2008-09-08,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ पà¥à¤°à¤¦à¥‡à¤¶ अà¤à¤¿à¤¯à¤‚ता सेवा सिंचाई वâ€à¤¿à¤à¤¾à¤— शà¥à¤°à¥‡à¤£à¥€ क à¤à¤‚व ख निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारी 60 वरà¥à¤· की आयॠपूरà¥à¤£ पर सेवानिवृत,Vinod Fonia(Secretary),2008-09-13,377 +178/UHC/Admin/2008,2008-09-04,Government of Uttarakhand is pleased to make the following Amendments in the general Rules(Civil)1957,V.K.Maheshwari(Registrar General),2008-09-13,270 +171/UHC/Admn/2008,2008-08-29,Ms. kahkasha Khan- posted as Addl.District and Session Judge USNagar.,V.K.Maheshwari(Registrar General),2008-09-13,269 +172/UHC/Admin/2008,2008-08-29,Sri Rajat Singh Jain-Posted as Addl.District and Sessions Judge Dehradun.,V.K.Maheshwari(Registrar General),2008-09-13,269 +173/UHC/Admin/2008,2008-08-29,Sri Harish Kumar Goel-Posted as Addl.District and Sessions Judge Haridwar.,V.K.Maheshwari(Registrar General),2008-09-13,269 +174/UHC/Admin/2008,2008-08-29,Shri Narendra Dutt Posted as Addl.District and Session Judge Dehradun.,V.K.Maheshwari(Registrar General),2008-09-13,269 +175/UHC/admin/2008,2008-08-29,Malik Mazhar Sultan is posted As Addl.District and Session Judge FTC dehradun.,V.K.Maheshwari(Registrar General),2008-09-13,269 +177/UHC/Admin/2008,2008-09-04,Shri Digvijay Pant is Appointed as System Analyst of High Court Uttarakhand.,V.K.Maheshwari(Registrar General),2008-09-13,270 2603/II/2008-o1(119)/2006,2008-09-08,शà¥à¤°à¥€ आर0à¤0गरà¥à¤— अधिशासी अà¤à¤¿à¤¯à¤‚ता को सà¥â€à¤µà¥ˆà¤šà¥à¤›à¤¿à¤• सेवानिवृति की अनà¥à¤œà¥à¤žà¤¾ पà¥à¤°à¤¦à¤¾à¤¨ की जाती है,Vinod Fonia(Secretary),2008-09-13,377 2922/II-2007-01(46)/2003,2008-09-08,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ पà¥à¤°à¤¦à¥‡à¤¶ अà¤à¤¿à¤¯à¤‚ता सेवा सिंचाई वâ€à¤¿à¤à¤¾à¤— शà¥à¤°à¥‡à¤£à¥€ क à¤à¤‚व ख निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारी 60 वरà¥à¤· की आयॠपूरà¥à¤£ पर सेवानिवृत,Vinod Fonia(Secretary),2008-09-13,377 2603/II/2008-o1(119)/2006,2008-09-08,शà¥à¤°à¥€ आर0à¤0गरà¥à¤— अधिशासी अà¤à¤¿à¤¯à¤‚ता को सà¥â€à¤µà¥ˆà¤šà¥à¤›à¤¿à¤• सेवानिवृति की अनà¥à¤œà¥à¤žà¤¾ पà¥à¤°à¤¦à¤¾à¤¨ की जाती है,Vinod Fonia(Secretary),2008-09-13,377 @@ -3128,39 +4005,83 @@ 316/XXVII(9)/Stamp/2008,2008-09-05,à¤à¤¡à¤¿à¤²à¥â€à¤•ो सिडकà¥à¤² इणà¥â€à¤¡à¤¸à¥â€à¤Ÿà¤¼à¥ƒà¥€à¤œ पारà¥à¤• लिमिटेड सितारगंज के आंवटित à¤à¥‚मि पर सà¥â€à¤Ÿà¤¾à¤® शà¥à¤²à¥â€à¤• के समà¥â€à¤¬à¤¨à¥â€à¤§ में,M.L.Pant (Secretary),2008-09-13,376 661/XXXI(13)/g/2007-38/07,2008-09-03,Regarding Appointment One Member Commission to Enquire into Allegation,Indu Kumar Pande(Chief Secretary),2008-09-13,374 2150/VIII/70-Labour/01,2008-08-28,Reg.Order Write Petiton 585/2008 Satinder Kumar Rai Vs Odyogik Nyayadhikaran.,Anjali Prasad(Secretary),2008-09-13,375 +178/UHC/Admin/2008,2008-09-04,Government of Uttarakhand is pleased to make the following Amendments in the general Rules(Civil)1957,V.K.Maheshwari(Registrar General),2008-09-13,270 +171/UHC/Admn/2008,2008-08-29,Ms. kahkasha Khan- posted as Addl.District and Session Judge USNagar.,V.K.Maheshwari(Registrar General),2008-09-13,269 +172/UHC/Admin/2008,2008-08-29,Sri Rajat Singh Jain-Posted as Addl.District and Sessions Judge Dehradun.,V.K.Maheshwari(Registrar General),2008-09-13,269 +173/UHC/Admin/2008,2008-08-29,Sri Harish Kumar Goel-Posted as Addl.District and Sessions Judge Haridwar.,V.K.Maheshwari(Registrar General),2008-09-13,269 +174/UHC/Admin/2008,2008-08-29,Shri Narendra Dutt Posted as Addl.District and Session Judge Dehradun.,V.K.Maheshwari(Registrar General),2008-09-13,269 +175/UHC/admin/2008,2008-08-29,Malik Mazhar Sultan is posted As Addl.District and Session Judge FTC dehradun.,V.K.Maheshwari(Registrar General),2008-09-13,269 +177/UHC/Admin/2008,2008-09-04,Shri Digvijay Pant is Appointed as System Analyst of High Court Uttarakhand.,V.K.Maheshwari(Registrar General),2008-09-13,270 2150/VIII/70-Labour/01,2008-08-28,Reg.Order Write Petiton 585/2008 Satinder Kumar Rai Vs Odyogik Nyayadhikaran.,Anjali Prasad(Secretary),2008-09-13,375 +2161/30-1-2008-26(1)/2004,2008-08-28,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¥�â€�à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤‰à ¤šà ¥�â€�à ¤šà ¤¤à ¤° à ¤¨à ¥�â€�à ¤¯à ¤¾à ¤¯à ¤¿à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¤¿à ¤•à ¥�à ¤·à ¤¾ 2008 à ¤¸à ¥‡ à ¤šà ¤¯à ¤¨à ¤¿à ¤¤ à ¤…à ¤Âà ¥�â€�à ¤¯à ¤°à ¥�à ¤¥à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Subhash Kumar (PRINCIPAL SECRETARY),2008-09-13,374 1896/Ayuktkar/Form-Section/08,2008-09-02,निमà¥â€à¤¨à¤²à¤¿à¤–ित आयात घोषणा पतà¥à¤° खो जाने चोरी हो जाने पर अवैध घोषित,V.K.Saxena(Commissioner Tax Officer),2008-09-13,271 316/XXVII(9)/Stamp/2008,2008-09-05,à¤à¤¡à¤¿à¤²à¥â€à¤•ो सिडकà¥à¤² इणà¥â€à¤¡à¤¸à¥â€à¤Ÿà¤¼à¥ƒà¥€à¤œ पारà¥à¤• लिमिटेड सितारगंज के आंवटित à¤à¥‚मि पर सà¥â€à¤Ÿà¤¾à¤® शà¥à¤²à¥â€à¤• के समà¥â€à¤¬à¤¨à¥â€à¤§ में,M.L.Pant (Secretary),2008-09-13,376 178/UHC/Admin/2008,2008-09-04,Government of Uttarakhand is pleased to make the following Amendments in the general Rules(Civil)1957,V.K.Maheshwari(Registrar General),2008-09-13,270 +171/UHC/Admn/2008,2008-08-29,Ms. kahkasha Khan- posted as Addl.District and Session Judge USNagar.,V.K.Maheshwari(Registrar General),2008-09-13,269 +172/UHC/Admin/2008,2008-08-29,Sri Rajat Singh Jain-Posted as Addl.District and Sessions Judge Dehradun.,V.K.Maheshwari(Registrar General),2008-09-13,269 +173/UHC/Admin/2008,2008-08-29,Sri Harish Kumar Goel-Posted as Addl.District and Sessions Judge Haridwar.,V.K.Maheshwari(Registrar General),2008-09-13,269 +174/UHC/Admin/2008,2008-08-29,Shri Narendra Dutt Posted as Addl.District and Session Judge Dehradun.,V.K.Maheshwari(Registrar General),2008-09-13,269 +175/UHC/admin/2008,2008-08-29,Malik Mazhar Sultan is posted As Addl.District and Session Judge FTC dehradun.,V.K.Maheshwari(Registrar General),2008-09-13,269 +177/UHC/Admin/2008,2008-09-04,Shri Digvijay Pant is Appointed as System Analyst of High Court Uttarakhand.,V.K.Maheshwari(Registrar General),2008-09-13,270 2603/II/2008-o1(119)/2006,2008-09-08,शà¥à¤°à¥€ आर0à¤0गरà¥à¤— अधिशासी अà¤à¤¿à¤¯à¤‚ता को सà¥â€à¤µà¥ˆà¤šà¥à¤›à¤¿à¤• सेवानिवृति की अनà¥à¤œà¥à¤žà¤¾ पà¥à¤°à¤¦à¤¾à¤¨ की जाती है,Vinod Fonia(Secretary),2008-09-13,377 2922/II-2007-01(46)/2003,2008-09-08,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ पà¥à¤°à¤¦à¥‡à¤¶ अà¤à¤¿à¤¯à¤‚ता सेवा सिंचाई वâ€à¤¿à¤à¤¾à¤— शà¥à¤°à¥‡à¤£à¥€ क à¤à¤‚व ख निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारी 60 वरà¥à¤· की आयॠपूरà¥à¤£ पर सेवानिवृत,Vinod Fonia(Secretary),2008-09-13,377 +2161/30-1-2008-26(1)/2004,2008-08-28,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¥�â€�à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤‰à ¤šà ¥�â€�à ¤šà ¤¤à ¤° à ¤¨à ¥�â€�à ¤¯à ¤¾à ¤¯à ¤¿à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¤¿à ¤•à ¥�à ¤·à ¤¾ 2008 à ¤¸à ¥‡ à ¤šà ¤¯à ¤¨à ¤¿à ¤¤ à ¤…à ¤Âà ¥�â€�à ¤¯à ¤°à ¥�à ¤¥à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Subhash Kumar (PRINCIPAL SECRETARY),2008-09-13,374 316/XXVII(9)/Stamp/2008,2008-09-05,à¤à¤¡à¤¿à¤²à¥â€à¤•ो सिडकà¥à¤² इणà¥â€à¤¡à¤¸à¥â€à¤Ÿà¤¼à¥ƒà¥€à¤œ पारà¥à¤• लिमिटेड सितारगंज के आंवटित à¤à¥‚मि पर सà¥â€à¤Ÿà¤¾à¤® शà¥à¤²à¥â€à¤• के समà¥â€à¤¬à¤¨à¥â€à¤§ में,M.L.Pant (Secretary),2008-09-13,376 2603/II/2008-o1(119)/2006,2008-09-08,शà¥à¤°à¥€ आर0à¤0गरà¥à¤— अधिशासी अà¤à¤¿à¤¯à¤‚ता को सà¥â€à¤µà¥ˆà¤šà¥à¤›à¤¿à¤• सेवानिवृति की अनà¥à¤œà¥à¤žà¤¾ पà¥à¤°à¤¦à¤¾à¤¨ की जाती है,Vinod Fonia(Secretary),2008-09-13,377 2922/II-2007-01(46)/2003,2008-09-08,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ पà¥à¤°à¤¦à¥‡à¤¶ अà¤à¤¿à¤¯à¤‚ता सेवा सिंचाई वâ€à¤¿à¤à¤¾à¤— शà¥à¤°à¥‡à¤£à¥€ क à¤à¤‚व ख निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारी 60 वरà¥à¤· की आयॠपूरà¥à¤£ पर सेवानिवृत,Vinod Fonia(Secretary),2008-09-13,377 2150/VIII/70-Labour/01,2008-08-28,Reg.Order Write Petiton 585/2008 Satinder Kumar Rai Vs Odyogik Nyayadhikaran.,Anjali Prasad(Secretary),2008-09-13,375 3/4/2008/JS-II,2008-09-16,Reg. Election Commission hereby directs that the list of contesting candidates in form 7A at an Election to the legislative Assemblyy of the State/UT,Radha Raturi (Secretary),2008-09-16,1 3/4/2008/JS-II,2008-09-16,Reg. Election Commission hereby directs that the list of contesting candidates in form 7A at an Election to the legislative Assemblyy of the State/UT,Radha Raturi (Secretary),2008-09-16,1 +1071/406/XX-1/Police/2008,2008-09-10,à ¤œà ¤¨à ¤ªà ¤¦ à ¤šà ¤®à ¥�â€�à ¤ªà ¤¾à ¤µà ¤¤ à ¤®à ¥‡à ¤‚ à ¤¨à ¤µ à ¤¨à ¤¿à ¤°à ¥�à ¤®à ¤¿à ¤¤ à ¤¶à ¤µ à ¤µà ¤¿à ¤µà ¥�â€�à ¤›à ¥‡à ¤¦à ¤¨ à ¤—à ¥ƒà ¤¹/à ¤šà ¤¿à ¤•à ¤¿à ¤¤à ¥�â€�à ¤¸à ¤•à ¥€à ¤¯ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤£ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,N.S.NAPALCHYAL(Addl Chief Secretary),2008-09-20,380 +665/XX(4)-37/KARA/2007,2008-09-05,Uttarakhand Jail Reserved Guurds Jail Warders Service Rules/ Jail Femail Warders Services Rules 2008,N.S.NAPALCHYAL(Addl Chief Secretary),2008-09-20,380 +1099/XX(1)/199/2008,2008-09-15,Land is Urgently required estavlishment of Battallion Head Quarter ITBP i Vill.Manpur Tehsil Kotdwar.,N.S.NAPALCHYAL(Addl Chief Secretary),2008-09-20,385 1071/406/XX-1/Police/2008,2008-09-10,जनपद चमà¥â€à¤ªà¤¾à¤µà¤¤ में नव निरà¥à¤®à¤¿à¤¤ शव विवà¥â€à¤›à¥‡à¤¦à¤¨ गृह/चिकितà¥â€à¤¸à¤•ीय परीकà¥à¤·à¤£ की सà¥â€à¤µà¥€à¤•ृति के समà¥â€à¤¬à¤¨à¥â€à¤§ में,N.S.NAPALCHYAL(Addl Chief Secretary),2008-09-20,380 665/XX(4)-37/KARA/2007,2008-09-05,Uttarakhand Jail Reserved Guurds Jail Warders Service Rules/ Jail Femail Warders Services Rules 2008,N.S.NAPALCHYAL(Addl Chief Secretary),2008-09-20,380 1099/XX(1)/199/2008,2008-09-15,Land is Urgently required estavlishment of Battallion Head Quarter ITBP i Vill.Manpur Tehsil Kotdwar.,N.S.NAPALCHYAL(Addl Chief Secretary),2008-09-20,385 2834/VII-I/51/2008,2008-09-03,जनपद पिथौरागढ के गà¥à¤°à¤¾à¤® दवलथल में à¤à¤¾à¤°à¤¤ रिफैटिज लि0 बोकारो सà¥â€à¤Ÿà¥€à¤² सिटी के खनन पटटे के समà¥â€à¤¬à¤¨à¤§ में,P.C.Sharma (PRINCIPAL SECRETARY),2008-09-20,387 +1071/406/XX-1/Police/2008,2008-09-10,à ¤œà ¤¨à ¤ªà ¤¦ à ¤šà ¤®à ¥�â€�à ¤ªà ¤¾à ¤µà ¤¤ à ¤®à ¥‡à ¤‚ à ¤¨à ¤µ à ¤¨à ¤¿à ¤°à ¥�à ¤®à ¤¿à ¤¤ à ¤¶à ¤µ à ¤µà ¤¿à ¤µà ¥�â€�à ¤›à ¥‡à ¤¦à ¤¨ à ¤—à ¥ƒà ¤¹/à ¤šà ¤¿à ¤•à ¤¿à ¤¤à ¥�â€�à ¤¸à ¤•à ¥€à ¤¯ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤£ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,N.S.NAPALCHYAL(Addl Chief Secretary),2008-09-20,380 +665/XX(4)-37/KARA/2007,2008-09-05,Uttarakhand Jail Reserved Guurds Jail Warders Service Rules/ Jail Femail Warders Services Rules 2008,N.S.NAPALCHYAL(Addl Chief Secretary),2008-09-20,380 +1099/XX(1)/199/2008,2008-09-15,Land is Urgently required estavlishment of Battallion Head Quarter ITBP i Vill.Manpur Tehsil Kotdwar.,N.S.NAPALCHYAL(Addl Chief Secretary),2008-09-20,385 2834/VII-I/51/2008,2008-09-03,जनपद पिथौरागढ के गà¥à¤°à¤¾à¤® दवलथल में à¤à¤¾à¤°à¤¤ रिफैटिज लि0 बोकारो सà¥â€à¤Ÿà¥€à¤² सिटी के खनन पटटे के समà¥â€à¤¬à¤¨à¤§ में,P.C.Sharma (PRINCIPAL SECRETARY),2008-09-20,387 1033/Licence/Cancel/2008,2008-09-08,शà¥à¤°à¥€ नरेनà¥â€à¤¦à¥à¤° सिह चौहान निवासी केसà¥à¤¨à¥â€à¤¦à¤° पोडी गढवाल को लाईसेंस 08-09-2008 से 07-11-2008 की अवधि तक के लिठनिलमà¥à¤¬à¤¿à¤¤,M.M.Rawat(Asst RTO),2008-09-20,273 1033/Licence/Cancel/2008,2008-09-08,शà¥à¤°à¥€ नरेनà¥â€à¤¦à¥à¤° सिह चौहान निवासी केसà¥à¤¨à¥â€à¤¦à¤° पोडी गढवाल को लाईसेंस 08-09-2008 से 07-11-2008 की अवधि तक के लिठनिलमà¥à¤¬à¤¿à¤¤,M.M.Rawat(Asst RTO),2008-09-20,273 1033/Licence/Cancel/2008,2008-09-08,शà¥à¤°à¥€ नरेनà¥â€à¤¦à¥à¤° सिह चौहान निवासी केसà¥à¤¨à¥â€à¤¦à¤° पोडी गढवाल को लाईसेंस 08-09-2008 से 07-11-2008 की अवधि तक के लिठनिलमà¥à¤¬à¤¿à¤¤,M.M.Rawat(Asst RTO),2008-09-20,273 +1071/406/XX-1/Police/2008,2008-09-10,à ¤œà ¤¨à ¤ªà ¤¦ à ¤šà ¤®à ¥�â€�à ¤ªà ¤¾à ¤µà ¤¤ à ¤®à ¥‡à ¤‚ à ¤¨à ¤µ à ¤¨à ¤¿à ¤°à ¥�à ¤®à ¤¿à ¤¤ à ¤¶à ¤µ à ¤µà ¤¿à ¤µà ¥�â€�à ¤›à ¥‡à ¤¦à ¤¨ à ¤—à ¥ƒà ¤¹/à ¤šà ¤¿à ¤•à ¤¿à ¤¤à ¥�â€�à ¤¸à ¤•à ¥€à ¤¯ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤£ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,N.S.NAPALCHYAL(Addl Chief Secretary),2008-09-20,380 +665/XX(4)-37/KARA/2007,2008-09-05,Uttarakhand Jail Reserved Guurds Jail Warders Service Rules/ Jail Femail Warders Services Rules 2008,N.S.NAPALCHYAL(Addl Chief Secretary),2008-09-20,380 +1099/XX(1)/199/2008,2008-09-15,Land is Urgently required estavlishment of Battallion Head Quarter ITBP i Vill.Manpur Tehsil Kotdwar.,N.S.NAPALCHYAL(Addl Chief Secretary),2008-09-20,385 1071/406/XX-1/Police/2008,2008-09-10,जनपद चमà¥â€à¤ªà¤¾à¤µà¤¤ में नव निरà¥à¤®à¤¿à¤¤ शव विवà¥â€à¤›à¥‡à¤¦à¤¨ गृह/चिकितà¥â€à¤¸à¤•ीय परीकà¥à¤·à¤£ की सà¥â€à¤µà¥€à¤•ृति के समà¥â€à¤¬à¤¨à¥â€à¤§ में,N.S.NAPALCHYAL(Addl Chief Secretary),2008-09-20,380 665/XX(4)-37/KARA/2007,2008-09-05,Uttarakhand Jail Reserved Guurds Jail Warders Service Rules/ Jail Femail Warders Services Rules 2008,N.S.NAPALCHYAL(Addl Chief Secretary),2008-09-20,380 +1099/XX(1)/199/2008,2008-09-15,Land is Urgently required estavlishment of Battallion Head Quarter ITBP i Vill.Manpur Tehsil Kotdwar.,N.S.NAPALCHYAL(Addl Chief Secretary),2008-09-20,385 1071/406/XX-1/Police/2008,2008-09-10,जनपद चमà¥â€à¤ªà¤¾à¤µà¤¤ में नव निरà¥à¤®à¤¿à¤¤ शव विवà¥â€à¤›à¥‡à¤¦à¤¨ गृह/चिकितà¥â€à¤¸à¤•ीय परीकà¥à¤·à¤£ की सà¥â€à¤µà¥€à¤•ृति के समà¥â€à¤¬à¤¨à¥â€à¤§ में,N.S.NAPALCHYAL(Addl Chief Secretary),2008-09-20,380 +665/XX(4)-37/KARA/2007,2008-09-05,Uttarakhand Jail Reserved Guurds Jail Warders Service Rules/ Jail Femail Warders Services Rules 2008,N.S.NAPALCHYAL(Addl Chief Secretary),2008-09-20,380 +1099/XX(1)/199/2008,2008-09-15,Land is Urgently required estavlishment of Battallion Head Quarter ITBP i Vill.Manpur Tehsil Kotdwar.,N.S.NAPALCHYAL(Addl Chief Secretary),2008-09-20,385 425/(A)XXIII.08/70/2007,2008-08-27,निमà¥â€à¤¨à¤²à¤¿à¤–ित सहायक आबकारी आयà¥à¤•à¥â€à¤¤à¥‹à¤‚ की सà¥â€à¤¥à¤¾à¤¯à¥€ नियà¥à¤•à¥à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Dr.Ranvir Singh(Secretary),2008-09-27,390 +181/UHC/XIV/63/Admin,2008-09-12,"Reg.Medical Leave Sanction Ms.Neetu Joshi, Civil Judge",Prashant Joshi(Registrar General),2008-09-27,275 +3568-3569/UHC/SAdmin/2008,2008-09-17,Handing/Taking Over Charge,Ravindra Maithani(Registrar General),2008-09-27,276 +182-183/UHC/Admin/2008,2008-09-15,Shri Mohammad Sultan Civil Judge Laksar and Shri Mahesh Chandra Kaushiwa Civil Judge Promoted Addl.Chief Judicial Magistrate,V.K.Maheshwari(Registrar General),2008-09-27,275 +184/UHC/Admin/2008,2008-09-15,Shri Madan Ram Civil Judge(JD)Rudraprayag Transferred and posted as Civil Judge (JD) Rishikesh,V.K.Maheshwari(Registrar General),2008-09-27,275 +185/UHC/Admin/2008,2008-09-15,Ms.Anita Gunjiyal Judicial Magistrate Bageshwar is transferred and posted as Civil Judget (JD) Laksar Haridwar,V.K.Maheshwari(Registrar General),2008-09-27,275 +181/UHC/XIV/63/Admin,2008-09-12,"Reg.Medical Leave Sanction Ms.Neetu Joshi, Civil Judge",Prashant Joshi(Registrar General),2008-09-27,275 +3568-3569/UHC/SAdmin/2008,2008-09-17,Handing/Taking Over Charge,Ravindra Maithani(Registrar General),2008-09-27,276 +182-183/UHC/Admin/2008,2008-09-15,Shri Mohammad Sultan Civil Judge Laksar and Shri Mahesh Chandra Kaushiwa Civil Judge Promoted Addl.Chief Judicial Magistrate,V.K.Maheshwari(Registrar General),2008-09-27,275 +184/UHC/Admin/2008,2008-09-15,Shri Madan Ram Civil Judge(JD)Rudraprayag Transferred and posted as Civil Judge (JD) Rishikesh,V.K.Maheshwari(Registrar General),2008-09-27,275 +185/UHC/Admin/2008,2008-09-15,Ms.Anita Gunjiyal Judicial Magistrate Bageshwar is transferred and posted as Civil Judget (JD) Laksar Haridwar,V.K.Maheshwari(Registrar General),2008-09-27,275 425/(A)XXIII.08/70/2007,2008-08-27,निमà¥â€à¤¨à¤²à¤¿à¤–ित सहायक आबकारी आयà¥à¤•à¥â€à¤¤à¥‹à¤‚ की सà¥â€à¤¥à¤¾à¤¯à¥€ नियà¥à¤•à¥à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Dr.Ranvir Singh(Secretary),2008-09-27,390 438/Licence/Cancel/2008,2008-09-05,Licence Cancel 5-9-2008 to 4-11-2008 Shri Kailash Singh Bhandari Bageshwar.,P.R.Joshi(Asst RTO),2008-09-27,277 725/13-4-3,2008-09-16,टौंस वन पà¥à¤°à¤à¤¾à¤— पà¥à¤°à¥‹à¤²à¤¾ के चारà¥à¤œ हसà¥â€à¤¤à¤¾à¤¨à¥â€à¤¤à¤°à¤£ का पà¥à¤°à¤®à¤¾à¤£ पतà¥à¤°,Mukul Joshi(Forest Officer),2008-09-27,278 +181/UHC/XIV/63/Admin,2008-09-12,"Reg.Medical Leave Sanction Ms.Neetu Joshi, Civil Judge",Prashant Joshi(Registrar General),2008-09-27,275 +3568-3569/UHC/SAdmin/2008,2008-09-17,Handing/Taking Over Charge,Ravindra Maithani(Registrar General),2008-09-27,276 +182-183/UHC/Admin/2008,2008-09-15,Shri Mohammad Sultan Civil Judge Laksar and Shri Mahesh Chandra Kaushiwa Civil Judge Promoted Addl.Chief Judicial Magistrate,V.K.Maheshwari(Registrar General),2008-09-27,275 +184/UHC/Admin/2008,2008-09-15,Shri Madan Ram Civil Judge(JD)Rudraprayag Transferred and posted as Civil Judge (JD) Rishikesh,V.K.Maheshwari(Registrar General),2008-09-27,275 +185/UHC/Admin/2008,2008-09-15,Ms.Anita Gunjiyal Judicial Magistrate Bageshwar is transferred and posted as Civil Judget (JD) Laksar Haridwar,V.K.Maheshwari(Registrar General),2008-09-27,275 438/Licence/Cancel/2008,2008-09-05,Licence Cancel 5-9-2008 to 4-11-2008 Shri Kailash Singh Bhandari Bageshwar.,P.R.Joshi(Asst RTO),2008-09-27,277 438/Licence/Cancel/2008,2008-09-05,Licence Cancel 5-9-2008 to 4-11-2008 Shri Kailash Singh Bhandari Bageshwar.,P.R.Joshi(Asst RTO),2008-09-27,277 2129/Ayuktkar/Form-Sec/08-09,2008-09-12,आयà¥à¤•à¥â€à¤¤à¤•र जिनके खो जाने चोरी हो जाने पर सूचनाये पà¥à¤°à¤¾à¤ªà¥â€à¤¤ हà¥à¤ˆ अवैध घोषित,M.L.Pant (Commissioner Tax Officer),2008-09-27,276 181/UHC/XIV/63/Admin,2008-09-12,"Reg.Medical Leave Sanction Ms.Neetu Joshi, Civil Judge",Prashant Joshi(Registrar General),2008-09-27,275 3568-3569/UHC/SAdmin/2008,2008-09-17,Handing/Taking Over Charge,Ravindra Maithani(Registrar General),2008-09-27,276 182-183/UHC/Admin/2008,2008-09-15,Shri Mohammad Sultan Civil Judge Laksar and Shri Mahesh Chandra Kaushiwa Civil Judge Promoted Addl.Chief Judicial Magistrate,V.K.Maheshwari(Registrar General),2008-09-27,275 +184/UHC/Admin/2008,2008-09-15,Shri Madan Ram Civil Judge(JD)Rudraprayag Transferred and posted as Civil Judge (JD) Rishikesh,V.K.Maheshwari(Registrar General),2008-09-27,275 +185/UHC/Admin/2008,2008-09-15,Ms.Anita Gunjiyal Judicial Magistrate Bageshwar is transferred and posted as Civil Judget (JD) Laksar Haridwar,V.K.Maheshwari(Registrar General),2008-09-27,275 425/(A)XXIII.08/70/2007,2008-08-27,निमà¥â€à¤¨à¤²à¤¿à¤–ित सहायक आबकारी आयà¥à¤•à¥â€à¤¤à¥‹à¤‚ की सà¥â€à¤¥à¤¾à¤¯à¥€ नियà¥à¤•à¥à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Dr.Ranvir Singh(Secretary),2008-09-27,390 725/13-4-3,2008-09-16,टौंस वन पà¥à¤°à¤à¤¾à¤— पà¥à¤°à¥‹à¤²à¤¾ के चारà¥à¤œ हसà¥â€à¤¤à¤¾à¤¨à¥â€à¤¤à¤°à¤£ का पà¥à¤°à¤®à¤¾à¤£ पतà¥à¤°,Mukul Joshi(Forest Officer),2008-09-27,278 56/2008/Political Party,2008-10-03,सारणी- 3 रजिसà¥â€à¤Ÿà¥à¤°à¥€à¤•ृत अमानà¥â€à¤¯à¤¤à¤¾ पà¥à¤°à¤¾à¤ªà¥â€à¤¤ राजनैतिक दल,Radha Raturi (Secretary),2008-10-03,1 @@ -3187,21 +4108,27 @@ 465/XX(5)/18-HG/2008,2008-09-22,शà¥à¤°à¥€ छतà¥à¤°à¤¸à¤¿à¤‚ह बोथà¥â€à¤¯à¤¾à¤² को उप नियंतà¥à¤°à¤• नागरिक सà¥à¤°à¤•à¥à¤·à¤¾ के पद पर पदोनà¥â€à¤¨à¥â€à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-10-04,394 196/UHC/Admin/2008,2008-09-30,Shri Rajendra Joshi Addl.District.Judge Roorkee is conferred power to preside over the special court at Tehsil Roorkee.,V.K.Maheshwari(Registrar General),2008-10-11,281 189/UHC/Stationery/2008,2008-09-19,List of Holidays High Court Uttarakhand,V.K.Maheshwari(Registrar General),2008-10-11,282 +194/UHC/XIV/44/admin,2008-09-30,Shri Girdhar Singh Dharamshaktu Addl.Distic Judge Haridwar sanction Leave.,Prashant Joshi(Ragistrar -Inspection),2008-10-11,281 739/XXXII/2008,2008-09-30,राजà¥â€à¤¯ समà¥â€à¤ªà¤¤à¤¿ विà¤à¤¾à¤— के नियंतà¥à¤°à¤£à¤§à¥€à¤¨ हरिदà¥à¤µà¤¾à¤° सà¥à¤¥à¤¿à¤¤ अतिथि गृह उचà¥â€à¤š नà¥â€à¤¯à¤¾à¤¯à¤¾à¤²à¤¯ नैनीताल के अतिथि गृह हेतॠहसà¥â€à¤¤à¤¾à¤¨à¥â€â€à¤¤à¤°à¤¿à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Utpal Kumar Singh(Secretary),2008-10-11,396 739/XXXII/2008,2008-09-30,राजà¥â€à¤¯ समà¥â€à¤ªà¤¤à¤¿ विà¤à¤¾à¤— के नियंतà¥à¤°à¤£à¤§à¥€à¤¨ हरिदà¥à¤µà¤¾à¤° सà¥à¤¥à¤¿à¤¤ अतिथि गृह उचà¥â€à¤š नà¥â€à¤¯à¤¾à¤¯à¤¾à¤²à¤¯ नैनीताल के अतिथि गृह हेतॠहसà¥â€à¤¤à¤¾à¤¨à¥â€â€à¤¤à¤°à¤¿à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Utpal Kumar Singh(Secretary),2008-10-11,396 739/XXXII/2008,2008-09-30,राजà¥â€à¤¯ समà¥â€à¤ªà¤¤à¤¿ विà¤à¤¾à¤— के नियंतà¥à¤°à¤£à¤§à¥€à¤¨ हरिदà¥à¤µà¤¾à¤° सà¥à¤¥à¤¿à¤¤ अतिथि गृह उचà¥â€à¤š नà¥â€à¤¯à¤¾à¤¯à¤¾à¤²à¤¯ नैनीताल के अतिथि गृह हेतॠहसà¥â€à¤¤à¤¾à¤¨à¥â€â€à¤¤à¤°à¤¿à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Utpal Kumar Singh(Secretary),2008-10-11,396 3138/VII-I/103/2008,2008-09-25,जनपद बागेशà¥â€à¤µà¤° के गà¥à¤°à¤¾à¤® गडेरा में खनन पटटे के समà¥â€à¤¬à¤¨à¥â€à¤§ में,P.C.Sharma (PRINCIPAL SECRETARY),2008-10-11,296 196/UHC/Admin/2008,2008-09-30,Shri Rajendra Joshi Addl.District.Judge Roorkee is conferred power to preside over the special court at Tehsil Roorkee.,V.K.Maheshwari(Registrar General),2008-10-11,281 189/UHC/Stationery/2008,2008-09-19,List of Holidays High Court Uttarakhand,V.K.Maheshwari(Registrar General),2008-10-11,282 +194/UHC/XIV/44/admin,2008-09-30,Shri Girdhar Singh Dharamshaktu Addl.Distic Judge Haridwar sanction Leave.,Prashant Joshi(Ragistrar -Inspection),2008-10-11,281 851/Nirvachan/2008,2008-09-22,जिला नैनीताल की गà¥à¤°à¤¾à¤® पंचायतों के सदसà¥â€à¤¯à¥‹à¤‚ के पदो की रिकà¥â€à¤¤ निरà¥à¤µà¤¾à¤šà¤¨ हेतॠसमयसारणी,Amit Singh Negi(Distict Election Officer ),2008-10-11,33 851/Nirvachan/2008,2008-09-22,जिला नैनीताल की गà¥à¤°à¤¾à¤® पंचायतों के सदसà¥â€à¤¯à¥‹à¤‚ के पदो की रिकà¥â€à¤¤ निरà¥à¤µà¤¾à¤šà¤¨ हेतॠसमयसारणी,Amit Singh Negi(Distict Election Officer ),2008-10-11,33 3138/VII-I/103/2008,2008-09-25,जनपद बागेशà¥â€à¤µà¤° के गà¥à¤°à¤¾à¤® गडेरा में खनन पटटे के समà¥â€à¤¬à¤¨à¥â€à¤§ में,P.C.Sharma (PRINCIPAL SECRETARY),2008-10-11,296 3138/VII-I/103/2008,2008-09-25,जनपद बागेशà¥â€à¤µà¤° के गà¥à¤°à¤¾à¤® गडेरा में खनन पटटे के समà¥â€à¤¬à¤¨à¥â€à¤§ में,P.C.Sharma (PRINCIPAL SECRETARY),2008-10-11,296 196/UHC/Admin/2008,2008-09-30,Shri Rajendra Joshi Addl.District.Judge Roorkee is conferred power to preside over the special court at Tehsil Roorkee.,V.K.Maheshwari(Registrar General),2008-10-11,281 +189/UHC/Stationery/2008,2008-09-19,List of Holidays High Court Uttarakhand,V.K.Maheshwari(Registrar General),2008-10-11,282 +194/UHC/XIV/44/admin,2008-09-30,Shri Girdhar Singh Dharamshaktu Addl.Distic Judge Haridwar sanction Leave.,Prashant Joshi(Ragistrar -Inspection),2008-10-11,281 303/VI-I/2008(YW/2001,2008-09-30,"शà¥à¤°à¥€ जगदीश à¤à¤Ÿà¤Ÿ, पिथोरागढ को यà¥à¤µà¤¾ कलà¥â€à¤¯à¤¾à¤£ परिषद मे सदसà¥â€à¤¯ नामित किये जाने विषयक निरसà¥â€à¤¤ किया जाता है",N.S.Negi(Additional Secretary),2008-10-11,396 739/XXXII/2008,2008-09-30,राजà¥â€à¤¯ समà¥â€à¤ªà¤¤à¤¿ विà¤à¤¾à¤— के नियंतà¥à¤°à¤£à¤§à¥€à¤¨ हरिदà¥à¤µà¤¾à¤° सà¥à¤¥à¤¿à¤¤ अतिथि गृह उचà¥â€à¤š नà¥â€à¤¯à¤¾à¤¯à¤¾à¤²à¤¯ नैनीताल के अतिथि गृह हेतॠहसà¥â€à¤¤à¤¾à¤¨à¥â€â€à¤¤à¤°à¤¿à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Utpal Kumar Singh(Secretary),2008-10-11,396 739/XXXII/2008,2008-09-30,राजà¥â€à¤¯ समà¥â€à¤ªà¤¤à¤¿ विà¤à¤¾à¤— के नियंतà¥à¤°à¤£à¤§à¥€à¤¨ हरिदà¥à¤µà¤¾à¤° सà¥à¤¥à¤¿à¤¤ अतिथि गृह उचà¥â€à¤š नà¥â€à¤¯à¤¾à¤¯à¤¾à¤²à¤¯ नैनीताल के अतिथि गृह हेतॠहसà¥â€à¤¤à¤¾à¤¨à¥â€â€à¤¤à¤°à¤¿à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Utpal Kumar Singh(Secretary),2008-10-11,396 191-193/UHC/XIV/Admin,2008-09-25,Regarding Leave Sanction,V.K.Maheshwari(Registrar General),2008-10-18,285 +199/UHC/Admin/2008,2008-10-01,Reg.High Court is pleased to direct that the following 39 Civil Judge(JD) posted in State Uttarakhand.,V.K.Maheshwari(Registrar General),2008-10-18,285 +202/UHC/Admin/2008,2008-10-01,"Reg. Smt.Meena Tiwari,Addl.District and Session judge dehradun is Transferred and posted as District and Session judge Chamoli.",V.K.Maheshwari(Registrar General),2008-10-18,287 3201/II-2007-01(278)/2007,2008-09-25,Uttarakhand Irrigation Deptt. Stenographers (Group C) service Amendment Rules 2008.,Vinod Fonia(Secretary),2008-10-18,398 191-193/UHC/XIV/Admin,2008-09-25,Regarding Leave Sanction,V.K.Maheshwari(Registrar General),2008-10-18,285 199/UHC/Admin/2008,2008-10-01,Reg.High Court is pleased to direct that the following 39 Civil Judge(JD) posted in State Uttarakhand.,V.K.Maheshwari(Registrar General),2008-10-18,285 @@ -3220,11 +4147,18 @@ 3201/II-2007-01(278)/2007,2008-09-25,Uttarakhand Irrigation Deptt. Stenographers (Group C) service Amendment Rules 2008.,Vinod Fonia(Secretary),2008-10-18,398 3201/II-2007-01(278)/2007,2008-09-25,Uttarakhand Irrigation Deptt. Stenographers (Group C) service Amendment Rules 2008.,Vinod Fonia(Secretary),2008-10-18,398 3189/X-3-2008-13(5)/2000-TC,2008-10-03,शà¥à¤°à¥€ नृप सिंह नपलचà¥â€à¤¯à¤¾à¤² अपर मà¥à¤–à¥â€à¤¯ सचिव को उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ परà¥à¤¯à¤¾à¤µà¤°à¤£ संरकà¥à¤·à¤£ à¤à¤‚व पà¥à¤°à¤¦à¥‚षण बोरà¥à¤¡ के पद पर नियà¥à¤•à¥â€à¤¤ करने की सà¥â€à¤µà¥€à¤•ृति के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Suvart Viswas(Secretary),2008-10-18,405 +191-193/UHC/XIV/Admin,2008-09-25,Regarding Leave Sanction,V.K.Maheshwari(Registrar General),2008-10-18,285 +199/UHC/Admin/2008,2008-10-01,Reg.High Court is pleased to direct that the following 39 Civil Judge(JD) posted in State Uttarakhand.,V.K.Maheshwari(Registrar General),2008-10-18,285 +202/UHC/Admin/2008,2008-10-01,"Reg. Smt.Meena Tiwari,Addl.District and Session judge dehradun is Transferred and posted as District and Session judge Chamoli.",V.K.Maheshwari(Registrar General),2008-10-18,287 3201/II-2007-01(278)/2007,2008-09-25,Uttarakhand Irrigation Deptt. Stenographers (Group C) service Amendment Rules 2008.,Vinod Fonia(Secretary),2008-10-18,398 3189/X-3-2008-13(5)/2000-TC,2008-10-03,शà¥à¤°à¥€ नृप सिंह नपलचà¥â€à¤¯à¤¾à¤² अपर मà¥à¤–à¥â€à¤¯ सचिव को उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ परà¥à¤¯à¤¾à¤µà¤°à¤£ संरकà¥à¤·à¤£ à¤à¤‚व पà¥à¤°à¤¦à¥‚षण बोरà¥à¤¡ के पद पर नियà¥à¤•à¥â€à¤¤ करने की सà¥â€à¤µà¥€à¤•ृति के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Suvart Viswas(Secretary),2008-10-18,405 798/XXXI(1)/2008,2008-09-30,निमà¥â€à¤¨à¤²à¤¿à¤–ित निजी सचिव शà¥à¤°à¥‡à¤£à¥€-1 को निजी सचिव शà¥à¤°à¥‡à¤£à¥€-2 के रिकà¥â€à¤¤ पदों पर नियà¥à¤•à¥à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति के समà¥â€à¤¬à¤¨à¥â€à¤§ में,M.H.Khan(Secretary),2008-10-18,403 3189/X-3-2008-13(5)/2000-TC,2008-10-03,शà¥à¤°à¥€ नृप सिंह नपलचà¥â€à¤¯à¤¾à¤² अपर मà¥à¤–à¥â€à¤¯ सचिव को उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ परà¥à¤¯à¤¾à¤µà¤°à¤£ संरकà¥à¤·à¤£ à¤à¤‚व पà¥à¤°à¤¦à¥‚षण बोरà¥à¤¡ के पद पर नियà¥à¤•à¥â€à¤¤ करने की सà¥â€à¤µà¥€à¤•ृति के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Suvart Viswas(Secretary),2008-10-18,405 +205/UHC/XIV/Admin,2008-10-14,Reg.Leave Sanction Shri R.P.Pandey District and Session Judge Almora.,Prashant Joshi(Ragistrar -Inspection),2008-10-25,289 +204/UHC/XIV/59/Admin,2008-10-14,Regarding Leave Sanction Shri Rajeev Kumar Khulbe CJM-Uttarkashi.,Prashant Joshi(Ragistrar -Inspection),2008-10-25,289 1961/VII-II/123-Udyog/08,2008-10-15,औदà¥à¤¯à¥‹à¤—िक पà¥à¤°à¥‹à¤¤à¥â€à¤¸à¤¾à¤¹à¤¨ नीति 2008 के कà¥à¤°à¤¿à¤¯à¤¾à¤¨à¥â€à¤µà¤¯à¤¨ हेतॠदिशा निरà¥à¤¦à¥‡à¤¶/नियम गठित किये जाने की सà¥â€à¤µà¥€à¤•ृति,P.C.Sharma (PRINCIPAL SECRETARY),2008-10-25,408 +205/UHC/XIV/Admin,2008-10-14,Reg.Leave Sanction Shri R.P.Pandey District and Session Judge Almora.,Prashant Joshi(Ragistrar -Inspection),2008-10-25,289 +204/UHC/XIV/59/Admin,2008-10-14,Regarding Leave Sanction Shri Rajeev Kumar Khulbe CJM-Uttarkashi.,Prashant Joshi(Ragistrar -Inspection),2008-10-25,289 1015/P.Election/2008-09,2008-09-22,जनपद उतà¥â€à¤¤à¤°à¤•ाशी के छः विकास खणà¥â€à¤¡à¥‹à¤‚ के पà¥à¤°à¤®à¥à¤– कà¥à¤·à¥‡à¤¤à¥à¤° पंचायत के पदों के निरà¥à¤µà¤¾à¤šà¤¨ की समय सारणी,Dr.B.V.R.C.Pursotam(District Election Officer),2008-10-25,77 1015/P.Election/2008-09,2008-09-22,District Pithoragarh Chetra Panchayat/Dist.Panchayat Election,District Election Officer Pithoragarh(District Election Officer),2008-10-25,79 458/Nirvachan/2008,2008-09-24,Janpad Uttarkahsi ke 6 vikas Khandon ke pramukh Chetra Panchayat ke padon ke Nirvachan.,Dr.B.V.R.C.Purshotam(District Election Officer),2008-10-25,77 @@ -3235,6 +4169,8 @@ 458/Nirvachan/2008,2008-09-24,Janpad Uttarkahsi ke 6 vikas Khandon ke pramukh Chetra Panchayat ke padon ke Nirvachan.,Dr.B.V.R.C.Purshotam(District Election Officer),2008-10-25,77 1961/VII-II/123-Udyog/08,2008-10-15,औदà¥à¤¯à¥‹à¤—िक पà¥à¤°à¥‹à¤¤à¥â€à¤¸à¤¾à¤¹à¤¨ नीति 2008 के कà¥à¤°à¤¿à¤¯à¤¾à¤¨à¥â€à¤µà¤¯à¤¨ हेतॠदिशा निरà¥à¤¦à¥‡à¤¶/नियम गठित किये जाने की सà¥â€à¤µà¥€à¤•ृति,P.C.Sharma (PRINCIPAL SECRETARY),2008-10-25,408 1961/VII-II/123-Udyog/08,2008-10-15,औदà¥à¤¯à¥‹à¤—िक पà¥à¤°à¥‹à¤¤à¥â€à¤¸à¤¾à¤¹à¤¨ नीति 2008 के कà¥à¤°à¤¿à¤¯à¤¾à¤¨à¥â€à¤µà¤¯à¤¨ हेतॠदिशा निरà¥à¤¦à¥‡à¤¶/नियम गठित किये जाने की सà¥â€à¤µà¥€à¤•ृति,P.C.Sharma (PRINCIPAL SECRETARY),2008-10-25,408 +205/UHC/XIV/Admin,2008-10-14,Reg.Leave Sanction Shri R.P.Pandey District and Session Judge Almora.,Prashant Joshi(Ragistrar -Inspection),2008-10-25,289 +204/UHC/XIV/59/Admin,2008-10-14,Regarding Leave Sanction Shri Rajeev Kumar Khulbe CJM-Uttarkashi.,Prashant Joshi(Ragistrar -Inspection),2008-10-25,289 208/UHC/Admin/2008,2008-10-17,"Reg.Shri Amit Kumar Sirohi,CJM Rudraprayag Transfer and posted CJM- USNagar.",V.K.Maheshwari(Registrar General),2008-11-01,291 209/UHC/Admin/2008,2008-10-17,Reg.Shri Rakesh Kumar Mishra CJM USNagar is transferred and posted as CJM Rudraprayag.,V.K.Maheshwari(Registrar General),2008-11-01,291 213/UHC/XIV/55/2008,2008-10-22,Reg.Shri Nitin Sharma CJM Almora Sanction Leave.,Prashant Joshi(Registrar General),2008-11-01,291 @@ -3268,7 +4204,10 @@ 1014/Pan/Up-Nirvachan/2008,2008-09-22,Dist.Pithoragarh ke Gram Panchayaton ke Rikt padon per up-Nirvachan month of Sept/Oct 2008.,Pithoragarh(District Magistrate),2008-11-15,91 2394/30-1-2008-31(4)/2004,2008-11-04,Regarding Shri Rajat Singh Jain Zila Satr Nyayadhis FTC Dehradun.,Subhash Kumar(PRINCIPAL SECRETARY),2008-11-15,508 3204/II-08-01(251)/2003,2008-09-25,Uttarakhand Irrigation Deptt. Technical Drawing Establishment (Group C) Service Rules 2008.,Vinod Fonia(Secretary),2008-11-15,509 +215/UHC/Admin/2008,2008-11-01,Hon'ble Shri Justice Vijai kumar Bist has Assumed charge of Office of Judge Uk High Court,V.K.Maheshwari(Registrar General),2008-11-15,297 +216/UHC/Admin.a/2008,2008-11-01,Hon'ble Shri Justice Sudhanshu Dhulia has Assumed Charge of Judge UK high court,V.K.Maheshwari(Registrar General),2008-11-15,297 215/UHC/Admin/2008,2008-11-01,Hon'ble Shri Justice Vijai kumar Bist has Assumed charge of Office of Judge Uk High Court,V.K.Maheshwari(Registrar General),2008-11-15,297 +216/UHC/Admin.a/2008,2008-11-01,Hon'ble Shri Justice Sudhanshu Dhulia has Assumed Charge of Judge UK high court,V.K.Maheshwari(Registrar General),2008-11-15,297 2414/Admin/Licence-Cancel/08,2008-08-25,Regarding Licence Cancel,S.K.Singh-Haldwani(Asst RTO),2008-11-15,297 2414/Sect/Licence Cancel/2008,2008-08-25,Regarding Licence Cancel,S.K.Singh(Asst RTO),2008-11-15,297 256/Licence/Cancel/2008,2008-09-30,Regarding Licence Cancel,Govind Lal Arya(Asst RTO),2008-11-15,299 @@ -3277,6 +4216,8 @@ 2394/30-1-2008-31(4)/2004,2008-11-04,Regarding Shri Rajat Singh Jain Zila Satr Nyayadhis FTC Dehradun.,Subhash Kumar(PRINCIPAL SECRETARY),2008-11-15,508 3204/II-08-01(251)/2003,2008-09-25,Uttarakhand Irrigation Deptt. Technical Drawing Establishment (Group C) Service Rules 2008.,Vinod Fonia(Secretary),2008-11-15,509 2394/30-1-2008-31(4)/2004,2008-11-04,Regarding Shri Rajat Singh Jain Zila Satr Nyayadhis FTC Dehradun.,Subhash Kumar(PRINCIPAL SECRETARY),2008-11-15,508 +215/UHC/Admin/2008,2008-11-01,Hon'ble Shri Justice Vijai kumar Bist has Assumed charge of Office of Judge Uk High Court,V.K.Maheshwari(Registrar General),2008-11-15,297 +216/UHC/Admin.a/2008,2008-11-01,Hon'ble Shri Justice Sudhanshu Dhulia has Assumed Charge of Judge UK high court,V.K.Maheshwari(Registrar General),2008-11-15,297 2414/Admin/Licence-Cancel/08,2008-08-25,Regarding Licence Cancel,S.K.Singh-Haldwani(Asst RTO),2008-11-15,297 2414/Sect/Licence Cancel/2008,2008-08-25,Regarding Licence Cancel,S.K.Singh(Asst RTO),2008-11-15,297 256/Licence/Cancel/2008,2008-09-30,Regarding Licence Cancel,Govind Lal Arya(Asst RTO),2008-11-15,299 @@ -3290,6 +4231,8 @@ 218/UHC/Admin/2008,2008-11-04,"Shri Kanwar Amninder Singh,Joint Director Uttarakhand Judicial and Legal Academy bhowali is Transfer to Dehradun.",V.K.Maheshwari(Registrar General),2008-11-22,303 222/UHC/Admin/2008,2008-11-07,High Court of Uttarakhand is pleased to grant the Selection Grade-----,V.K.Maheshwari(Registrar General),2008-11-22,303 217/UHC/Admin/2008,2008-11-04,"Shri Malik Mazhar Sultan, ADSJ-VFTC Dehradun is hereby Appointed Special Judge in Addition to his duties.",V.K.Maheshwari(Registrar General),2008-11-22,303 +218/UHC/Admin/2008,2008-11-04,"Shri Kanwar Amninder Singh,Joint Director Uttarakhand Judicial and Legal Academy bhowali is Transfer to Dehradun.",V.K.Maheshwari(Registrar General),2008-11-22,303 +222/UHC/Admin/2008,2008-11-07,High Court of Uttarakhand is pleased to grant the Selection Grade-----,V.K.Maheshwari(Registrar General),2008-11-22,303 55/IX/14/2008,2008-11-10,Promotion to the post of ARTO to RTO.,Umakant Panwar(Secretary),2008-11-22,524 3068/ATS/10-1/2008,2008-11-11,यातà¥à¤°à¥€ किराया à¤à¤‚व मालà¤à¤¾à¤¡à¥‡à¤‚ की दरों में बृदà¥à¤µà¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Vinod Sharma(Secretary),2008-11-22,304 3205/II-2007-01(165)/2003,2008-09-25,The Uttarakhand Irrigation Department service of Ministrerial Cadre(Group C) amendment Rules 2008.,Vinod Fonia(Secretary),2008-11-22,518 @@ -3299,20 +4242,36 @@ 3412/X-3-2008-13(5)/2000,2008-11-10,शà¥à¤°à¥€ अनूप वधावन सचिव को सदसà¥â€à¤¯ सचिव उ.परà¥à¤¯à¤¾à¤µà¤°à¤£ संरकà¥à¤·à¤£ à¤à¤‚व पà¥à¤°à¤¦à¥‚षण नियंतà¥à¤°à¤£ बोरà¥à¤¡,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-11-22,518 F-9/(4)/RG/UERC/2008/989,2008-11-06,UERC(Appointment and Functioning of Ombudsman) Regulations 2004.,Pankaj Prakash(Secretary),2008-11-22,308 217/UHC/Admin/2008,2008-11-04,"Shri Malik Mazhar Sultan, ADSJ-VFTC Dehradun is hereby Appointed Special Judge in Addition to his duties.",V.K.Maheshwari(Registrar General),2008-11-22,303 +218/UHC/Admin/2008,2008-11-04,"Shri Kanwar Amninder Singh,Joint Director Uttarakhand Judicial and Legal Academy bhowali is Transfer to Dehradun.",V.K.Maheshwari(Registrar General),2008-11-22,303 +222/UHC/Admin/2008,2008-11-07,High Court of Uttarakhand is pleased to grant the Selection Grade-----,V.K.Maheshwari(Registrar General),2008-11-22,303 55/IX/14/2008,2008-11-10,Promotion to the post of ARTO to RTO.,Umakant Panwar(Secretary),2008-11-22,524 3068/ATS/10-1/2008,2008-11-11,यातà¥à¤°à¥€ किराया à¤à¤‚व मालà¤à¤¾à¤¡à¥‡à¤‚ की दरों में बृदà¥à¤µà¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Vinod Sharma(Secretary),2008-11-22,304 F-9/(4)/RG/UERC/2008/989,2008-11-06,UERC(Appointment and Functioning of Ombudsman) Regulations 2004.,Pankaj Prakash(Secretary),2008-11-22,308 3412/X-3-2008-13(5)/2000,2008-11-10,शà¥à¤°à¥€ अनूप वधावन सचिव को सदसà¥â€à¤¯ सचिव उ.परà¥à¤¯à¤¾à¤µà¤°à¤£ संरकà¥à¤·à¤£ à¤à¤‚व पà¥à¤°à¤¦à¥‚षण नियंतà¥à¤°à¤£ बोरà¥à¤¡,N.S.NAPALCHYAL(PRINCIPAL SECRETARY),2008-11-22,518 +669/XXVII(8)/2008,2008-11-19,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-11-29,528 669/XXVII(8)/2008,2008-11-19,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— में लोक सूचना अधिकारी नामित करने की सà¥â€à¤µà¥€à¤•ृति,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-11-29,528 1060/XVII-1/2008-01./2007,2008-11-18,अनà¥à¤¸à¥‚चित जनजाति और अनà¥â€à¤¯ परमà¥â€à¤ªà¤°à¤¾à¤—त वन निवासी (राजà¥â€à¤¯ के समसà¥â€à¤¤ जिलों में जिला सà¥â€à¤¤à¤°à¥€à¤¯ समिति का गठन की सà¥â€à¤µà¥€à¤•ृति,Manisha Panwar(Secretary),2008-11-29,531 +223/UHC/XIV-1/Admin,2008-11-10,Reg.Leave Sanction Shri Madan Chandra Gupta SJM-Khatima,Prashant Joshi(Ragistrar -Inspection),2008-11-29,309 +224/UHC/XIV-62/Admin,2008-11-14,"Reg.Leave Sanction Shri Amit Kumar Sirohi,CJM-USNagar.",Prashant Joshi(Ragistrar -Inspection),2008-11-29,309 +225/UHC/XIV-90/Admin.A,2008-11-14,"Reg.Leave Sanction Shri Mithilesh Jha,Civil Judge(JD) Khatima.",Prashant Joshi(Ragistrar -Inspection),2008-11-29,309 1246/XXVIII-3-2008-92/2001,2008-11-20,"Shri Dharam Singh, Senior Drug Inspector, Garhwal Mandal Pauri,as Drug Licensing Authority for the Whole State of Uttarakhand.",Keshav Deshiraju(PRINCIPAL SECRETARY),2008-11-29,529 1246/XXVIII-3-2008-92/2001,2008-11-20,"Shri Dharam Singh, Senior Drug Inspector, Garhwal Mandal Pauri,as Drug Licensing Authority for the Whole State of Uttarakhand.",Keshav Deshiraju(PRINCIPAL SECRETARY),2008-11-29,529 1246/XXVIII-3-2008-92/2001,2008-11-20,"Shri Dharam Singh, Senior Drug Inspector, Garhwal Mandal Pauri,as Drug Licensing Authority for the Whole State of Uttarakhand.",Keshav Deshiraju(PRINCIPAL SECRETARY),2008-11-29,529 1060/XVII-1/2008-01./2007,2008-11-18,अनà¥à¤¸à¥‚चित जनजाति और अनà¥â€à¤¯ परमà¥â€à¤ªà¤°à¤¾à¤—त वन निवासी (राजà¥â€à¤¯ के समसà¥â€à¤¤ जिलों में जिला सà¥â€à¤¤à¤°à¥€à¤¯ समिति का गठन की सà¥â€à¤µà¥€à¤•ृति,Manisha Panwar(Secretary),2008-11-29,531 +223/UHC/XIV-1/Admin,2008-11-10,Reg.Leave Sanction Shri Madan Chandra Gupta SJM-Khatima,Prashant Joshi(Ragistrar -Inspection),2008-11-29,309 +224/UHC/XIV-62/Admin,2008-11-14,"Reg.Leave Sanction Shri Amit Kumar Sirohi,CJM-USNagar.",Prashant Joshi(Ragistrar -Inspection),2008-11-29,309 +225/UHC/XIV-90/Admin.A,2008-11-14,"Reg.Leave Sanction Shri Mithilesh Jha,Civil Judge(JD) Khatima.",Prashant Joshi(Ragistrar -Inspection),2008-11-29,309 1246/XXVIII-3-2008-92/2001,2008-11-20,"Shri Dharam Singh, Senior Drug Inspector, Garhwal Mandal Pauri,as Drug Licensing Authority for the Whole State of Uttarakhand.",Keshav Deshiraju(PRINCIPAL SECRETARY),2008-11-29,529 1060/XVII-1/2008-01./2007,2008-11-18,अनà¥à¤¸à¥‚चित जनजाति और अनà¥â€à¤¯ परमà¥â€à¤ªà¤°à¤¾à¤—त वन निवासी (राजà¥â€à¤¯ के समसà¥â€à¤¤ जिलों में जिला सà¥â€à¤¤à¤°à¥€à¤¯ समिति का गठन की सà¥â€à¤µà¥€à¤•ृति,Manisha Panwar(Secretary),2008-11-29,531 1255/5-Tax-Section/2008-09,2008-09-19,Reg.Mobile Tower,Mohd.Akram-President Nagar Palika Ramnagar(President),2008-11-29,33 +669/XXVII(8)/2008,2008-11-19,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-11-29,528 +669/XXVII(8)/2008,2008-11-19,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-11-29,528 873/V.S./372/2007,2008-11-05,उ0 विधानसà¤à¤¾ सचिवालय के अधिकारियों/करà¥à¤®à¤šà¤¾à¤°à¤¿à¤¯à¥‹à¤‚ के लिठसेवा निमय बनाने के लिठगठित समिति का कारà¥à¤¯à¤•ाल 6 माह के लिठबढा दिया है,Mahesh Chandra(Secretary),2008-11-29,530 +223/UHC/XIV-1/Admin,2008-11-10,Reg.Leave Sanction Shri Madan Chandra Gupta SJM-Khatima,Prashant Joshi(Ragistrar -Inspection),2008-11-29,309 +224/UHC/XIV-62/Admin,2008-11-14,"Reg.Leave Sanction Shri Amit Kumar Sirohi,CJM-USNagar.",Prashant Joshi(Ragistrar -Inspection),2008-11-29,309 +225/UHC/XIV-90/Admin.A,2008-11-14,"Reg.Leave Sanction Shri Mithilesh Jha,Civil Judge(JD) Khatima.",Prashant Joshi(Ragistrar -Inspection),2008-11-29,309 +669/XXVII(8)/2008,2008-11-19,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-11-29,528 +669/XXVII(8)/2008,2008-11-19,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-11-29,528 1246/XXVIII-3-2008-92/2001,2008-11-20,"Shri Dharam Singh, Senior Drug Inspector, Garhwal Mandal Pauri,as Drug Licensing Authority for the Whole State of Uttarakhand.",Keshav Deshiraju(PRINCIPAL SECRETARY),2008-11-29,529 873/V.S./372/2007,2008-11-05,उ0 विधानसà¤à¤¾ सचिवालय के अधिकारियों/करà¥à¤®à¤šà¤¾à¤°à¤¿à¤¯à¥‹à¤‚ के लिठसेवा निमय बनाने के लिठगठित समिति का कारà¥à¤¯à¤•ाल 6 माह के लिठबढा दिया है,Mahesh Chandra(Secretary),2008-11-29,530 669/XXVII(8)/2008,2008-11-19,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— में लोक सूचना अधिकारी नामित करने की सà¥â€à¤µà¥€à¤•ृति,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-11-29,528 @@ -3323,6 +4282,7 @@ 56/2008/R.Dal,2008-10-03,रजिसà¥â€à¤Ÿà¥à¤°à¥€à¤•ृत अमानà¥â€à¤¯à¤¤à¤¾ पà¥à¤°à¤¾à¤ªà¥â€à¤¤ राजनैतिक दल,Radha Raturi (Secretary),2008-12-06,21 179/XXVI/1(31)/2003,2008-12-01,राजà¥â€à¤¯ योजना आयोग मे कारà¥à¤¯à¤°à¤¤ निमà¥â€à¤¨à¤²à¤¿à¤–ित शोध सहायकों की पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Radha Raturi (Secretary),2008-12-06,535 1093/XVII-1/2008-01/2007,2008-11-27,अनà¥à¤¸à¥‚चित जनजाति और परमà¥â€à¤ªà¤°à¤¾à¤—त वन निवासी राजà¥â€à¤¯ सà¥â€à¤¤à¤°à¥€à¤¯ निगरानी समिति के गठन की सà¥â€à¤µà¥€à¤•ृति,Manisha Panwar(Secretary),2008-12-06,534 +692/XXVII(8)/Vanijyakar-Vat,2008-12-05,Reg.Kharif Marketing Seson 2008-09 Purchase of paddy No tax shall also levied on Sale of Rice...,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-12-13,538 692/XXVII(8)/Vanijyakar-Vat,2008-12-05,Reg.Kharif Marketing Seson 2008-09 Purchase of paddy No tax shall also levied on Sale of Rice...,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-12-13,538 692/XXVII(8)/Vanijyakar-Vat,2008-12-05,Reg.Kharif Marketing Seson 2008-09 Purchase of paddy No tax shall also levied on Sale of Rice...,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-12-13,538 1037/XXXI(13)/G/06-49(1)/2006,2008-12-02,Governor pleased to authorirized Field Firing and Artillery Practice area in the schedule Following.,Rajeev Chandra(Secretary),2008-12-13,539 @@ -3333,8 +4293,16 @@ 1490/XVI/08/1(53)/04/200/01,2008-11-10,उदà¥à¤¯à¤¾à¤¨ à¤à¤‚व खादà¥à¤¯ पà¥à¤°à¤¸à¤‚सà¥â€à¤•रण विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त शà¥à¤°à¥‡à¤£à¥€-2 के रिकà¥â€à¤¤ पदों पर पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Vinod Fonia(Secretary),2008-12-13,540 1490/XVI/08/1(53)/04/200/01,2008-11-10,उदà¥à¤¯à¤¾à¤¨ à¤à¤‚व खाद पà¥à¤°à¤¸à¤‚सà¥â€à¤•रण विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त औदà¥à¤¯à¥‹à¤—िक विकास शाखा में शà¥à¤°à¥‡à¤£à¥€-2 के रिकà¥â€à¤¤ पदों पर पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Vinod Fonia(Secretary),2008-12-13,540 228/UHC/Admin-A/2008,2008-11-21,Reg.Ms.Anita Gunjiyal Civil Judge(JD)laksar is Transferred Civil Judge Karanprayag-Chamoli,V.K.Maheshwari(Registrar General),2008-12-13,313 +227/UHC/Admin.A/2008,2008-11-21,Reg.Smt.Deepali Sharma Civil Judge(JD) Karanprayag is Transfer and posted Laksar-Haridwar.,V.K.Maheshwari(Registrar General),2008-12-13,313 +226/UHC/XIV-95/Admin,2008-11-19,"Reg.Leave Sanction Km.Kusum,Civil Judge(JD)Purola-Uttarkashi",Prashant Joshi(Ragistrar -Inspection),2008-12-13,313 1037/XXXI(13)/G/06-49(1)/2006,2008-12-02,Governor pleased to authorirized Field Firing and Artillery Practice area in the schedule Following.,Rajeev Chandra(Secretary),2008-12-13,539 +228/UHC/Admin-A/2008,2008-11-21,Reg.Ms.Anita Gunjiyal Civil Judge(JD)laksar is Transferred Civil Judge Karanprayag-Chamoli,V.K.Maheshwari(Registrar General),2008-12-13,313 +227/UHC/Admin.A/2008,2008-11-21,Reg.Smt.Deepali Sharma Civil Judge(JD) Karanprayag is Transfer and posted Laksar-Haridwar.,V.K.Maheshwari(Registrar General),2008-12-13,313 +226/UHC/XIV-95/Admin,2008-11-19,"Reg.Leave Sanction Km.Kusum,Civil Judge(JD)Purola-Uttarkashi",Prashant Joshi(Ragistrar -Inspection),2008-12-13,313 +692/XXVII(8)/Vanijyakar-Vat,2008-12-05,Reg.Kharif Marketing Seson 2008-09 Purchase of paddy No tax shall also levied on Sale of Rice...,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-12-13,538 228/UHC/Admin-A/2008,2008-11-21,Reg.Ms.Anita Gunjiyal Civil Judge(JD)laksar is Transferred Civil Judge Karanprayag-Chamoli,V.K.Maheshwari(Registrar General),2008-12-13,313 +227/UHC/Admin.A/2008,2008-11-21,Reg.Smt.Deepali Sharma Civil Judge(JD) Karanprayag is Transfer and posted Laksar-Haridwar.,V.K.Maheshwari(Registrar General),2008-12-13,313 +226/UHC/XIV-95/Admin,2008-11-19,"Reg.Leave Sanction Km.Kusum,Civil Judge(JD)Purola-Uttarkashi",Prashant Joshi(Ragistrar -Inspection),2008-12-13,313 2409//C/Notification-,2008-11-12,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ की चीनी मिलों की गनà¥â€à¤¨à¥‡ की आवशà¥â€à¤¯à¤•ता,Girija Shankar Joshi(Commissioner Sugarcane),2008-12-13,314 10-No(D)/XXXXVI(1)/2008-6,2008-11-18,Reg.Governor is pleased to appoint Km.Archana Rani Advocate as Notary for a period of Five years Tehsil Kotdwar.,R.D.Paliwal(Secretary),2008-12-13,542 21-No.(B)XXXVI(1)/2008-15,2008-11-12,"Reg.Governor is pleased Appoint Shri Jeevan Ram Goyal,Advocate as Notary Tehsil Roorkee.",R.D.Paliwal(Secretary),2008-12-13,543 @@ -3346,6 +4314,7 @@ 692/XXVII(8)/Vanijyakar-Vat,2008-12-05,Reg.Kharif Marketing Seson 2008-09 Purchase of paddy No tax shall also levied on Sale of Rice...,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-12-13,538 228/UHC/Admin-A/2008,2008-11-21,Reg.Ms.Anita Gunjiyal Civil Judge(JD)laksar is Transferred Civil Judge Karanprayag-Chamoli,V.K.Maheshwari(Registrar General),2008-12-13,313 227/UHC/Admin.A/2008,2008-11-21,Reg.Smt.Deepali Sharma Civil Judge(JD) Karanprayag is Transfer and posted Laksar-Haridwar.,V.K.Maheshwari(Registrar General),2008-12-13,313 +226/UHC/XIV-95/Admin,2008-11-19,"Reg.Leave Sanction Km.Kusum,Civil Judge(JD)Purola-Uttarkashi",Prashant Joshi(Ragistrar -Inspection),2008-12-13,313 1037/XXXI(13)/G/06-49(1)/2006,2008-12-02,Governor pleased to authorirized Field Firing and Artillery Practice area in the schedule Following.,Rajeev Chandra(Secretary),2008-12-13,539 1037/XXXI(13)/G/06-49(1)/2006,2008-12-02,Governor pleased to authorirized Field Firing and Artillery Practice area in the schedule Following.,Rajeev Chandra(Secretary),2008-12-13,539 1090/20-6/01(2)/2008,2008-12-02,निमà¥â€à¤¨à¤¾à¤‚कित अà¤à¤¿à¤¯à¥‹à¤œà¤¨ अधिकारियों को जà¥â€à¤¯à¥‡à¤·à¥â€à¤ अà¤à¤¿à¤¯à¥‹à¤œà¤¨ अधिकारी के रिकà¥â€à¤¤ पदों पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar (PRINCIPAL SECRETARY),2008-12-20,546 @@ -3361,6 +4330,8 @@ 3102/II-2007-01(263)/203,2008-09-25,Irrigation Deptt. Uttarakhand Revenue service of subordinate Cadre (Group B and C) Amendment Rules 2008.,Vinod fonia(Secretary),2008-12-20,549 1069/XXXI-(13)/G/08-37/2005,2008-12-11,Holidays - 2009,Rajeev Chandra(Secretary),2008-12-20,560 1090/20-6/01(2)/2008,2008-12-02,निमà¥â€à¤¨à¤¾à¤‚कित अà¤à¤¿à¤¯à¥‹à¤œà¤¨ अधिकारियों को जà¥â€à¤¯à¥‡à¤·à¥â€à¤ अà¤à¤¿à¤¯à¥‹à¤œà¤¨ अधिकारी के रिकà¥â€à¤¤ पदों पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar (PRINCIPAL SECRETARY),2008-12-20,546 +1090/20-6/01(2)/2008,2008-12-02,à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤‚à ¤•à ¤¿à ¤¤ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤œà ¥�â€�à ¤¯à ¥‡à ¤·à ¥�â€�à ¤ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar (PRINCIPAL SECRETARY),2008-12-20,546 +1090/20-6/01(2)/2008,2008-12-02,à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤‚à ¤•à ¤¿à ¤¤ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤œà ¥�â€�à ¤¯à ¥‡à ¤·à ¥�â€�à ¤ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar (PRINCIPAL SECRETARY),2008-12-20,546 3646/VII-1-08/457-udyog/2002,2008-11-28,पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤à¤¿ शà¥à¤°à¥€ बी0आर0आरà¥à¤¯ उदà¥à¤¯à¥‹à¤— निदेशालय देहरादून में उप निदेशक उदà¥à¤¯à¥‹à¤— के पद पर,P.C.Sharma (PRINCIPAL SECRETARY),2008-12-20,546 1090/20-6/01(2)/2008,2008-12-02,निमà¥â€à¤¨à¤¾à¤‚कित अà¤à¤¿à¤¯à¥‹à¤œà¤¨ अधिकारियों को जà¥â€à¤¯à¥‡à¤·à¥â€à¤ अà¤à¤¿à¤¯à¥‹à¤œà¤¨ अधिकारी के रिकà¥â€à¤¤ पदों पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar (PRINCIPAL SECRETARY),2008-12-20,546 1069/XXXI-(13)/G/08-37/2005,2008-12-11,Holidays - 2009,Rajeev Chandra(Secretary),2008-12-20,560 @@ -3368,12 +4339,16 @@ 1533/XX(3)-25/Police/2008,2008-12-03,Reg.Forms proposed by the National Crime Record Bureau,Subhash Kumar (PRINCIPAL SECRETARY),2008-12-27,564 1549/XX(3)-55/CBI/2003,2008-12-10,"Reg.Shri Narendra Dutt,Addl DistrictJudge-IV-FT Dehradun all powers in additional to his regular charge...",Subhash Kumar (PRINCIPAL SECRETARY),2008-12-27,564 281/IX/101/2008-09,2008-12-17,Reg. Vahan No.Plate ....,Umakant Panwar(Secretary),2008-12-27,566 +465/XXVII(9)/S.A.A./2008,2008-12-15,à ¤®à ¤¨à ¥‹à ¤°à ¤‚à ¤œà ¤¨ à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-12-27,565 +705/XXVII(8)/S.A.A./2008,2008-12-15,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-12-27,566 281/IX/101/2008-09,2008-12-17,Reg. Vahan No.Plate ....,Umakant Panwar(Secretary),2008-12-27,566 465/XXVII(9)/S.A.A./2008,2008-12-15,मनोरंजन कर विà¤à¤¾à¤— में लोक सूचना अधिकारी नामित करने के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-12-27,565 705/XXVII(8)/S.A.A./2008,2008-12-15,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— में लोक सूचना अधिकारी नामित करने के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-12-27,566 465/XXVII(9)/S.A.A./2008,2008-12-15,मनोरंजन कर विà¤à¤¾à¤— में लोक सूचना अधिकारी नामित करने के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-12-27,565 705/XXVII(8)/S.A.A./2008,2008-12-15,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— में लोक सूचना अधिकारी नामित करने के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-12-27,566 235/UHC/XIV/29/Admin,2008-12-18,Reg.Shri Raj Krishna District and Session Judge Pauri Sanction EL.,V.K.Maheshwari(Registrar General),2008-12-27,351 +234/UHC/Admin/2008,2008-12-17,"Reg.Shri Narendra Dutt,Addl.District and Session judge-IV/FTC Dehradun over the Court C.B.I.Uttarakhand",V.K.Maheshwari(Registrar General),2008-12-27,351 +232-233/UHC/XIV/Admin,2008-12-12,Reg.Leave Sanction,Prashant Joshi(Ragistrar -Inspection),2008-12-27,351 1533/XX(3)-25/Police/2008,2008-12-03,Reg.Forms proposed by the National Crime Record Bureau,Subhash Kumar (PRINCIPAL SECRETARY),2008-12-27,564 1549/XX(3)-55/CBI/2003,2008-12-10,"Reg.Shri Narendra Dutt,Addl DistrictJudge-IV-FT Dehradun all powers in additional to his regular charge...",Subhash Kumar (PRINCIPAL SECRETARY),2008-12-27,564 1533/XX(3)-25/Police/2008,2008-12-03,Reg.Forms proposed by the National Crime Record Bureau,Subhash Kumar (PRINCIPAL SECRETARY),2008-12-27,564 @@ -3381,16 +4356,32 @@ 1533/XX(3)-25/Police/2008,2008-12-03,Reg.Forms proposed by the National Crime Record Bureau,Subhash Kumar (PRINCIPAL SECRETARY),2008-12-27,564 1549/XX(3)-55/CBI/2003,2008-12-10,"Reg.Shri Narendra Dutt,Addl DistrictJudge-IV-FT Dehradun all powers in additional to his regular charge...",Subhash Kumar (PRINCIPAL SECRETARY),2008-12-27,564 235/UHC/XIV/29/Admin,2008-12-18,Reg.Shri Raj Krishna District and Session Judge Pauri Sanction EL.,V.K.Maheshwari(Registrar General),2008-12-27,351 +234/UHC/Admin/2008,2008-12-17,"Reg.Shri Narendra Dutt,Addl.District and Session judge-IV/FTC Dehradun over the Court C.B.I.Uttarakhand",V.K.Maheshwari(Registrar General),2008-12-27,351 +232-233/UHC/XIV/Admin,2008-12-12,Reg.Leave Sanction,Prashant Joshi(Ragistrar -Inspection),2008-12-27,351 +465/XXVII(9)/S.A.A./2008,2008-12-15,à ¤®à ¤¨à ¥‹à ¤°à ¤‚à ¤œà ¤¨ à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-12-27,565 +705/XXVII(8)/S.A.A./2008,2008-12-15,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-12-27,566 +235/UHC/XIV/29/Admin,2008-12-18,Reg.Shri Raj Krishna District and Session Judge Pauri Sanction EL.,V.K.Maheshwari(Registrar General),2008-12-27,351 +234/UHC/Admin/2008,2008-12-17,"Reg.Shri Narendra Dutt,Addl.District and Session judge-IV/FTC Dehradun over the Court C.B.I.Uttarakhand",V.K.Maheshwari(Registrar General),2008-12-27,351 +232-233/UHC/XIV/Admin,2008-12-12,Reg.Leave Sanction,Prashant Joshi(Ragistrar -Inspection),2008-12-27,351 +465/XXVII(9)/S.A.A./2008,2008-12-15,à ¤®à ¤¨à ¥‹à ¤°à ¤‚à ¤œà ¤¨ à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-12-27,565 +705/XXVII(8)/S.A.A./2008,2008-12-15,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-12-27,566 465/XXVII(9)/S.A.A./2008,2008-12-15,मनोरंजन कर विà¤à¤¾à¤— में लोक सूचना अधिकारी नामित करने के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-12-27,565 705/XXVII(8)/S.A.A./2008,2008-12-15,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— में लोक सूचना अधिकारी नामित करने के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-12-27,566 465/XXVII(9)/S.A.A./2008,2008-12-15,मनोरंजन कर विà¤à¤¾à¤— में लोक सूचना अधिकारी नामित करने के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-12-27,565 705/XXVII(8)/S.A.A./2008,2008-12-15,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— में लोक सूचना अधिकारी नामित करने के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Alok Kumar Jain(PRINCIPAL SECRETARY),2008-12-27,566 +1533/XX(3)-25/Police/2008,2008-12-03,Reg.Forms proposed by the National Crime Record Bureau,Subhash Kumar (PRINCIPAL SECRETARY),2008-12-27,564 +1549/XX(3)-55/CBI/2003,2008-12-10,"Reg.Shri Narendra Dutt,Addl DistrictJudge-IV-FT Dehradun all powers in additional to his regular charge...",Subhash Kumar (PRINCIPAL SECRETARY),2008-12-27,564 +1533/XX(3)-25/Police/2008,2008-12-03,Reg.Forms proposed by the National Crime Record Bureau,Subhash Kumar (PRINCIPAL SECRETARY),2008-12-27,564 +1549/XX(3)-55/CBI/2003,2008-12-10,"Reg.Shri Narendra Dutt,Addl DistrictJudge-IV-FT Dehradun all powers in additional to his regular charge...",Subhash Kumar (PRINCIPAL SECRETARY),2008-12-27,564 1533/XX(3)-25/Police/2008,2008-12-03,Reg.Forms proposed by the National Crime Record Bureau,Subhash Kumar (PRINCIPAL SECRETARY),2008-12-27,564 1549/XX(3)-55/CBI/2003,2008-12-10,"Reg.Shri Narendra Dutt,Addl DistrictJudge-IV-FT Dehradun all powers in additional to his regular charge...",Subhash Kumar (PRINCIPAL SECRETARY),2008-12-27,564 235/UHC/XIV/29/Admin,2008-12-18,Reg.Shri Raj Krishna District and Session Judge Pauri Sanction EL.,V.K.Maheshwari(Registrar General),2008-12-27,351 234/UHC/Admin/2008,2008-12-17,"Reg.Shri Narendra Dutt,Addl.District and Session judge-IV/FTC Dehradun over the Court C.B.I.Uttarakhand",V.K.Maheshwari(Registrar General),2008-12-27,351 +232-233/UHC/XIV/Admin,2008-12-12,Reg.Leave Sanction,Prashant Joshi(Ragistrar -Inspection),2008-12-27,351 1533/XX(3)-25/Police/2008,2008-12-03,Reg.Forms proposed by the National Crime Record Bureau,Subhash Kumar (PRINCIPAL SECRETARY),2008-12-27,564 1549/XX(3)-55/CBI/2003,2008-12-10,"Reg.Shri Narendra Dutt,Addl DistrictJudge-IV-FT Dehradun all powers in additional to his regular charge...",Subhash Kumar (PRINCIPAL SECRETARY),2008-12-27,564 +8133/14(4)-II/TC/2008,2008-12-08,à ¤µà ¤¿à ¤Âà ¤¾à ¤—à ¥€à ¤¯ à ¤²à ¥‡à ¤–à ¤¾à ¤•à ¤¾à ¤°à ¥‹à ¤‚/à ¤œà ¥�â€�à ¤¯à ¥‡à ¤·à ¥�â€�à ¤ à ¤²à ¥‡à ¤–à ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤•à ¥‹à ¤‚ à ¤•à ¥‡ à ¤¶à ¥�à ¤°à ¥‹à ¤¤ à ¤¸à ¥‡ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€,T.N.Singh(Director),2009-01-03,1 +8133/14(4)-II/TC/2008,2008-12-08,à ¤µà ¤¿à ¤Âà ¤¾à ¤—à ¥€à ¤¯ à ¤²à ¥‡à ¤–à ¤¾à ¤•à ¤¾à ¤°à ¥‹à ¤‚/à ¤œà ¥�â€�à ¤¯à ¥‡à ¤·à ¥�â€�à ¤ à ¤²à ¥‡à ¤–à ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤•à ¥‹à ¤‚ à ¤•à ¥‡ à ¤¶à ¥�à ¤°à ¥‹à ¤¤ à ¤¸à ¥‡ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€,T.N.Singh(Director),2009-01-03,1 724/XXXII/2008,2008-12-03,असà¥â€à¤¥à¤¾à¤ˆ विधायक निवास की साज सजà¥â€à¤œà¤¾/उपकरण अनà¥à¤®à¤¨à¥â€à¤¯ की सà¥â€à¤µà¥€à¤•ृति,Utpal Kumar Singh(Secretary),2009-01-03,3 925/XXXII/2008,2008-12-17,Uttarakhand Estate Department Drivers Absorption (Amendment) Rules 2008,Utpal Kumar Singh(Secretary),2009-01-03,8 660/XVII-3/2008-60(SK)/2006,2008-11-27,पà¥à¤°à¤§à¤¾à¤¨à¤®à¤‚तà¥à¤°à¥€ जी के 15 सूतà¥à¤°à¥€ कारà¥à¤¯à¤•à¥à¤°à¤® के अलà¥â€à¤ªà¤¸à¤‚खà¥â€à¤¯à¤• कलà¥â€à¤¯à¤¾à¤£ योजनाओं की समिति गठित की सà¥â€à¤µà¥€à¤•ृति,Manisha Panwar(Secretary),2009-01-03,2 @@ -3398,15 +4389,22 @@ 2777/V-A-2008-26/01,2008-12-08,आवास विà¤à¤¾à¤— उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ अपील/निगरानी à¤à¤‚व विधिक मामलों की सà¥à¤¨à¤µà¤¾à¤ˆ हेतॠसचिव आवास विà¤à¤¾à¤— अधिकृत होंगेंा,Suvart Viswas(Secretary),2009-01-03,5 18-9(M)/XXXVI(1)/2008,2008-12-03,"Shri Kulwant Singh Uppal,Advocate as Notary Tehsil Bazpur USNagar.",R.D.Paliwal(Secretary),2009-01-03,3 8(1)No(C)/XXXVI(1)/2008-924(1),2008-12-16,"Shri Balbir Singh Rangar,Advocate Notary Tehsil Dunda-Uttarkashi.",R.D.Paliwal(Secretary),2009-01-03,7 +8133/14(4)-II/TC/2008,2008-12-08,à ¤µà ¤¿à ¤Âà ¤¾à ¤—à ¥€à ¤¯ à ¤²à ¥‡à ¤–à ¤¾à ¤•à ¤¾à ¤°à ¥‹à ¤‚/à ¤œà ¥�â€�à ¤¯à ¥‡à ¤·à ¥�â€�à ¤ à ¤²à ¥‡à ¤–à ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤•à ¥‹à ¤‚ à ¤•à ¥‡ à ¤¶à ¥�à ¤°à ¥‹à ¤¤ à ¤¸à ¥‡ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€,T.N.Singh(Director),2009-01-03,1 18-9(M)/XXXVI(1)/2008,2008-12-03,"Shri Kulwant Singh Uppal,Advocate as Notary Tehsil Bazpur USNagar.",R.D.Paliwal(Secretary),2009-01-03,3 8(1)No(C)/XXXVI(1)/2008-924(1),2008-12-16,"Shri Balbir Singh Rangar,Advocate Notary Tehsil Dunda-Uttarkashi.",R.D.Paliwal(Secretary),2009-01-03,7 +8133/14(4)-II/TC/2008,2008-12-08,à ¤µà ¤¿à ¤Âà ¤¾à ¤—à ¥€à ¤¯ à ¤²à ¥‡à ¤–à ¤¾à ¤•à ¤¾à ¤°à ¥‹à ¤‚/à ¤œà ¥�â€�à ¤¯à ¥‡à ¤·à ¥�â€�à ¤ à ¤²à ¥‡à ¤–à ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤•à ¥‹à ¤‚ à ¤•à ¥‡ à ¤¶à ¥�à ¤°à ¥‹à ¤¤ à ¤¸à ¥‡ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€,T.N.Singh(Director),2009-01-03,1 724/XXXII/2008,2008-12-03,असà¥â€à¤¥à¤¾à¤ˆ विधायक निवास की साज सजà¥â€à¤œà¤¾/उपकरण अनà¥à¤®à¤¨à¥â€à¤¯ की सà¥â€à¤µà¥€à¤•ृति,Utpal Kumar Singh(Secretary),2009-01-03,3 925/XXXII/2008,2008-12-17,Uttarakhand Estate Department Drivers Absorption (Amendment) Rules 2008,Utpal Kumar Singh(Secretary),2009-01-03,8 +8133/14(4)-II/TC/2008,2008-12-08,à ¤µà ¤¿à ¤Âà ¤¾à ¤—à ¥€à ¤¯ à ¤²à ¥‡à ¤–à ¤¾à ¤•à ¤¾à ¤°à ¥‹à ¤‚/à ¤œà ¥�â€�à ¤¯à ¥‡à ¤·à ¥�â€�à ¤ à ¤²à ¥‡à ¤–à ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤•à ¥‹à ¤‚ à ¤•à ¥‡ à ¤¶à ¥�à ¤°à ¥‹à ¤¤ à ¤¸à ¥‡ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€,T.N.Singh(Director),2009-01-03,1 724/XXXII/2008,2008-12-03,असà¥â€à¤¥à¤¾à¤ˆ विधायक निवास की साज सजà¥â€à¤œà¤¾/उपकरण अनà¥à¤®à¤¨à¥â€à¤¯ की सà¥â€à¤µà¥€à¤•ृति,Utpal Kumar Singh(Secretary),2009-01-03,3 925/XXXII/2008,2008-12-17,Uttarakhand Estate Department Drivers Absorption (Amendment) Rules 2008,Utpal Kumar Singh(Secretary),2009-01-03,8 +8133/14(4)-II/TC/2008,2008-12-08,à ¤µà ¤¿à ¤Âà ¤¾à ¤—à ¥€à ¤¯ à ¤²à ¥‡à ¤–à ¤¾à ¤•à ¤¾à ¤°à ¥‹à ¤‚/à ¤œà ¥�â€�à ¤¯à ¥‡à ¤·à ¥�â€�à ¤ à ¤²à ¥‡à ¤–à ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤•à ¥‹à ¤‚ à ¤•à ¥‡ à ¤¶à ¥�à ¤°à ¥‹à ¤¤ à ¤¸à ¥‡ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€,T.N.Singh(Director),2009-01-03,1 18-9(M)/XXXVI(1)/2008,2008-12-03,"Shri Kulwant Singh Uppal,Advocate as Notary Tehsil Bazpur USNagar.",R.D.Paliwal(Secretary),2009-01-03,3 8(1)No(C)/XXXVI(1)/2008-924(1),2008-12-16,"Shri Balbir Singh Rangar,Advocate Notary Tehsil Dunda-Uttarkashi.",R.D.Paliwal(Secretary),2009-01-03,7 +1379/XX(1)/120/CBI/2008,2008-12-19,Reg.Death of Km.Preeti Sharma D/o Shri Hemchandra Sharma.,Subhash Kumar (PRINCIPAL SECRETARY),2009-01-10,17 +1102/20-6/01(2)/2008,2008-12-24,à ¤ªà ¥�à ¤°à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤‚à ¤•à ¤¿à ¤¤ à ¤œà ¥�â€�à ¤¯à ¥‡à ¤·à ¥�â€�à ¤ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤¤à ¥ˆà ¤¨à ¤¾à ¤¤ à ¤•à ¤¿à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Indudhar Bodai(PRINCIPAL SECRETARY),2009-01-10,20 1379/XX(1)/120/CBI/2008,2008-12-19,Reg.Death of Km.Preeti Sharma D/o Shri Hemchandra Sharma.,Subhash Kumar (PRINCIPAL SECRETARY),2009-01-10,17 +1102/20-6/01(2)/2008,2008-12-24,à ¤ªà ¥�à ¤°à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤‚à ¤•à ¤¿à ¤¤ à ¤œà ¥�â€�à ¤¯à ¥‡à ¤·à ¥�â€�à ¤ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤¤à ¥ˆà ¤¨à ¤¾à ¤¤ à ¤•à ¤¿à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Indudhar Bodai(PRINCIPAL SECRETARY),2009-01-10,20 1635/21/ वै0प0/नि0को0वि0से0/2008,2008-12-15,निदेशालय कोषागार à¤à¤‚व वितà¥â€à¤¤ सेवायें उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ - पà¥à¤°à¤à¤¾à¤° पà¥à¤°à¤®à¤¾à¤£ पतà¥à¤°,Radha Raturi (Secretary),2009-01-10,8 1635/21/ वै0प0/नि0को0वि0से0/2008,2008-12-15,निदेशालय कोषागार à¤à¤‚व वितà¥â€à¤¤ सेवायें उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ - पà¥à¤°à¤à¤¾à¤° पà¥à¤°à¤®à¤¾à¤£ पतà¥à¤°,Radha Raturi (Secretary),2009-01-10,8 1379/XX(1)/120/CBI/2008,2008-12-19,Reg.Death of Km.Preeti Sharma D/o Shri Hemchandra Sharma.,Subhash Kumar (PRINCIPAL SECRETARY),2009-01-10,17 @@ -3420,10 +4418,14 @@ 1071/P.Election/pradhan/2008-09,2008-12-19,जिला नैनीताल की समसà¥â€à¤¤ गà¥à¤°à¤¾à¤® पंचायतों के उप पà¥à¤°à¤§à¤¾à¤¨à¥‹à¤‚ के निरà¥à¤µà¤¾à¤šà¤¨ हेतॠसमयय सारणी,District Election Officer Nainital(Distict Election Officer ),2009-01-10,3 1071/P.Election/pradhan/2008-09,2008-12-19,जनपद उधमसिंह नगर की समसà¥â€à¤¤ गà¥à¤°à¤¾à¤® पंचायतों के उप पà¥à¤°à¤§à¤¾à¤¨à¥‹à¤‚ के पदों का सामानà¥â€à¤¯ निरà¥à¤µà¤¾à¤šà¤¨ हेतॠसमय सारणी,District Election Officer USNagar(Distict Election Officer ),2009-01-10,6 1635/21/ वै0प0/नि0को0वि0से0/2008,2008-12-15,निदेशालय कोषागार à¤à¤‚व वितà¥â€à¤¤ सेवायें उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ - पà¥à¤°à¤à¤¾à¤° पà¥à¤°à¤®à¤¾à¤£ पतà¥à¤°,Radha Raturi (Secretary),2009-01-10,8 +1379/XX(1)/120/CBI/2008,2008-12-19,Reg.Death of Km.Preeti Sharma D/o Shri Hemchandra Sharma.,Subhash Kumar (PRINCIPAL SECRETARY),2009-01-10,17 +1102/20-6/01(2)/2008,2008-12-24,à ¤ªà ¥�à ¤°à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤‚à ¤•à ¤¿à ¤¤ à ¤œà ¥�â€�à ¤¯à ¥‡à ¤·à ¥�â€�à ¤ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤¤à ¥ˆà ¤¨à ¤¾à ¤¤ à ¤•à ¤¿à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Indudhar Bodai(PRINCIPAL SECRETARY),2009-01-10,20 6नो(के0) XXXVI(1)/2008-19/03,2008-12-22,"Appointment Notary Shri Rajkumar Pandey,Advocate,Dwarahat Dist.Almora.",R.D.Paliwal(Secretary),2009-01-10,19 352/XXXVI(1)/2008-33(4)/2004,2008-12-10,Uttarakhand Public Services tribunal (Salary and Allowances and Conditions of services of Chairman-Vice Chairman and Member- Rules 2008.,R.D.Paliwal(Secretary),2009-01-10,17 4715/UHC/Admin.A/2008,2008-12-16,Handing Over Charge,V.K.Maheshwari(Registrar General),2009-01-10,7 1635/21/ वै0प0/नि0को0वि0से0/2008,2008-12-15,निदेशालय कोषागार à¤à¤‚व वितà¥â€à¤¤ सेवायें उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ - पà¥à¤°à¤à¤¾à¤° पà¥à¤°à¤®à¤¾à¤£ पतà¥à¤°,Radha Raturi (Secretary),2009-01-10,8 +1379/XX(1)/120/CBI/2008,2008-12-19,Reg.Death of Km.Preeti Sharma D/o Shri Hemchandra Sharma.,Subhash Kumar (PRINCIPAL SECRETARY),2009-01-10,17 +1102/20-6/01(2)/2008,2008-12-24,à ¤ªà ¥�à ¤°à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤‚à ¤•à ¤¿à ¤¤ à ¤œà ¥�â€�à ¤¯à ¥‡à ¤·à ¥�â€�à ¤ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤¤à ¥ˆà ¤¨à ¤¾à ¤¤ à ¤•à ¤¿à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Indudhar Bodai(PRINCIPAL SECRETARY),2009-01-10,20 1379/XX(1)/120/CBI/2008,2008-12-19,Reg.Death of Km.Preeti Sharma D/o Shri Hemchandra Sharma.,Subhash Kumar (PRINCIPAL SECRETARY),2009-01-10,17 1102/20-6/01(2)/2008,2008-12-24,पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤ निमà¥â€à¤¨à¤¾à¤‚कित जà¥â€à¤¯à¥‡à¤·à¥â€à¤ अà¤à¤¿à¤¯à¥‹à¤œà¤¨ अधिकारियों को तैनात किये जाने की सà¥â€à¤µà¥€à¤•ृति,Indudhar Bodai(PRINCIPAL SECRETARY),2009-01-10,20 1635/21/ वै0प0/नि0को0वि0से0/2008,2008-12-15,निदेशालय कोषागार à¤à¤‚व वितà¥â€à¤¤ सेवायें उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ - पà¥à¤°à¤à¤¾à¤° पà¥à¤°à¤®à¤¾à¤£ पतà¥à¤°,Radha Raturi (Secretary),2009-01-10,8 @@ -3438,6 +4440,8 @@ 1102/20-6/01(2)/2008,2008-12-24,पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤ निमà¥â€à¤¨à¤¾à¤‚कित जà¥â€à¤¯à¥‡à¤·à¥â€à¤ अà¤à¤¿à¤¯à¥‹à¤œà¤¨ अधिकारियों को तैनात किये जाने की सà¥â€à¤µà¥€à¤•ृति,Indudhar Bodai(PRINCIPAL SECRETARY),2009-01-10,20 1071/P.Election/pradhan/2008-09,2008-12-19,जिला नैनीताल की समसà¥â€à¤¤ गà¥à¤°à¤¾à¤® पंचायतों के उप पà¥à¤°à¤§à¤¾à¤¨à¥‹à¤‚ के निरà¥à¤µà¤¾à¤šà¤¨ हेतॠसमयय सारणी,District Election Officer Nainital(Distict Election Officer ),2009-01-10,3 1071/P.Election/pradhan/2008-09,2008-12-19,जनपद उधमसिंह नगर की समसà¥â€à¤¤ गà¥à¤°à¤¾à¤® पंचायतों के उप पà¥à¤°à¤§à¤¾à¤¨à¥‹à¤‚ के पदों का सामानà¥â€à¤¯ निरà¥à¤µà¤¾à¤šà¤¨ हेतॠसमय सारणी,District Election Officer USNagar(Distict Election Officer ),2009-01-10,6 +1379/XX(1)/120/CBI/2008,2008-12-19,Reg.Death of Km.Preeti Sharma D/o Shri Hemchandra Sharma.,Subhash Kumar (PRINCIPAL SECRETARY),2009-01-10,17 +1102/20-6/01(2)/2008,2008-12-24,à ¤ªà ¥�à ¤°à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤‚à ¤•à ¤¿à ¤¤ à ¤œà ¥�â€�à ¤¯à ¥‡à ¤·à ¥�â€�à ¤ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤¤à ¥ˆà ¤¨à ¤¾à ¤¤ à ¤•à ¤¿à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Indudhar Bodai(PRINCIPAL SECRETARY),2009-01-10,20 6नो(के0) XXXVI(1)/2008-19/03,2008-12-22,"Appointment Notary Shri Rajkumar Pandey,Advocate,Dwarahat Dist.Almora.",R.D.Paliwal(Secretary),2009-01-10,19 352/XXXVI(1)/2008-33(4)/2004,2008-12-10,Uttarakhand Public Services tribunal (Salary and Allowances and Conditions of services of Chairman-Vice Chairman and Member- Rules 2008.,R.D.Paliwal(Secretary),2009-01-10,17 253/XXVI/1(31)/2003,2008-12-29,राजà¥â€à¤¯ योजना आयोग में शोध अधिकारी के पद पर पदोनà¥â€à¤¨à¤¤ के सà¥â€à¤¥à¤¾à¤¨à¤¨ पर नोशनल पदोनà¥â€à¤¨à¥â€à¤¤à¤¿ पढा जाय,Radha Raturi (Secretary),2009-01-17,22 @@ -3445,34 +4449,89 @@ "2669,2729,2821/Ayuktkar/For/08",2008-11-11,निमà¥â€à¤¨ आयात घोषण पतà¥à¤° जिनके खो जाने/चोरी हो जाने के समà¥â€à¤¬à¤¨à¥â€à¤§ में अवैध घोषित,V.K.Saxena(Commissioner Tax Officer),2009-01-17,14 465/XXVII/(9)/2008,2008-12-15,सà¥â€à¤Ÿà¤¾à¤‚प à¤à¤‚व निबनà¥â€à¤§à¤¨ विà¤à¤¾à¤— के राजà¥â€à¤¯ सà¥â€à¤¤à¤° हेतॠलोक सूचना अधिकारी नामित,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-01-17,22 465/XXVII/(9)/2008,2008-12-15,सà¥â€à¤Ÿà¤¾à¤‚प à¤à¤‚व निबनà¥â€à¤§à¤¨ विà¤à¤¾à¤— के राजà¥â€à¤¯ सà¥â€à¤¤à¤° हेतॠलोक सूचना अधिकारी नामित,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-01-17,22 +630/Licence/Cancel/2008,2008-11-17,Reg.Licence Cancellation,P.C.Joshi(RTO),2009-01-17,16 +1493/Licence-Cancel/2008,2008-11-18,Reg.Licence Cancellation,M.S.Rawat(RTO),2009-01-17,18 +236/UHC/Xiv/65/Admin,2008-12-23,Shri shahanshah mohd.Dilber Danish CJM Pauri is sanction EL.,Prashant Joshi(Ragistrar -Inspection),2009-01-17,11 +238/UHC/Xiv/65/Admin,2008-12-29,Reg.Smt.preetu Sharma CJ(SD)Almora sanction Maternity Leave.,Prashant Joshi(Ragistrar -Inspection),2009-01-17,11 +239-240/UHC/XIV-66/Admin,2008-12-29,Reg.Leave Sanction,Prashant Joshi(Ragistrar -Inspection),2009-01-17,11 +4906/XIV/50/Admin/2008,2008-12-29,Reg.Charge Certificate Taking Over Registrar (Judicial)HCU,Prashant Joshi(Ragistrar -Inspection),2009-01-17,12 2248/Ayuktkar/Form Section/2009,2008-09-25,निमà¥â€à¤¨à¤²à¤¿à¤–ित आयात घोषण पतà¥à¤° जिनके खो जाने/चोरी हो जाने के समà¥â€à¤¬à¤¨à¥â€à¤§ में अवैध घोषित,V.K.Saxena(Commissioner Tax Officer),2009-01-17,12 "2669,2729,2821/Ayuktkar/For/08",2008-11-11,निमà¥â€à¤¨ आयात घोषण पतà¥à¤° जिनके खो जाने/चोरी हो जाने के समà¥â€à¤¬à¤¨à¥â€à¤§ में अवैध घोषित,V.K.Saxena(Commissioner Tax Officer),2009-01-17,14 +465/XXVII/(9)/2008,2008-12-15,à ¤¸à ¥�â€�à ¤Ÿà ¤¾à ¤‚à ¤ª à ¤�à ¤‚à ¤µ à ¤¨à ¤¿à ¤¬à ¤¨à ¥�â€�à ¤§à ¤¨ à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤•à ¥‡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¥�â€�à ¤¤à ¤° à ¤¹à ¥‡à ¤¤à ¥� à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-01-17,22 +236/UHC/Xiv/65/Admin,2008-12-23,Shri shahanshah mohd.Dilber Danish CJM Pauri is sanction EL.,Prashant Joshi(Ragistrar -Inspection),2009-01-17,11 +238/UHC/Xiv/65/Admin,2008-12-29,Reg.Smt.preetu Sharma CJ(SD)Almora sanction Maternity Leave.,Prashant Joshi(Ragistrar -Inspection),2009-01-17,11 +239-240/UHC/XIV-66/Admin,2008-12-29,Reg.Leave Sanction,Prashant Joshi(Ragistrar -Inspection),2009-01-17,11 +4906/XIV/50/Admin/2008,2008-12-29,Reg.Charge Certificate Taking Over Registrar (Judicial)HCU,Prashant Joshi(Ragistrar -Inspection),2009-01-17,12 465/XXVII/(9)/2008,2008-12-15,सà¥â€à¤Ÿà¤¾à¤‚प à¤à¤‚व निबनà¥â€à¤§à¤¨ विà¤à¤¾à¤— के राजà¥â€à¤¯ सà¥â€à¤¤à¤° हेतॠलोक सूचना अधिकारी नामित,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-01-17,22 630/Licence/Cancel/2008,2008-11-17,Reg.Licence Cancellation,P.C.Joshi(RTO),2009-01-17,16 1493/Licence-Cancel/2008,2008-11-18,Reg.Licence Cancellation,M.S.Rawat(RTO),2009-01-17,18 +465/XXVII/(9)/2008,2008-12-15,à ¤¸à ¥�â€�à ¤Ÿà ¤¾à ¤‚à ¤ª à ¤�à ¤‚à ¤µ à ¤¨à ¤¿à ¤¬à ¤¨à ¥�â€�à ¤§à ¤¨ à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤•à ¥‡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¥�â€�à ¤¤à ¤° à ¤¹à ¥‡à ¤¤à ¥� à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-01-17,22 +236/UHC/Xiv/65/Admin,2008-12-23,Shri shahanshah mohd.Dilber Danish CJM Pauri is sanction EL.,Prashant Joshi(Ragistrar -Inspection),2009-01-17,11 +238/UHC/Xiv/65/Admin,2008-12-29,Reg.Smt.preetu Sharma CJ(SD)Almora sanction Maternity Leave.,Prashant Joshi(Ragistrar -Inspection),2009-01-17,11 +239-240/UHC/XIV-66/Admin,2008-12-29,Reg.Leave Sanction,Prashant Joshi(Ragistrar -Inspection),2009-01-17,11 +4906/XIV/50/Admin/2008,2008-12-29,Reg.Charge Certificate Taking Over Registrar (Judicial)HCU,Prashant Joshi(Ragistrar -Inspection),2009-01-17,12 465/XXVII/(9)/2008,2008-12-15,सà¥â€à¤Ÿà¤¾à¤‚प à¤à¤‚व निबनà¥â€à¤§à¤¨ विà¤à¤¾à¤— के राजà¥â€à¤¯ सà¥â€à¤¤à¤° हेतॠलोक सूचना अधिकारी नामित,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-01-17,22 +236/UHC/Xiv/65/Admin,2008-12-23,Shri shahanshah mohd.Dilber Danish CJM Pauri is sanction EL.,Prashant Joshi(Ragistrar -Inspection),2009-01-17,11 +238/UHC/Xiv/65/Admin,2008-12-29,Reg.Smt.preetu Sharma CJ(SD)Almora sanction Maternity Leave.,Prashant Joshi(Ragistrar -Inspection),2009-01-17,11 +239-240/UHC/XIV-66/Admin,2008-12-29,Reg.Leave Sanction,Prashant Joshi(Ragistrar -Inspection),2009-01-17,11 +4906/XIV/50/Admin/2008,2008-12-29,Reg.Charge Certificate Taking Over Registrar (Judicial)HCU,Prashant Joshi(Ragistrar -Inspection),2009-01-17,12 253/XXVI/1(31)/2003,2008-12-29,राजà¥â€à¤¯ योजना आयोग में शोध अधिकारी के पद पर पदोनà¥â€à¤¨à¤¤ के सà¥â€à¤¥à¤¾à¤¨à¤¨ पर नोशनल पदोनà¥â€à¤¨à¥â€à¤¤à¤¿ पढा जाय,Radha Raturi (Secretary),2009-01-17,22 +22/Licence/Cancellation/2008,2008-11-29,Reg.Licences Cancellation.,P.C.Joshi(RTO),2009-01-24,22 +2512/Licence/Cancellation/2008,2008-09-12,Reg.Licence Cancellation.,S.K.Singh(RTO),2009-01-24,24 +1795/Licence/Cancel/2008,2008-12-06,Reg.Licence Cancellations.,M.S.Rawat(RTO),2009-01-24,21 +"2-3/UHC/XIV//63/Ad,min",2009-01-06,Reg.Leave Sanction.,Prashant Joshi(Ragistrar -Inspection),2009-01-24,21 29/XXIV-2/09/12(24)/2009,2009-01-06,"Reg.Shri Chander Singh Gwal,Director Education",Dr.Rakesh Kumar (Secretary),2009-01-24,27 1286/V.S./25/2001,2009-01-02,शà¥à¤°à¥€ राकेश मोहन नैथानी को मा0 उपाधà¥â€à¤¯à¤•à¥à¤· विधान सà¤à¤¾ के साथ 24 सिमà¥â€à¤¬à¤° 2008 से नियà¥à¤•à¥â€à¤¤ किया जाता है,Mahesh Chandra(Secretary),2009-01-24,26 1286/V.S./25/2001,2009-01-02,शà¥à¤°à¥€ राकेश मोहन नैथानी को मा0 उपाधà¥â€à¤¯à¤•à¥à¤· विधान सà¤à¤¾ के साथ 24 सिमà¥â€à¤¬à¤° 2008 से नियà¥à¤•à¥â€à¤¤ किया जाता है,Mahesh Chandra(Secretary),2009-01-24,26 +"2-3/UHC/XIV//63/Ad,min",2009-01-06,Reg.Leave Sanction.,Prashant Joshi(Ragistrar -Inspection),2009-01-24,21 22/Licence/Cancellation/2008,2008-11-29,Reg.Licences Cancellation.,P.C.Joshi(RTO),2009-01-24,22 2512/Licence/Cancellation/2008,2008-09-12,Reg.Licence Cancellation.,S.K.Singh(RTO),2009-01-24,24 +1795/Licence/Cancel/2008,2008-12-06,Reg.Licence Cancellations.,M.S.Rawat(RTO),2009-01-24,21 3718 /II-2008-01(519)/03,2009-01-06,सिंचाई विà¤à¤¾à¤— उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ में शोध परà¥à¤¯à¤µà¥‡à¤•à¥à¤·à¤• से सहायक शोध अधिकारी के पदों पर पदोनà¥â€à¤¨à¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृâ€à¤¤à¤¿,Vinod Fonia(Secretary),2009-01-24,26 +"2-3/UHC/XIV//63/Ad,min",2009-01-06,Reg.Leave Sanction.,Prashant Joshi(Ragistrar -Inspection),2009-01-24,21 +"2-3/UHC/XIV//63/Ad,min",2009-01-06,Reg.Leave Sanction.,Prashant Joshi(Ragistrar -Inspection),2009-01-24,21 3718 /II-2008-01(519)/03,2009-01-06,सिंचाई विà¤à¤¾à¤— उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ में शोध परà¥à¤¯à¤µà¥‡à¤•à¥à¤·à¤• से सहायक शोध अधिकारी के पदों पर पदोनà¥â€à¤¨à¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृâ€à¤¤à¤¿,Vinod Fonia(Secretary),2009-01-24,26 1707/4-56(2007),2008-12-01,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ पà¥à¤°à¤¶à¤¾à¤¸à¤¨ अकादमी नैनीताल दà¥à¤µà¤¾à¤°à¤¾ तहसीलदारों हेतॠआयोजित विà¤à¤¾à¤—ीय पâ€à¤°à¥€à¤•à¥à¤·à¤¾ में उतà¥â€à¤¤à¥€à¤°à¥à¤£ घोषित,S.Raju(Director),2009-01-31,28 +28/XX(1)/416/IPS/2009,2009-01-15,à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¸à ¥‡à ¤µà ¤¾ 2005 à ¤µà ¥ˆà ¤š à ¤•à ¥‡ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥€ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¥�â€�à ¤¤à ¤¿ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar (PRINCIPAL SECRETARY),2009-01-31,30 14/XXVIII-2-2009-58/2004,2009-01-15,Reg.Promotions P.M.H.S.,Keshav Deshiraju(PRINCIPAL SECRETARY),2009-01-31,30 +28/XX(1)/416/IPS/2009,2009-01-15,à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¸à ¥‡à ¤µà ¤¾ 2005 à ¤µà ¥ˆà ¤š à ¤•à ¥‡ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥€ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¥�â€�à ¤¤à ¤¿ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar (PRINCIPAL SECRETARY),2009-01-31,30 +Nil,2009-01-20,à ¤œà ¤¿à ¤²à ¤¾ à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤ à ¤²à ¥‡à ¤–à ¤¾à ¤•à ¤¾à ¤° à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤µà ¤°à ¥�à ¤· 2008 à ¤•à ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾à ¤«à ¤²,N.P.Saxena(Director),2009-01-31,28 +Nil,2009-01-20,à ¤œà ¤¿à ¤²à ¤¾ à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤ à ¤²à ¥‡à ¤–à ¤¾à ¤•à ¤¾à ¤° à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤µà ¤°à ¥�à ¤· 2008 à ¤•à ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾à ¤«à ¤²,N.P.Saxena(Director),2009-01-31,28 14/XXVIII-2-2009-58/2004,2009-01-15,Reg.Promotions P.M.H.S.,Keshav Deshiraju(PRINCIPAL SECRETARY),2009-01-31,30 28/XX(1)/416/IPS/2009,2009-01-15,पà¥à¤²à¤¿à¤¸ सेवा 2005 वैच के निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारियों की पदोनà¥â€à¤¨à¥â€à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar (PRINCIPAL SECRETARY),2009-01-31,30 Memo/Licence/Can/2008,2008-09-06,Reg.Licence Cancel Shri Akal Singh Dist.Tehri Garhwal,Dinesh Chandra Pathoi(Asst RTO),2009-01-31,35 353/Licence/Cancel/2008,2009-01-15,Reg.Licence Cancellation,RTO-Pithoragarh(Asst RTO),2009-01-31,31 +271-277/Licence/Can/2008,2008-12-22,Reg.Licence Cancellation .,Harbans Lal Talwar (RTO),2009-01-31,36 +24-25/Licence/Cancel/2008,2008-12-18,Reg.Licence Cancellation,M.S.Rawat(RTO),2009-01-31,32 +Memo/Licence/08,2008-09-06,Reg.Licence Cancellation,RTO-Rishikesh(RTO),2009-01-31,33 +Memo/Licence/Can/2008,2009-01-02,Reg.Licence Cancellation Shri Prem Singh Dist.Pithoragarh,RTO-Pithoragarh(RTO),2009-01-31,34 +4/UHC/XIV/71/Admin,2009-01-13,Smt.Neena Agarwal Civil Judge(SD) Dehradun is hereby Sanction EL,Prashant Joshi(Ragistrar -Inspection),2009-01-31,27 +5/UHC/XIV/52/Admin,2009-01-20,Reg.Sri Rajendra Joshi ADJ Roorkee is hereby sanction EL,Prashant Joshi(Ragistrar -Inspection),2009-01-31,27 14/VI-I/2009-37(Y.W.)2001,2009-01-14,यà¥à¤µà¤¾ कलà¥â€à¤¯à¤¾à¤£ परिषद का कारà¥à¤¯à¤•ाल 18 मई 2007 से छः वरà¥à¤· के लिठबढाये जाने की सà¥â€à¤µà¥€à¤•ृति ा,Rakesh Sharma(Secretary),2009-01-31,30 +Nil,2009-01-20,à ¤œà ¤¿à ¤²à ¤¾ à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤ à ¤²à ¥‡à ¤–à ¤¾à ¤•à ¤¾à ¤° à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤µà ¤°à ¥�à ¤· 2008 à ¤•à ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾à ¤«à ¤²,N.P.Saxena(Director),2009-01-31,28 +28/XX(1)/416/IPS/2009,2009-01-15,à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¸à ¥‡à ¤µà ¤¾ 2005 à ¤µà ¥ˆà ¤š à ¤•à ¥‡ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥€ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¥�â€�à ¤¤à ¤¿ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar (PRINCIPAL SECRETARY),2009-01-31,30 +4/UHC/XIV/71/Admin,2009-01-13,Smt.Neena Agarwal Civil Judge(SD) Dehradun is hereby Sanction EL,Prashant Joshi(Ragistrar -Inspection),2009-01-31,27 +5/UHC/XIV/52/Admin,2009-01-20,Reg.Sri Rajendra Joshi ADJ Roorkee is hereby sanction EL,Prashant Joshi(Ragistrar -Inspection),2009-01-31,27 +Nil,2009-01-20,à ¤œà ¤¿à ¤²à ¤¾ à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤ à ¤²à ¥‡à ¤–à ¤¾à ¤•à ¤¾à ¤° à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤µà ¤°à ¥�à ¤· 2008 à ¤•à ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾à ¤«à ¤²,N.P.Saxena(Director),2009-01-31,28 48/XIV-2/2009,2009-01-20,खांडसारी à¤à¤‚व पावर कà¥à¤°à¥‡à¤¶à¤°à¥‹à¤‚ के लिठलाईसेनà¥â€à¤¸ नीति,Rajeev Chandra(Secretary),2009-01-31,31 Memo/Licence/Can/2008,2008-09-06,Reg.Licence Cancel Shri Akal Singh Dist.Tehri Garhwal,Dinesh Chandra Pathoi(Asst RTO),2009-01-31,35 353/Licence/Cancel/2008,2009-01-15,Reg.Licence Cancellation,RTO-Pithoragarh(Asst RTO),2009-01-31,31 271-277/Licence/Can/2008,2008-12-22,Reg.Licence Cancellation .,Harbans Lal Talwar (RTO),2009-01-31,36 +24-25/Licence/Cancel/2008,2008-12-18,Reg.Licence Cancellation,M.S.Rawat(RTO),2009-01-31,32 +Memo/Licence/08,2008-09-06,Reg.Licence Cancellation,RTO-Rishikesh(RTO),2009-01-31,33 +Memo/Licence/Can/2008,2009-01-02,Reg.Licence Cancellation Shri Prem Singh Dist.Pithoragarh,RTO-Pithoragarh(RTO),2009-01-31,34 +28/XX(1)/416/IPS/2009,2009-01-15,à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¸à ¥‡à ¤µà ¤¾ 2005 à ¤µà ¥ˆà ¤š à ¤•à ¥‡ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥€ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¥�â€�à ¤¤à ¤¿ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar (PRINCIPAL SECRETARY),2009-01-31,30 +28/XX(1)/416/IPS/2009,2009-01-15,à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¸à ¥‡à ¤µà ¤¾ 2005 à ¤µà ¥ˆà ¤š à ¤•à ¥‡ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥€ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¥�â€�à ¤¤à ¤¿ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar (PRINCIPAL SECRETARY),2009-01-31,30 +Nil,2009-01-20,à ¤œà ¤¿à ¤²à ¤¾ à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤ à ¤²à ¥‡à ¤–à ¤¾à ¤•à ¤¾à ¤° à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤µà ¤°à ¥�à ¤· 2008 à ¤•à ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾à ¤«à ¤²,N.P.Saxena(Director),2009-01-31,28 14/XXVIII-2-2009-58/2004,2009-01-15,Reg.Promotions P.M.H.S.,Keshav Deshiraju(PRINCIPAL SECRETARY),2009-01-31,30 28/XX(1)/416/IPS/2009,2009-01-15,पà¥à¤²à¤¿à¤¸ सेवा 2005 वैच के निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारियों की पदोनà¥â€à¤¨à¥â€à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar (PRINCIPAL SECRETARY),2009-01-31,30 +4/UHC/XIV/71/Admin,2009-01-13,Smt.Neena Agarwal Civil Judge(SD) Dehradun is hereby Sanction EL,Prashant Joshi(Ragistrar -Inspection),2009-01-31,27 +5/UHC/XIV/52/Admin,2009-01-20,Reg.Sri Rajendra Joshi ADJ Roorkee is hereby sanction EL,Prashant Joshi(Ragistrar -Inspection),2009-01-31,27 +Nil,2009-01-20,à ¤œà ¤¿à ¤²à ¤¾ à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤ à ¤²à ¥‡à ¤–à ¤¾à ¤•à ¤¾à ¤° à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤µà ¤°à ¥�à ¤· 2008 à ¤•à ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾à ¤«à ¤²,N.P.Saxena(Director),2009-01-31,28 +4/UHC/XIV/71/Admin,2009-01-13,Smt.Neena Agarwal Civil Judge(SD) Dehradun is hereby Sanction EL,Prashant Joshi(Ragistrar -Inspection),2009-01-31,27 +5/UHC/XIV/52/Admin,2009-01-20,Reg.Sri Rajendra Joshi ADJ Roorkee is hereby sanction EL,Prashant Joshi(Ragistrar -Inspection),2009-01-31,27 28/XX(1)/416/IPS/2009,2009-01-15,पà¥à¤²à¤¿à¤¸ सेवा 2005 वैच के निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारियों की पदोनà¥â€à¤¨à¥â€à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar (PRINCIPAL SECRETARY),2009-01-31,30 +28/XX(1)/416/IPS/2009,2009-01-15,à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¸à ¥‡à ¤µà ¤¾ 2005 à ¤µà ¥ˆà ¤š à ¤•à ¥‡ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥€ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¥�â€�à ¤¤à ¤¿ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar (PRINCIPAL SECRETARY),2009-01-31,30 816/Licence-Cancel/2009,2009-01-22,Regarding Licence Cancellation.,Karam Singh Asst.RTO Kotdwar (Asst RTO),2009-02-07,44 82/30-1-2009-25(16)/2004,2009-01-23,Appointment shri Rakesh Kumar Singh Civil Judge (JD),Shatrughan Singh(Secretary),2009-02-07,37 3732/Ayuktkar/Form Section/2009,2009-01-29,निमà¥â€à¤¨à¤²à¤¿à¤–ित सूची में उलिखà¥â€à¤¿à¤¤à¤¿ आयात घोषणा पतà¥à¤° जिनके खो जाने/चोरी हो जाने के समà¥â€à¤¬à¤¨à¥â€à¤§ में अवैध घोषित,V.K.Saxena(Commissioner Tax Officer),2009-02-07,41 @@ -3516,6 +4575,7 @@ 1589/Licence/2008,2008-10-06,"Reg.Licence Cancellation Shri Mohbat Ali, Haridwar",RTO-Haridwar(RTO),2009-02-28,90 338/XV-1/2(61)/2006,2009-02-17,शà¥à¤°à¥€ नरेश मोहन नैथानी कà¥à¤·à¥‡à¤¤à¥à¤° अधिकारी साखà¥à¤¯à¤¿à¤•ी को संखà¥â€à¤¯à¤¾ अधिकारी के रिकà¥â€à¤¤ पद पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Amrendra Sinha(Secretary),2009-02-28,53 87/XX(1)/93/PPS/2007,2009-01-06,"Reg.Name Change Km.Sarita Rawat to Smt.Sarita Dobhal w/o Shri Pramendra Sigh Dobhal,Bazpur USNagar.",Subhash kumar(PRINCIPAL SECRETARY),2009-02-28,52 +87/XX(1)/93/PPS/2007,2009-01-06,"Reg.Name Change Km.Sarita Rawat to Smt.Sarita Dobhal w/o Shri Pramendra Sigh Dobhal,Bazpur USNagar.",Subhash kumar(PRINCIPAL SECRETARY),2009-02-28,52 1589/Licence/2008,2008-10-06,"Reg.Licence Cancellation Shri Mohbat Ali, Haridwar",RTO-Haridwar(RTO),2009-02-28,90 594/2008/17(100)/XXVII(8)/08,2008-10-20,"शà¥à¤°à¥€ खेतल विजय,डिपà¥â€à¤Ÿà¥€ कमिशà¥â€à¤¨à¤°,खणà¥â€à¤¡-1 हलà¥â€à¤¦à¥à¤µà¤¾à¤¨à¥€ को डिपà¥â€à¤Ÿà¥€ कमिशà¥â€à¤¨à¤°,खटीमा के पद पर सà¥â€à¤¥à¤¾à¤¨à¤¾à¤¨à¥â€â€à¤¤à¤°à¤¿à¤¤ किया जाता है",M.L.Pant (Secretary),2009-02-28,53 614/2008/13(100)XXVII(8)/01,2008-10-20,जà¥â€à¤µà¤¾à¤‡à¤¨à¥â€à¤Ÿ कमिशà¥â€à¤¨à¤° के रिकà¥â€à¤¤ पदों के सापेकà¥à¤· निमà¥â€à¤¨à¤¾à¤•ित अधिकारियों को पदोनà¥â€à¤¨à¤¤ करते हà¥à¤ तैनात किया जाता है,M.L.Pant (Secretary),2009-02-28,54 @@ -3546,9 +4606,12 @@ 144/XXVIII(1)/2007-18/2004,2009-02-17,आयà¥à¤°à¥à¤µà¥‡à¤¦à¤¿à¤• à¤à¤µà¤‚ यूनानी औषधियों के लाईसेनà¥â€à¤¸ जारी किये जाने हेतॠनिमà¥â€à¤¨à¤²à¤¿à¤–ित विशेषजà¥à¤žà¥‹à¤‚ का पैनल गठित की सà¥â€à¤µà¥€à¤•ृति,Ajay Singh Nabiyal(Additional Secretary),2009-03-07,68 349/II-2009-02(11)/2008,2009-02-24,"शà¥à¤°à¥€ रवीनà¥â€à¤¦à¥à¤° पà¥à¤°à¤¸à¤¾à¤¦, अधिशासी अà¤à¤¿à¤¯à¤‚ता लघॠसिंचाई चमोली को 18.2.2009 को गिरपतार किया गया ततà¥â€à¤•ाल पà¥à¤°à¤à¤¾à¤µ से निलमà¥à¤¬à¤¿à¤¤ की सà¥â€à¤µà¥€à¤•ृति",Vinod Fonia(Secretary),2009-03-07,68 349/II-2009-02(11)/2008,2009-02-24,"शà¥à¤°à¥€ रवीनà¥â€à¤¦à¥à¤° पà¥à¤°à¤¸à¤¾à¤¦, अधिशासी अà¤à¤¿à¤¯à¤‚ता लघॠसिंचाई चमोली को 18.2.2009 को गिरपतार किया गया ततà¥â€à¤•ाल पà¥à¤°à¤à¤¾à¤µ से निलमà¥à¤¬à¤¿à¤¤ की सà¥â€à¤µà¥€à¤•ृति",Vinod Fonia(Secretary),2009-03-07,68 +10-11/XIV/16/Admin/2008,2009-02-16,Regarding Leave Sanction-Sh.Vijay Kumar Viswakarma 2nd Judicial Magistrate Dehradun and Sh.Gajanand Nautiyal SJM Rishikesh.,Prashant Joshi(Ragistrar -Inspection),2009-03-07,93 144/XXVIII(1)/2007-18/2004,2009-02-17,आयà¥à¤°à¥à¤µà¥‡à¤¦à¤¿à¤• à¤à¤µà¤‚ यूनानी औषधियों के लाईसेनà¥â€à¤¸ जारी किये जाने हेतॠनिमà¥â€à¤¨à¤²à¤¿à¤–ित विशेषजà¥à¤žà¥‹à¤‚ का पैनल गठित की सà¥â€à¤µà¥€à¤•ृति,Ajay Singh Nabiyal(Additional Secretary),2009-03-07,68 240/XVIII(1)/2009-4/2008,2009-02-13,राजसà¥â€à¤µ कारà¥à¤¯à¤ªà¤¾à¤²à¤• (नायब तहसीलदार) सेवा नियमावली 2009,Subhash kumar(PRINCIPAL SECRETARY),2009-03-07,60 54/XX-1/268/PPS/2004,2009-01-28,पà¥à¤²à¤¿à¤¸ निरीकà¥à¤·à¤• से पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤• के पद पर नियमित पदोनà¥â€à¤¨à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Subhash kumar(PRINCIPAL SECRETARY),2009-03-07,58 +10-11/XIV/16/Admin/2008,2009-02-16,Regarding Leave Sanction-Sh.Vijay Kumar Viswakarma 2nd Judicial Magistrate Dehradun and Sh.Gajanand Nautiyal SJM Rishikesh.,Prashant Joshi(Ragistrar -Inspection),2009-03-07,93 +10-11/XIV/16/Admin/2008,2009-02-16,Regarding Leave Sanction-Sh.Vijay Kumar Viswakarma 2nd Judicial Magistrate Dehradun and Sh.Gajanand Nautiyal SJM Rishikesh.,Prashant Joshi(Ragistrar -Inspection),2009-03-07,93 54/XX-1/268/PPS/2004,2009-01-28,पà¥à¤²à¤¿à¤¸ निरीकà¥à¤·à¤• से पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤• के पद पर नियमित पदोनà¥â€à¤¨à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Subhash kumar(PRINCIPAL SECRETARY),2009-03-07,58 349/II-2009-02(11)/2008,2009-02-24,"शà¥à¤°à¥€ रवीनà¥â€à¤¦à¥à¤° पà¥à¤°à¤¸à¤¾à¤¦, अधिशासी अà¤à¤¿à¤¯à¤‚ता लघॠसिंचाई चमोली को 18.2.2009 को गिरपतार किया गया ततà¥â€à¤•ाल पà¥à¤°à¤à¤¾à¤µ से निलमà¥à¤¬à¤¿à¤¤ की सà¥â€à¤µà¥€à¤•ृति",Vinod Fonia(Secretary),2009-03-07,68 54/XX-1/268/PPS/2004,2009-01-28,पà¥à¤²à¤¿à¤¸ निरीकà¥à¤·à¤• से पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤• के पद पर नियमित पदोनà¥â€à¤¨à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Subhash kumar(PRINCIPAL SECRETARY),2009-03-07,58 @@ -3577,12 +4640,33 @@ 57/Tri-Panchayat-Election-2009,2009-02-16,जनपद चमà¥â€à¤ªà¤¾à¤µà¤¤ के सदसà¥â€à¤¯ गà¥à¤°à¤¾à¤® पंचायत के पदों पर निरà¥à¤µà¤¾à¤šà¤¨ समय सारणी के अनà¥à¤¸à¤¾à¤°,Avnaindra singh Nayal(District Election Officer),2009-03-21,13 1168/Panchayat-Election/2008-09,2009-02-16,Janpad Nainital ke Gram Panchayat Sadasyon ke Rikt Padon per Nirvachan hetu.,Haritash Gulsan(District Magistrate),2009-03-21,16 195/XXVIII-3-2009-133/2007,2009-03-05,"Shri Jas Ram Dhyani,Appointed for test of All Allopathic Drugs and Cosmetics to the State of Uttarakhand.",Keshav Deshiraju(PRINCIPAL SECRETARY),2009-03-21,76 +15/XUHC/71/Admin/2008,2009-02-27,Regarding Sanction of Leave-Smt.Neena Agarwal Addl.Civil Judge(SD)dehradun,Prashant Joshi(Ragistrar -Inspection),2009-03-21,97 +16/XIV/32/Admin/2008,2009-02-27,"Regarding Leave Sanction Shri Mukesh Chandra Arya,Civil Judge (JD) Pithoragarh",Prashant Joshi(Ragistrar -Inspection),2009-03-21,97 +18/UHC/Admin.2009,2009-03-02,District Sessions Judge Chamoli shall continue to hold additional charge of District Sessions Judge Rudraprayag.,Prashant Joshi(Ragistrar -Inspection),2009-03-21,98 +19/XIV/24/Admin/2008,2009-03-02,"Reg.Leave Sanction Shri Uday Pratap Singh,Judicial Magistrate Kashipur",Prashant Joshi(Ragistrar -Inspection),2009-03-21,98 +20/XIV-69/Admin/2003,2009-03-02,"Reg. Leave Sanction Smt.Rama Pandey,CJM, Nainital",Prashant Joshi(Ragistrar -Inspection),2009-03-21,98 +21/XIV/36/Admin/2003,2009-03-02,Reg.Leave Sanction Ms.Sangeeta Rani Addl.Civil Judge(JD) Roorkee.,Prashant Joshi(Ragistrar -Inspection),2009-03-21,98 +24-27/UHC/Admin/2009,2009-03-06,Reg.Hold the court of Civil Judge for a Week during 16.3.2009 to 15.4.2009.,Prashant Joshi(Ragistrar -Inspection),2009-03-21,99 1056/P-election/2009,2009-02-16,"जनपद पौडी के पà¥à¤°à¤§à¤¾à¤¨,गà¥à¤°à¤¾à¤® पंचायत,सदसà¥â€à¤¯ गà¥à¤°à¤¾à¤® पंचायतों के रिकà¥â€à¤¤ पदों पर निरà¥à¤µà¤¾à¤šà¤¨ हेतॠसमय सारणी",D.Sainthil Pandian(Distict Election Officer ),2009-03-21,20 57/Tri-Panchayat-Election-2009,2009-02-16,जनपद चमà¥â€à¤ªà¤¾à¤µà¤¤ के सदसà¥â€à¤¯ गà¥à¤°à¤¾à¤® पंचायत के पदों पर निरà¥à¤µà¤¾à¤šà¤¨ समय सारणी के अनà¥à¤¸à¤¾à¤°,Avnaindra singh Nayal(District Election Officer),2009-03-21,13 1168/Panchayat-Election/2008-09,2009-02-16,Janpad Nainital ke Gram Panchayat Sadasyon ke Rikt Padon per Nirvachan hetu.,Haritash Gulsan(District Magistrate),2009-03-21,16 195/XXVIII-3-2009-133/2007,2009-03-05,"Shri Jas Ram Dhyani,Appointed for test of All Allopathic Drugs and Cosmetics to the State of Uttarakhand.",Keshav Deshiraju(PRINCIPAL SECRETARY),2009-03-21,76 4174/Ayuktkar/Vanijyakar/formsection,2009-02-25,सीरीज संखà¥â€à¤¯à¤¾ UK.VAT-B-2009 ( कà¥à¤°à¤®à¤¾à¤‚क0000001 से 0100000 तक ततà¥â€à¤•ाल पà¥à¤°à¤à¤¾à¤µ से पà¥à¤°à¤šà¤²à¤¨ में आ जायेंगें,M.L.Pant(Commissioner Tax Officer),2009-03-21,99 4250/Ayuktkar/2008-09,2009-03-02,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ के अरà¥à¤¨à¥â€à¤¤à¤—त आने वाले वाणिजà¥â€à¤¯à¤•र मणà¥â€à¤¡à¤²/खणà¥â€à¤¡à¥‹à¤‚ में वà¥â€à¤¯à¤¾à¤ªà¤¾à¤°à¤¿à¤¯à¥‹à¤‚ की संखà¥â€à¤¯à¤¾ तथा नये खणà¥â€à¤¡à¥‹à¤‚ का सृजन,M.L.Pant (Commissioner Tax Officer),2009-03-21,100 +15/XUHC/71/Admin/2008,2009-02-27,Regarding Sanction of Leave-Smt.Neena Agarwal Addl.Civil Judge(SD)dehradun,Prashant Joshi(Ragistrar -Inspection),2009-03-21,97 +16/XIV/32/Admin/2008,2009-02-27,"Regarding Leave Sanction Shri Mukesh Chandra Arya,Civil Judge (JD) Pithoragarh",Prashant Joshi(Ragistrar -Inspection),2009-03-21,97 +18/UHC/Admin.2009,2009-03-02,District Sessions Judge Chamoli shall continue to hold additional charge of District Sessions Judge Rudraprayag.,Prashant Joshi(Ragistrar -Inspection),2009-03-21,98 +19/XIV/24/Admin/2008,2009-03-02,"Reg.Leave Sanction Shri Uday Pratap Singh,Judicial Magistrate Kashipur",Prashant Joshi(Ragistrar -Inspection),2009-03-21,98 +20/XIV-69/Admin/2003,2009-03-02,"Reg. Leave Sanction Smt.Rama Pandey,CJM, Nainital",Prashant Joshi(Ragistrar -Inspection),2009-03-21,98 +21/XIV/36/Admin/2003,2009-03-02,Reg.Leave Sanction Ms.Sangeeta Rani Addl.Civil Judge(JD) Roorkee.,Prashant Joshi(Ragistrar -Inspection),2009-03-21,98 +24-27/UHC/Admin/2009,2009-03-06,Reg.Hold the court of Civil Judge for a Week during 16.3.2009 to 15.4.2009.,Prashant Joshi(Ragistrar -Inspection),2009-03-21,99 +15/XUHC/71/Admin/2008,2009-02-27,Regarding Sanction of Leave-Smt.Neena Agarwal Addl.Civil Judge(SD)dehradun,Prashant Joshi(Ragistrar -Inspection),2009-03-21,97 +16/XIV/32/Admin/2008,2009-02-27,"Regarding Leave Sanction Shri Mukesh Chandra Arya,Civil Judge (JD) Pithoragarh",Prashant Joshi(Ragistrar -Inspection),2009-03-21,97 +18/UHC/Admin.2009,2009-03-02,District Sessions Judge Chamoli shall continue to hold additional charge of District Sessions Judge Rudraprayag.,Prashant Joshi(Ragistrar -Inspection),2009-03-21,98 +19/XIV/24/Admin/2008,2009-03-02,"Reg.Leave Sanction Shri Uday Pratap Singh,Judicial Magistrate Kashipur",Prashant Joshi(Ragistrar -Inspection),2009-03-21,98 +20/XIV-69/Admin/2003,2009-03-02,"Reg. Leave Sanction Smt.Rama Pandey,CJM, Nainital",Prashant Joshi(Ragistrar -Inspection),2009-03-21,98 +21/XIV/36/Admin/2003,2009-03-02,Reg.Leave Sanction Ms.Sangeeta Rani Addl.Civil Judge(JD) Roorkee.,Prashant Joshi(Ragistrar -Inspection),2009-03-21,98 +24-27/UHC/Admin/2009,2009-03-06,Reg.Hold the court of Civil Judge for a Week during 16.3.2009 to 15.4.2009.,Prashant Joshi(Ragistrar -Inspection),2009-03-21,99 4174/Ayuktkar/Vanijyakar/formsection,2009-02-25,सीरीज संखà¥â€à¤¯à¤¾ UK.VAT-B-2009 ( कà¥à¤°à¤®à¤¾à¤‚क0000001 से 0100000 तक ततà¥â€à¤•ाल पà¥à¤°à¤à¤¾à¤µ से पà¥à¤°à¤šà¤²à¤¨ में आ जायेंगें,M.L.Pant(Commissioner Tax Officer),2009-03-21,99 4250/Ayuktkar/2008-09,2009-03-02,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ के अरà¥à¤¨à¥â€à¤¤à¤—त आने वाले वाणिजà¥â€à¤¯à¤•र मणà¥â€à¤¡à¤²/खणà¥â€à¤¡à¥‹à¤‚ में वà¥â€à¤¯à¤¾à¤ªà¤¾à¤°à¤¿à¤¯à¥‹à¤‚ की संखà¥â€à¤¯à¤¾ तथा नये खणà¥â€à¤¡à¥‹à¤‚ का सृजन,M.L.Pant (Commissioner Tax Officer),2009-03-21,100 4174/Ayuktkar/Vanijyakar/formsection,2009-02-25,सीरीज संखà¥â€à¤¯à¤¾ UK.VAT-B-2009 ( कà¥à¤°à¤®à¤¾à¤‚क0000001 से 0100000 तक ततà¥â€à¤•ाल पà¥à¤°à¤à¤¾à¤µ से पà¥à¤°à¤šà¤²à¤¨ में आ जायेंगें,M.L.Pant(Commissioner Tax Officer),2009-03-21,99 @@ -3593,12 +4677,25 @@ 1168/Panchayat-Election/2008-09,2009-02-16,Janpad Nainital ke Gram Panchayat Sadasyon ke Rikt Padon per Nirvachan hetu.,Haritash Gulsan(District Magistrate),2009-03-21,16 1426/TehBazari-Fees/2008-09,2008-12-05,वरà¥à¤¤à¤®à¤¾à¤¨ में तहबाजारी की पà¥à¤°à¤šà¤²à¤¿à¤¤ दरों में संशोधन कर नियम/उपनियम,Nagar Palika Parisad New Tehri(Director),2009-03-28,7 1427/Nirman Sulk/2008-09,2008-12-24,सडकों पर बाधा नियनà¥â€à¤¤à¥à¤°à¤£ तथा सà¥â€à¤µà¤šà¥â€à¤›à¤¤à¤¾ à¤à¤µà¤‚ रोग निवारण नियमित करने/शà¥à¤²à¥â€à¤• वसूली हेतॠउपनियम/उपविधि बनाये गये है,Nagar Palika Parisad New Tehri(Director),2009-03-28,9 +133/XXVII(8)/Vanijyakar/2009,2009-02-26,The Uttarakhand Tax on Entry of GOODs into Local Areas Rules2009.,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-03-28,80 133/XXVII(8)/Vanijyakar/2009,2009-02-26,The Uttarakhand Tax on Entry of GOODs into Local Areas Rules2009.,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-03-28,80 133/XXVII(8)/Vanijyakar/2009,2009-02-26,The Uttarakhand Tax on Entry of GOODs into Local Areas Rules2009.,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-03-28,80 +28/XIV/Admin/2008,2009-03-09,"Reg.Leave Sanction Shri Anirudh Bhatt,Civil Judge(JD)Lansdowne",Prashant Joshi(Ragistrar -Inspection),2009-03-28,105 +29//UHC/XIV/Admin/2009,2009-03-09,Reg.Leave Sanction Ms.Shadeb Bano Civil Judge(JD)Kotdwar,Prashant Joshi(Ragistrar -Inspection),2009-03-28,105 133/XXVII(8)/Vanijyakar/2009,2009-02-26,The Uttarakhand Tax on Entry of GOODs into Local Areas Rules2009.,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-03-28,80 133/XXVII(8)/Vanijyakar/2009,2009-02-26,The Uttarakhand Tax on Entry of GOODs into Local Areas Rules2009.,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-03-28,80 +28/XIV/Admin/2008,2009-03-09,"Reg.Leave Sanction Shri Anirudh Bhatt,Civil Judge(JD)Lansdowne",Prashant Joshi(Ragistrar -Inspection),2009-03-28,105 +29//UHC/XIV/Admin/2009,2009-03-09,Reg.Leave Sanction Ms.Shadeb Bano Civil Judge(JD)Kotdwar,Prashant Joshi(Ragistrar -Inspection),2009-03-28,105 +28/XIV/Admin/2008,2009-03-09,"Reg.Leave Sanction Shri Anirudh Bhatt,Civil Judge(JD)Lansdowne",Prashant Joshi(Ragistrar -Inspection),2009-03-28,105 +29//UHC/XIV/Admin/2009,2009-03-09,Reg.Leave Sanction Ms.Shadeb Bano Civil Judge(JD)Kotdwar,Prashant Joshi(Ragistrar -Inspection),2009-03-28,105 +133/XXVII(8)/Vanijyakar/2009,2009-02-26,The Uttarakhand Tax on Entry of GOODs into Local Areas Rules2009.,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-03-28,80 3913/Ayuktkar/Form Section/09,2009-02-11,निमà¥â€à¤¨à¤²à¤¿à¤–ित सूची में उलà¥à¤²à¤¿à¤–ित आयात घोषणा पतà¥à¤° जिनके खो जाने /चोरी होजाने पर अवैध घोषित,P.K.Saxena(Commissioner Tax Officer),2009-04-04,107 +334/XX(2)-109/2004,2009-03-18,"Governor is pleased to appoint the Superintendents of all Examination Centres in the Dist-chamoli,Pauri,Rud,Uttk,Tehri and Derhadun for HNBGU.",Subhash Kumar(PRINCIPAL SECRETARY),2009-04-04,110 +334/XX(2)-109/2004,2009-03-18,"Governor is pleased to appoint the Superintendents of all Examination Centres in the Dist-chamoli,Pauri,Rud,Uttk,Tehri and Derhadun for HNBGU.",Subhash Kumar(PRINCIPAL SECRETARY),2009-04-04,110 3913/Ayuktkar/Form Section/09,2009-02-11,निमà¥â€à¤¨à¤²à¤¿à¤–ित सूची में उलà¥à¤²à¤¿à¤–ित आयात घोषणा पतà¥à¤° जिनके खो जाने /चोरी होजाने पर अवैध घोषित,P.K.Saxena(Commissioner Tax Officer),2009-04-04,107 +334/XX(2)-109/2004,2009-03-18,"Governor is pleased to appoint the Superintendents of all Examination Centres in the Dist-chamoli,Pauri,Rud,Uttk,Tehri and Derhadun for HNBGU.",Subhash Kumar(PRINCIPAL SECRETARY),2009-04-04,110 +334/XX(2)-109/2004,2009-03-18,"Governor is pleased to appoint the Superintendents of all Examination Centres in the Dist-chamoli,Pauri,Rud,Uttk,Tehri and Derhadun for HNBGU.",Subhash Kumar(PRINCIPAL SECRETARY),2009-04-04,110 +334/XX(2)-109/2004,2009-03-18,"Governor is pleased to appoint the Superintendents of all Examination Centres in the Dist-chamoli,Pauri,Rud,Uttk,Tehri and Derhadun for HNBGU.",Subhash Kumar(PRINCIPAL SECRETARY),2009-04-04,110 334/XX(2)-109/2004,2009-03-18,"Governor is pleased to appoint the Superintendents of all Examination Centres in the Dist-chamoli,Pauri,Rud,Uttk,Tehri and Derhadun for HNBGU.",Subhash Kumar(PRINCIPAL SECRETARY),2009-04-04,110 56/209/PPS(II),2009-03-14,National Parties and the Symbols Respectively Reserved and postal address.,Radha Raturi(ELECTION COMMISSION OF INDIA),2009-04-04,17 334/XX(2)-109/2004,2009-03-18,"Governor is pleased to appoint the Superintendents of all Examination Centres in the Dist-chamoli,Pauri,Rud,Uttk,Tehri and Derhadun for HNBGU.",Subhash Kumar(PRINCIPAL SECRETARY),2009-04-04,110 @@ -3607,16 +4704,22 @@ 155/27-9-2009/Stamp-09/2009,2009-03-13,वितà¥â€à¤¤ विà¤à¤¾à¤— (सà¥â€à¤Ÿà¤¾à¤®à¥â€à¤ª à¤à¤µà¤‚ मनोरंजन कर) हेतॠलोक सूचना अधिकारी नामित,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-04-11,117 4656/Ayuktkar/2008-09,2009-03-25,असिसà¥â€à¤Ÿà¥‡à¤Ÿ कमिशà¥â€à¤¨à¤° वाणिजà¥â€à¤¯à¤•र मणà¥â€à¤¡à¤² कारà¥à¤¯à¤¾à¤²à¤¯ कोटदà¥à¤µà¤¾à¤° के अधिकार कà¥à¤·à¥‡à¤¤à¥à¤° की à¤à¥‹à¤—ोलिक सामा अवधारित,V.K.Saxena(Commissioner Tax Officer),2009-04-11,111 134/XXVII(8)/2009,2009-02-26,The Uttarakhand Tax on Entry of goods in local Area(fund)Rules 2009.,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-04-11,113 +155/27-9-2009/Stamp-09/2009,2009-03-13,à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤µà ¤¿à ¤Âà ¤¾à ¤— (à ¤¸à ¥�â€�à ¤Ÿà ¤¾à ¤®à ¥�â€�à ¤ª à ¤�à ¤µà ¤‚ à ¤®à ¤¨à ¥‹à ¤°à ¤‚à ¤œà ¤¨ à ¤•à ¤°) à ¤¹à ¥‡à ¤¤à ¥� à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-04-11,117 134/XXVII(8)/2009,2009-02-26,The Uttarakhand Tax on Entry of goods in local Area(fund)Rules 2009.,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-04-11,113 155/27-9-2009/Stamp-09/2009,2009-03-13,वितà¥â€à¤¤ विà¤à¤¾à¤— (सà¥â€à¤Ÿà¤¾à¤®à¥â€à¤ª à¤à¤µà¤‚ मनोरंजन कर) हेतॠलोक सूचना अधिकारी नामित,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-04-11,117 +265/XX(1)/74/PPS/2007,2009-03-26,Change Address Shri Ashok Kumar Bhatt,Subhash Kumar(PRINCIPAL SECRETARY),2009-04-11,112 744/I(2)/2009-05/13/2003,2009-03-19,Uttarakhand Power Development Fund Rules 2004)Updation and Modification Order 2007) Amendment Rules 2009.,Prabhat Kumar Sarangi(Secretary),2009-04-11,117 134/XXVII(8)/2009,2009-02-26,The Uttarakhand Tax on Entry of goods in local Area(fund)Rules 2009.,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-04-11,113 155/27-9-2009/Stamp-09/2009,2009-03-13,वितà¥â€à¤¤ विà¤à¤¾à¤— (सà¥â€à¤Ÿà¤¾à¤®à¥â€à¤ª à¤à¤µà¤‚ मनोरंजन कर) हेतॠलोक सूचना अधिकारी नामित,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-04-11,117 +265/XX(1)/74/PPS/2007,2009-03-26,Change Address Shri Ashok Kumar Bhatt,Subhash Kumar(PRINCIPAL SECRETARY),2009-04-11,112 134/XXVII(8)/2009,2009-02-26,The Uttarakhand Tax on Entry of goods in local Area(fund)Rules 2009.,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-04-11,113 155/27-9-2009/Stamp-09/2009,2009-03-13,वितà¥â€à¤¤ विà¤à¤¾à¤— (सà¥â€à¤Ÿà¤¾à¤®à¥â€à¤ª à¤à¤µà¤‚ मनोरंजन कर) हेतॠलोक सूचना अधिकारी नामित,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-04-11,117 134/XXVII(8)/2009,2009-02-26,The Uttarakhand Tax on Entry of goods in local Area(fund)Rules 2009.,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-04-11,113 155/27-9-2009/Stamp-09/2009,2009-03-13,वितà¥â€à¤¤ विà¤à¤¾à¤— (सà¥â€à¤Ÿà¤¾à¤®à¥â€à¤ª à¤à¤µà¤‚ मनोरंजन कर) हेतॠलोक सूचना अधिकारी नामित,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-04-11,117 4656/Ayuktkar/2008-09,2009-03-25,असिसà¥â€à¤Ÿà¥‡à¤Ÿ कमिशà¥â€à¤¨à¤° वाणिजà¥â€à¤¯à¤•र मणà¥â€à¤¡à¤² कारà¥à¤¯à¤¾à¤²à¤¯ कोटदà¥à¤µà¤¾à¤° के अधिकार कà¥à¤·à¥‡à¤¤à¥à¤° की à¤à¥‹à¤—ोलिक सामा अवधारित,V.K.Saxena(Commissioner Tax Officer),2009-04-11,111 +265/XX(1)/74/PPS/2007,2009-03-26,Change Address Shri Ashok Kumar Bhatt,Subhash Kumar(PRINCIPAL SECRETARY),2009-04-11,112 +265/XX(1)/74/PPS/2007,2009-03-26,Change Address Shri Ashok Kumar Bhatt,Subhash Kumar(PRINCIPAL SECRETARY),2009-04-11,112 +265/XX(1)/74/PPS/2007,2009-03-26,Change Address Shri Ashok Kumar Bhatt,Subhash Kumar(PRINCIPAL SECRETARY),2009-04-11,112 15P/Stores/Equip-Pur/16/2008/2466,2009-01-21,Notification Equipment-2/2009- Rate Contract of Equipments,P.L.Joshi(Director General),2009-04-11,112 15P/Store-Equip-Pur/16/2008/242,2009-01-03,Notification No.Equipment-1/2006-Rate contract of Equipments,P.L.Joshi(Director General),2009-04-11,131 134/XXVII(8)/2009,2009-02-26,The Uttarakhand Tax on Entry of goods in local Area(fund)Rules 2009.,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-04-11,113 @@ -3627,21 +4730,116 @@ 4269/आयà¥0कर/2008-09,2009-03-03,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त नये खणà¥â€à¤¡à¥‹à¤‚ का सृजन किया जाना,L.M.Pant(Commissioner Tax Officer),2009-04-18,154 4269/आयà¥0कर/2008-09,2009-03-03,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त नये खणà¥â€à¤¡à¥‹à¤‚ का सृजन किया जाना,L.M.Pant(Commissioner Tax Officer),2009-04-18,154 327/30-1-2009-25(16)/2004,2009-03-19,लोकसेवा आयोग दà¥à¤µà¤¾à¤°à¤¾ आयोजित सिविल जज (जू.डी) परीकà¥à¤·à¤¾ 2008 में चयनित अà¤à¥â€à¤¯à¤°à¥à¤¥à¤¿à¤¯à¥‹à¤‚ की नियà¥à¤•à¥à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Satrughan Singh(Secretary),2009-04-18,122 +47/UHC/Admin.A/2009,2009-03-19,Reg.Shri Vinod Kumar Burman is posted Civil Judge(JD) Ukhimath-Rudraprayag .,V.K.Maheshwari(Registrar General),2009-04-18,152 +48/UHC/Admin/2009,2009-03-19,Reg.Smr.Jyoti Bala is posted Civil Judge(JD) Gangolihat-Pithoragarh .,V.K.Maheshwari(Registrar General),2009-04-18,152 +51/UHC/Admin.A/2009,2009-03-19,"Shri Ravindra Maithani,Registrar(Vig) is posted Registrar General,High Court Uttarakhand.",V.K.Maheshwari(Registrar General),2009-04-18,153 +40/UHC/Admin.2009,2009-03-19,Reg.Shri Mohd.YUsuf is posted 3rd Addl.Civil.Judge (JD)Kashipur USN.,V.K.Maheshwari(Registrar General),2009-04-18,152 +41/UHC/Admin.A/2009,2009-03-19,Reg.Shri Ashok Kumar Maan is posted 2nd Addl.Civil Judge(JD) Nainital,V.K.Maheshwari(Registrar General),2009-04-18,152 +43/UHC/Admin.A/2009,2009-03-18,Reg.Shri Jayendra Singh is posted Civil Judge(JD) Gopeshwar.,V.K.Maheshwari(Registrar General),2009-04-18,152 +44/UHC/Admin.A/2009,2009-03-19,Reg.Shri Bhavdeep Rawat is posted Civil Judge(JD) Dhumakot.,V.K.Maheshwari(Registrar General),2009-04-18,152 +45/UHC/Admin/2009,2009-03-19,Reg.Shri Yogendra Kumar Sagar is posted Civil Judge(JD) Dwarahat.,V.K.Maheshwari(Registrar General),2009-04-18,152 +46/UHC/Admin/2009,2009-03-19,Reg.Shri Hemant SinghSagar is posted Civil Judge(JD) Bhikiyasain-Almora.,V.K.Maheshwari(Registrar General),2009-04-18,152 +34/UHC/Admin/2009,2009-03-19,Reg.Shri Rajeshh Kumar Mishra is posted as 3rd Addl.Civil.Judge(JD) Haridwar.,V.K.Maheshwari(Registrar General),2009-04-18,151 +35/UHC/Admin/2009,2009-03-19,Reg.Shri Rahul Kumar Srivastava is posted as 4th Addl.Civil.Judge(JD) Haridwar.,V.K.Maheshwari(Registrar General),2009-04-18,151 +36/UHC/Admin/2009,2009-03-19,Reg.Shri Sandeep Kumar is posted as 1st Addl.Civil.Judge(JD) Nainital.,V.K.Maheshwari(Registrar General),2009-04-18,151 +37/UHC/Admin/2009,2009-03-19,Reg.Shri Ankur Sharma is posted as 1st Judicial Magistrate Bageshwar.,V.K.Maheshwari(Registrar General),2009-04-18,152 +38/UHC/Admin/2009,2009-03-19,Reg.Shri Ramesh Singh is posted Addl.Civil.Judge Haldwani.,V.K.Maheshwari(Registrar General),2009-04-18,152 +39/UHC/Admin.2009,2009-03-19,Reg.Ms.Gajan Devi is posted 2nd Addl.Civil.Judge (JD)Haldwani.,V.K.Maheshwari(Registrar General),2009-04-18,152 +30/UHC/Admin.A/2009,2009-03-19,Reg.Shri Nusrat Khan is posted as 3rd Addl.Civil.Judge(JD) Dehradun.,V.K.Maheshwari(Registrar General),2009-04-18,151 +31/UHC/Admin.A/2009,2009-03-19,Reg.Shri Rohit Agarwal is posted as 3rd Addl.Civil.Judge(JD) Rishikesh.,V.K.Maheshwari(Registrar General),2009-04-18,151 +32/UHC/Admin-A/2009,2009-03-19,Reg.Shri Dhirendra Bhat is posted as Addl.Civil.Judge(JD) Tharali-Chamoli,V.K.Maheshwari(Registrar General),2009-04-18,151 +33/UHC/Admin.A/2009,2009-03-19,Reg.Shri Brijesh Kumar Singh is posted as 4th Addl.Civil.Judge(JD) Dehradun.,V.K.Maheshwari(Registrar General),2009-04-18,151 +49/UHC/XIV-60/Admin.A,2009-03-19,"Shri Kaushal Kishore Shukla,CJM Pithoragarh is hereby Sanction Leave.",Prashant Joshi(Ragistrar -Inspection),2009-04-18,153 +50/UHC/XIV/73/Admin.A,2009-03-19,Shri Kanwar Amninder Singh Addl.Civil.Judge(SD) dehradun hereby sanction leave.,Prashant Joshi(Ragistrar -Inspection),2009-04-18,153 47/UHC/Admin.A/2009,2009-03-19,Reg.Shri Vinod Kumar Burman is posted Civil Judge(JD) Ukhimath-Rudraprayag .,V.K.Maheshwari(Registrar General),2009-04-18,152 48/UHC/Admin/2009,2009-03-19,Reg.Smr.Jyoti Bala is posted Civil Judge(JD) Gangolihat-Pithoragarh .,V.K.Maheshwari(Registrar General),2009-04-18,152 51/UHC/Admin.A/2009,2009-03-19,"Shri Ravindra Maithani,Registrar(Vig) is posted Registrar General,High Court Uttarakhand.",V.K.Maheshwari(Registrar General),2009-04-18,153 40/UHC/Admin.2009,2009-03-19,Reg.Shri Mohd.YUsuf is posted 3rd Addl.Civil.Judge (JD)Kashipur USN.,V.K.Maheshwari(Registrar General),2009-04-18,152 +41/UHC/Admin.A/2009,2009-03-19,Reg.Shri Ashok Kumar Maan is posted 2nd Addl.Civil Judge(JD) Nainital,V.K.Maheshwari(Registrar General),2009-04-18,152 +43/UHC/Admin.A/2009,2009-03-18,Reg.Shri Jayendra Singh is posted Civil Judge(JD) Gopeshwar.,V.K.Maheshwari(Registrar General),2009-04-18,152 +44/UHC/Admin.A/2009,2009-03-19,Reg.Shri Bhavdeep Rawat is posted Civil Judge(JD) Dhumakot.,V.K.Maheshwari(Registrar General),2009-04-18,152 +45/UHC/Admin/2009,2009-03-19,Reg.Shri Yogendra Kumar Sagar is posted Civil Judge(JD) Dwarahat.,V.K.Maheshwari(Registrar General),2009-04-18,152 +46/UHC/Admin/2009,2009-03-19,Reg.Shri Hemant SinghSagar is posted Civil Judge(JD) Bhikiyasain-Almora.,V.K.Maheshwari(Registrar General),2009-04-18,152 +34/UHC/Admin/2009,2009-03-19,Reg.Shri Rajeshh Kumar Mishra is posted as 3rd Addl.Civil.Judge(JD) Haridwar.,V.K.Maheshwari(Registrar General),2009-04-18,151 +35/UHC/Admin/2009,2009-03-19,Reg.Shri Rahul Kumar Srivastava is posted as 4th Addl.Civil.Judge(JD) Haridwar.,V.K.Maheshwari(Registrar General),2009-04-18,151 +36/UHC/Admin/2009,2009-03-19,Reg.Shri Sandeep Kumar is posted as 1st Addl.Civil.Judge(JD) Nainital.,V.K.Maheshwari(Registrar General),2009-04-18,151 +37/UHC/Admin/2009,2009-03-19,Reg.Shri Ankur Sharma is posted as 1st Judicial Magistrate Bageshwar.,V.K.Maheshwari(Registrar General),2009-04-18,152 +38/UHC/Admin/2009,2009-03-19,Reg.Shri Ramesh Singh is posted Addl.Civil.Judge Haldwani.,V.K.Maheshwari(Registrar General),2009-04-18,152 +39/UHC/Admin.2009,2009-03-19,Reg.Ms.Gajan Devi is posted 2nd Addl.Civil.Judge (JD)Haldwani.,V.K.Maheshwari(Registrar General),2009-04-18,152 +30/UHC/Admin.A/2009,2009-03-19,Reg.Shri Nusrat Khan is posted as 3rd Addl.Civil.Judge(JD) Dehradun.,V.K.Maheshwari(Registrar General),2009-04-18,151 +31/UHC/Admin.A/2009,2009-03-19,Reg.Shri Rohit Agarwal is posted as 3rd Addl.Civil.Judge(JD) Rishikesh.,V.K.Maheshwari(Registrar General),2009-04-18,151 +32/UHC/Admin-A/2009,2009-03-19,Reg.Shri Dhirendra Bhat is posted as Addl.Civil.Judge(JD) Tharali-Chamoli,V.K.Maheshwari(Registrar General),2009-04-18,151 +33/UHC/Admin.A/2009,2009-03-19,Reg.Shri Brijesh Kumar Singh is posted as 4th Addl.Civil.Judge(JD) Dehradun.,V.K.Maheshwari(Registrar General),2009-04-18,151 +49/UHC/XIV-60/Admin.A,2009-03-19,"Shri Kaushal Kishore Shukla,CJM Pithoragarh is hereby Sanction Leave.",Prashant Joshi(Ragistrar -Inspection),2009-04-18,153 +50/UHC/XIV/73/Admin.A,2009-03-19,Shri Kanwar Amninder Singh Addl.Civil.Judge(SD) dehradun hereby sanction leave.,Prashant Joshi(Ragistrar -Inspection),2009-04-18,153 +45/UHC/Admin/2009,2009-03-19,Reg.Shri Yogendra Kumar Sagar is posted Civil Judge(JD) Dwarahat.,V.K.Maheshwari(Registrar General),2009-04-18,152 +46/UHC/Admin/2009,2009-03-19,Reg.Shri Hemant SinghSagar is posted Civil Judge(JD) Bhikiyasain-Almora.,V.K.Maheshwari(Registrar General),2009-04-18,152 47/UHC/Admin.A/2009,2009-03-19,Reg.Shri Vinod Kumar Burman is posted Civil Judge(JD) Ukhimath-Rudraprayag .,V.K.Maheshwari(Registrar General),2009-04-18,152 48/UHC/Admin/2009,2009-03-19,Reg.Smr.Jyoti Bala is posted Civil Judge(JD) Gangolihat-Pithoragarh .,V.K.Maheshwari(Registrar General),2009-04-18,152 +51/UHC/Admin.A/2009,2009-03-19,"Shri Ravindra Maithani,Registrar(Vig) is posted Registrar General,High Court Uttarakhand.",V.K.Maheshwari(Registrar General),2009-04-18,153 +38/UHC/Admin/2009,2009-03-19,Reg.Shri Ramesh Singh is posted Addl.Civil.Judge Haldwani.,V.K.Maheshwari(Registrar General),2009-04-18,152 +39/UHC/Admin.2009,2009-03-19,Reg.Ms.Gajan Devi is posted 2nd Addl.Civil.Judge (JD)Haldwani.,V.K.Maheshwari(Registrar General),2009-04-18,152 +40/UHC/Admin.2009,2009-03-19,Reg.Shri Mohd.YUsuf is posted 3rd Addl.Civil.Judge (JD)Kashipur USN.,V.K.Maheshwari(Registrar General),2009-04-18,152 +41/UHC/Admin.A/2009,2009-03-19,Reg.Shri Ashok Kumar Maan is posted 2nd Addl.Civil Judge(JD) Nainital,V.K.Maheshwari(Registrar General),2009-04-18,152 +43/UHC/Admin.A/2009,2009-03-18,Reg.Shri Jayendra Singh is posted Civil Judge(JD) Gopeshwar.,V.K.Maheshwari(Registrar General),2009-04-18,152 +44/UHC/Admin.A/2009,2009-03-19,Reg.Shri Bhavdeep Rawat is posted Civil Judge(JD) Dhumakot.,V.K.Maheshwari(Registrar General),2009-04-18,152 +32/UHC/Admin-A/2009,2009-03-19,Reg.Shri Dhirendra Bhat is posted as Addl.Civil.Judge(JD) Tharali-Chamoli,V.K.Maheshwari(Registrar General),2009-04-18,151 +33/UHC/Admin.A/2009,2009-03-19,Reg.Shri Brijesh Kumar Singh is posted as 4th Addl.Civil.Judge(JD) Dehradun.,V.K.Maheshwari(Registrar General),2009-04-18,151 +34/UHC/Admin/2009,2009-03-19,Reg.Shri Rajeshh Kumar Mishra is posted as 3rd Addl.Civil.Judge(JD) Haridwar.,V.K.Maheshwari(Registrar General),2009-04-18,151 +35/UHC/Admin/2009,2009-03-19,Reg.Shri Rahul Kumar Srivastava is posted as 4th Addl.Civil.Judge(JD) Haridwar.,V.K.Maheshwari(Registrar General),2009-04-18,151 +36/UHC/Admin/2009,2009-03-19,Reg.Shri Sandeep Kumar is posted as 1st Addl.Civil.Judge(JD) Nainital.,V.K.Maheshwari(Registrar General),2009-04-18,151 +37/UHC/Admin/2009,2009-03-19,Reg.Shri Ankur Sharma is posted as 1st Judicial Magistrate Bageshwar.,V.K.Maheshwari(Registrar General),2009-04-18,152 +30/UHC/Admin.A/2009,2009-03-19,Reg.Shri Nusrat Khan is posted as 3rd Addl.Civil.Judge(JD) Dehradun.,V.K.Maheshwari(Registrar General),2009-04-18,151 +31/UHC/Admin.A/2009,2009-03-19,Reg.Shri Rohit Agarwal is posted as 3rd Addl.Civil.Judge(JD) Rishikesh.,V.K.Maheshwari(Registrar General),2009-04-18,151 +49/UHC/XIV-60/Admin.A,2009-03-19,"Shri Kaushal Kishore Shukla,CJM Pithoragarh is hereby Sanction Leave.",Prashant Joshi(Ragistrar -Inspection),2009-04-18,153 +50/UHC/XIV/73/Admin.A,2009-03-19,Shri Kanwar Amninder Singh Addl.Civil.Judge(SD) dehradun hereby sanction leave.,Prashant Joshi(Ragistrar -Inspection),2009-04-18,153 327/30-1-2009-25(16)/2004,2009-03-19,लोकसेवा आयोग दà¥à¤µà¤¾à¤°à¤¾ आयोजित सिविल जज (जू.डी) परीकà¥à¤·à¤¾ 2008 में चयनित अà¤à¥â€à¤¯à¤°à¥à¤¥à¤¿à¤¯à¥‹à¤‚ की नियà¥à¤•à¥à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Satrughan Singh(Secretary),2009-04-18,122 212/XXVIII(1)/2009-18/2004,2009-03-20,डा पूजा à¤à¤¾à¤°à¤¦à¥à¤µà¤¾à¤œ को औषधि अनà¥à¤œà¥à¤žà¤¾à¤ªà¤¨ पà¥à¤°à¤¾à¤§à¤¿à¤•ारी नियà¥à¤•à¥â€à¤¤ करने की सà¥â€à¤µà¥€à¤•ृति,Keshav Deshraju(PRINCIPAL SECRETARY),2009-04-18,122 No.15P/Store/12/2008/5437,2009-02-11,Uttarakhand State Revised Essential Drug List(EDL) 2009,P.L.Joshi(Director General),2009-04-18,157 15837-39/G-201/2008-09,2009-02-10,चिकितà¥â€à¤¸à¤¾ परिषद उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ में पà¥à¤°à¤¤à¤¿à¤¨à¤¿à¤§à¤¿à¤¤à¥â€à¤µ करने वाले सदसà¥â€à¤¯à¥‹à¤‚ के निरà¥à¤µà¤¾à¤šà¤¨ कारà¥à¤¯à¤•à¥à¤°à¤® में नाम वापसी हेतॠनिरà¥à¤§à¤¾à¤°à¤¿à¤¤ तिथि के उपरानà¥â€à¤¤ उमà¥â€à¤®à¥€à¤¦à¤µà¤¾à¤°à¥‹à¤‚ की सूची,Dr.Y.S.Rawat(Election Officer),2009-04-18,176 14217 -19/G-201/2008-09,2009-01-09,उतà¥â€à¤¤à¤°à¤ªà¥à¤°à¤¦à¥‡à¤¶ इणà¥à¤¡à¤¿à¤¯à¤¨ मेडिसियन बोरà¥à¤¡ चà¥à¤¨à¤¾à¤µ नियमावली 1956 के अनà¥à¤¸à¤¾à¤°(आयà¥à¤°à¥à¤µà¥‡à¤¦à¤¿à¤• शिकà¥à¤·à¤¾ संसà¥â€à¤¥à¤¾à¤“ं में कारà¥à¤¯à¤°à¤¤ अधà¥â€à¤¯à¤¾à¤ªà¤•ों के नामों की सूची),Dr. R.N.Sharma(Election Officer),2009-04-18,171 327/30-1-2009-25(16)/2004,2009-03-19,लोकसेवा आयोग दà¥à¤µà¤¾à¤°à¤¾ आयोजित सिविल जज (जू.डी) परीकà¥à¤·à¤¾ 2008 में चयनित अà¤à¥â€à¤¯à¤°à¥à¤¥à¤¿à¤¯à¥‹à¤‚ की नियà¥à¤•à¥à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Satrughan Singh(Secretary),2009-04-18,122 +46/UHC/Admin/2009,2009-03-19,Reg.Shri Hemant SinghSagar is posted Civil Judge(JD) Bhikiyasain-Almora.,V.K.Maheshwari(Registrar General),2009-04-18,152 +47/UHC/Admin.A/2009,2009-03-19,Reg.Shri Vinod Kumar Burman is posted Civil Judge(JD) Ukhimath-Rudraprayag .,V.K.Maheshwari(Registrar General),2009-04-18,152 +48/UHC/Admin/2009,2009-03-19,Reg.Smr.Jyoti Bala is posted Civil Judge(JD) Gangolihat-Pithoragarh .,V.K.Maheshwari(Registrar General),2009-04-18,152 +51/UHC/Admin.A/2009,2009-03-19,"Shri Ravindra Maithani,Registrar(Vig) is posted Registrar General,High Court Uttarakhand.",V.K.Maheshwari(Registrar General),2009-04-18,153 +39/UHC/Admin.2009,2009-03-19,Reg.Ms.Gajan Devi is posted 2nd Addl.Civil.Judge (JD)Haldwani.,V.K.Maheshwari(Registrar General),2009-04-18,152 +40/UHC/Admin.2009,2009-03-19,Reg.Shri Mohd.YUsuf is posted 3rd Addl.Civil.Judge (JD)Kashipur USN.,V.K.Maheshwari(Registrar General),2009-04-18,152 +41/UHC/Admin.A/2009,2009-03-19,Reg.Shri Ashok Kumar Maan is posted 2nd Addl.Civil Judge(JD) Nainital,V.K.Maheshwari(Registrar General),2009-04-18,152 +43/UHC/Admin.A/2009,2009-03-18,Reg.Shri Jayendra Singh is posted Civil Judge(JD) Gopeshwar.,V.K.Maheshwari(Registrar General),2009-04-18,152 +44/UHC/Admin.A/2009,2009-03-19,Reg.Shri Bhavdeep Rawat is posted Civil Judge(JD) Dhumakot.,V.K.Maheshwari(Registrar General),2009-04-18,152 +45/UHC/Admin/2009,2009-03-19,Reg.Shri Yogendra Kumar Sagar is posted Civil Judge(JD) Dwarahat.,V.K.Maheshwari(Registrar General),2009-04-18,152 +33/UHC/Admin.A/2009,2009-03-19,Reg.Shri Brijesh Kumar Singh is posted as 4th Addl.Civil.Judge(JD) Dehradun.,V.K.Maheshwari(Registrar General),2009-04-18,151 +34/UHC/Admin/2009,2009-03-19,Reg.Shri Rajeshh Kumar Mishra is posted as 3rd Addl.Civil.Judge(JD) Haridwar.,V.K.Maheshwari(Registrar General),2009-04-18,151 +35/UHC/Admin/2009,2009-03-19,Reg.Shri Rahul Kumar Srivastava is posted as 4th Addl.Civil.Judge(JD) Haridwar.,V.K.Maheshwari(Registrar General),2009-04-18,151 +36/UHC/Admin/2009,2009-03-19,Reg.Shri Sandeep Kumar is posted as 1st Addl.Civil.Judge(JD) Nainital.,V.K.Maheshwari(Registrar General),2009-04-18,151 +37/UHC/Admin/2009,2009-03-19,Reg.Shri Ankur Sharma is posted as 1st Judicial Magistrate Bageshwar.,V.K.Maheshwari(Registrar General),2009-04-18,152 +38/UHC/Admin/2009,2009-03-19,Reg.Shri Ramesh Singh is posted Addl.Civil.Judge Haldwani.,V.K.Maheshwari(Registrar General),2009-04-18,152 +30/UHC/Admin.A/2009,2009-03-19,Reg.Shri Nusrat Khan is posted as 3rd Addl.Civil.Judge(JD) Dehradun.,V.K.Maheshwari(Registrar General),2009-04-18,151 +31/UHC/Admin.A/2009,2009-03-19,Reg.Shri Rohit Agarwal is posted as 3rd Addl.Civil.Judge(JD) Rishikesh.,V.K.Maheshwari(Registrar General),2009-04-18,151 +32/UHC/Admin-A/2009,2009-03-19,Reg.Shri Dhirendra Bhat is posted as Addl.Civil.Judge(JD) Tharali-Chamoli,V.K.Maheshwari(Registrar General),2009-04-18,151 +49/UHC/XIV-60/Admin.A,2009-03-19,"Shri Kaushal Kishore Shukla,CJM Pithoragarh is hereby Sanction Leave.",Prashant Joshi(Ragistrar -Inspection),2009-04-18,153 +50/UHC/XIV/73/Admin.A,2009-03-19,Shri Kanwar Amninder Singh Addl.Civil.Judge(SD) dehradun hereby sanction leave.,Prashant Joshi(Ragistrar -Inspection),2009-04-18,153 +386/XX(2)-109/2004,2009-04-16,à ¤¸à ¤‚à ¤¸à ¥�â€�à ¤•à ¥ƒà ¤¤ à ¤µà ¤¿à ¤¶à ¥�â€�à ¤µà ¤µà ¤¿à ¤¦à ¥�à ¤¯à ¤¾à ¤²à ¤¯ à ¤¹à ¤°à ¤¿à ¤¦à ¥�à ¤µà ¤¾à ¤° à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ à ¤µà ¤°à ¥�à ¤· 2008-09 à ¤•à ¤¾ à ¤ªâ€�à ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤•à ¥‡ à ¤²à ¤¿à ¤� à ¤µà ¤°à ¤¿à ¤·à ¥�â€�à ¤ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¤¾à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤·à ¥‹à ¤‚/à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¤¾à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤·à ¥‹à ¤‚ à ¤•à ¥‹ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤ªà ¤¾à ¤²à ¤• à ¤®à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¤¼à ¥‡à ¤Ÿ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-04-25,126 +386/XX(2)-109/2004,2009-04-16,à ¤¸à ¤‚à ¤¸à ¥�â€�à ¤•à ¥ƒà ¤¤ à ¤µà ¤¿à ¤¶à ¥�â€�à ¤µà ¤µà ¤¿à ¤¦à ¥�à ¤¯à ¤¾à ¤²à ¤¯ à ¤¹à ¤°à ¤¿à ¤¦à ¥�à ¤µà ¤¾à ¤° à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ à ¤µà ¤°à ¥�à ¤· 2008-09 à ¤•à ¤¾ à ¤ªâ€�à ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤•à ¥‡ à ¤²à ¤¿à ¤� à ¤µà ¤°à ¤¿à ¤·à ¥�â€�à ¤ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¤¾à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤·à ¥‹à ¤‚/à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¤¾à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤·à ¥‹à ¤‚ à ¤•à ¥‹ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤ªà ¤¾à ¤²à ¤• à ¤®à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¤¼à ¥‡à ¤Ÿ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-04-25,126 +386/XX(2)-109/2004,2009-04-16,à ¤¸à ¤‚à ¤¸à ¥�â€�à ¤•à ¥ƒà ¤¤ à ¤µà ¤¿à ¤¶à ¥�â€�à ¤µà ¤µà ¤¿à ¤¦à ¥�à ¤¯à ¤¾à ¤²à ¤¯ à ¤¹à ¤°à ¤¿à ¤¦à ¥�à ¤µà ¤¾à ¤° à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ à ¤µà ¤°à ¥�à ¤· 2008-09 à ¤•à ¤¾ à ¤ªâ€�à ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤•à ¥‡ à ¤²à ¤¿à ¤� à ¤µà ¤°à ¤¿à ¤·à ¥�â€�à ¤ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¤¾à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤·à ¥‹à ¤‚/à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¤¾à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤·à ¥‹à ¤‚ à ¤•à ¥‹ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤ªà ¤¾à ¤²à ¤• à ¤®à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¤¼à ¥‡à ¤Ÿ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-04-25,126 +64/UHC/XIV/63/Admin,2009-04-04,Ms.Neetu Joshi Civil Judge(SD) Haridwar is hereby Sanctioned Medical LEave.,Prashant Joshi(Ragistrar -Inspection),2009-04-25,179 +65/UHC/XIV-64/Admin.A,2009-04-10,Smt.Sujata Singh Civil Judge(SD)Dehradun hereby Sanction Maternity Leave,Prashant Joshi(Ragistrar -Inspection),2009-04-25,179 +67/XIV-25/Admin/2008,2009-04-10,Ms.Savita Chamoli Civil Judge(JD) tehri Garhwal is hereby sanction leave,Prashant Joshi(Ragistrar -Inspection),2009-04-25,179 +386/XX(2)-109/2004,2009-04-16,à ¤¸à ¤‚à ¤¸à ¥�â€�à ¤•à ¥ƒà ¤¤ à ¤µà ¤¿à ¤¶à ¥�â€�à ¤µà ¤µà ¤¿à ¤¦à ¥�à ¤¯à ¤¾à ¤²à ¤¯ à ¤¹à ¤°à ¤¿à ¤¦à ¥�à ¤µà ¤¾à ¤° à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ à ¤µà ¤°à ¥�à ¤· 2008-09 à ¤•à ¤¾ à ¤ªâ€�à ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤•à ¥‡ à ¤²à ¤¿à ¤� à ¤µà ¤°à ¤¿à ¤·à ¥�â€�à ¤ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¤¾à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤·à ¥‹à ¤‚/à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¤¾à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤·à ¥‹à ¤‚ à ¤•à ¥‹ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤ªà ¤¾à ¤²à ¤• à ¤®à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¤¼à ¥‡à ¤Ÿ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-04-25,126 +64/UHC/XIV/63/Admin,2009-04-04,Ms.Neetu Joshi Civil Judge(SD) Haridwar is hereby Sanctioned Medical LEave.,Prashant Joshi(Ragistrar -Inspection),2009-04-25,179 +65/UHC/XIV-64/Admin.A,2009-04-10,Smt.Sujata Singh Civil Judge(SD)Dehradun hereby Sanction Maternity Leave,Prashant Joshi(Ragistrar -Inspection),2009-04-25,179 +67/XIV-25/Admin/2008,2009-04-10,Ms.Savita Chamoli Civil Judge(JD) tehri Garhwal is hereby sanction leave,Prashant Joshi(Ragistrar -Inspection),2009-04-25,179 +64/UHC/XIV/63/Admin,2009-04-04,Ms.Neetu Joshi Civil Judge(SD) Haridwar is hereby Sanctioned Medical LEave.,Prashant Joshi(Ragistrar -Inspection),2009-04-25,179 +65/UHC/XIV-64/Admin.A,2009-04-10,Smt.Sujata Singh Civil Judge(SD)Dehradun hereby Sanction Maternity Leave,Prashant Joshi(Ragistrar -Inspection),2009-04-25,179 +67/XIV-25/Admin/2008,2009-04-10,Ms.Savita Chamoli Civil Judge(JD) tehri Garhwal is hereby sanction leave,Prashant Joshi(Ragistrar -Inspection),2009-04-25,179 +386/XX(2)-109/2004,2009-04-16,à ¤¸à ¤‚à ¤¸à ¥�â€�à ¤•à ¥ƒà ¤¤ à ¤µà ¤¿à ¤¶à ¥�â€�à ¤µà ¤µà ¤¿à ¤¦à ¥�à ¤¯à ¤¾à ¤²à ¤¯ à ¤¹à ¤°à ¤¿à ¤¦à ¥�à ¤µà ¤¾à ¤° à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ à ¤µà ¤°à ¥�à ¤· 2008-09 à ¤•à ¤¾ à ¤ªâ€�à ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤•à ¥‡ à ¤²à ¤¿à ¤� à ¤µà ¤°à ¤¿à ¤·à ¥�â€�à ¤ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¤¾à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤·à ¥‹à ¤‚/à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¤¾à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤·à ¥‹à ¤‚ à ¤•à ¥‹ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤ªà ¤¾à ¤²à ¤• à ¤®à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¤¼à ¥‡à ¤Ÿ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-04-25,126 386/XX(2)-109/2004,2009-04-16,संसà¥â€à¤•ृत विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ हरिदà¥à¤µà¤¾à¤° दà¥à¤µà¤¾à¤°à¤¾ संचालित वरà¥à¤· 2008-09 का पâ€à¤°à¥€à¤•à¥à¤·à¤¾ के लिठवरिषà¥â€à¤ केनà¥â€à¤¦à¥à¤°à¤¾à¤§à¥â€à¤¯à¤•à¥à¤·à¥‹à¤‚/सहायक केनà¥â€à¤¦à¥à¤°à¤¾à¤§à¥â€à¤¯à¤•à¥à¤·à¥‹à¤‚ को कारà¥à¤¯à¤ªà¤¾à¤²à¤• मजिसà¥â€à¤Ÿà¤¼à¥‡à¤Ÿ नियà¥à¤•à¥â€à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar(PRINCIPAL SECRETARY),2009-04-25,126 434/lok-sabha/2009,2009-04-09,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ में संसदीय निरà¥à¤µà¤¾à¤šà¤¨ कà¥à¤·à¥‡à¤¤à¥à¤°à¥‹ में सहायक रिरà¥à¤Ÿà¤¨à¤¿à¤—ं आफिसर की नियà¥à¤•à¥à¤¤à¤¿ में निमà¥â€à¤¨à¤²à¤¿à¤–ि संशोधन,Radha Raturi(Secretary),2009-04-25,129 386/XX(2)-109/2004,2009-04-16,संसà¥â€à¤•ृत विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ हरिदà¥à¤µà¤¾à¤° दà¥à¤µà¤¾à¤°à¤¾ संचालित वरà¥à¤· 2008-09 का पâ€à¤°à¥€à¤•à¥à¤·à¤¾ के लिठवरिषà¥â€à¤ केनà¥â€à¤¦à¥à¤°à¤¾à¤§à¥â€à¤¯à¤•à¥à¤·à¥‹à¤‚/सहायक केनà¥â€à¤¦à¥à¤°à¤¾à¤§à¥â€à¤¯à¤•à¥à¤·à¥‹à¤‚ को कारà¥à¤¯à¤ªà¤¾à¤²à¤• मजिसà¥â€à¤Ÿà¤¼à¥‡à¤Ÿ नियà¥à¤•à¥â€à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar(PRINCIPAL SECRETARY),2009-04-25,126 +64/UHC/XIV/63/Admin,2009-04-04,Ms.Neetu Joshi Civil Judge(SD) Haridwar is hereby Sanctioned Medical LEave.,Prashant Joshi(Ragistrar -Inspection),2009-04-25,179 +65/UHC/XIV-64/Admin.A,2009-04-10,Smt.Sujata Singh Civil Judge(SD)Dehradun hereby Sanction Maternity Leave,Prashant Joshi(Ragistrar -Inspection),2009-04-25,179 +67/XIV-25/Admin/2008,2009-04-10,Ms.Savita Chamoli Civil Judge(JD) tehri Garhwal is hereby sanction leave,Prashant Joshi(Ragistrar -Inspection),2009-04-25,179 123/1/Licence/08,2009-03-06,Licence Cancellations.,Dinesh chandra Pathoi-Rishikesh(Asst RTO),2009-05-02,185 965-977/licence-Cancellations,2009-03-20,Reg.Licences Cancellations,Karam Singh-Kotdwar(Asst RTO),2009-05-02,187 499/Licences-Cancellation/2009,2009-03-17,Reg.Licence Cancellations,M.S.Rawat(Asst RTO),2009-05-02,188 @@ -3653,6 +4851,8 @@ 4022/Ayuktkar/Form-Section/09,2009-02-19,आयात घोषणा पतà¥à¤° खो जाने/चोरी हो जाने पर अवैध घोषित,V.K.Saxena(Commissioner Tax Officer),2009-05-02,181 4713/Ayuktkar/Vanijyakar/2008-09,2009-03-28,U.K.VAT-H-2009 (sl.no.00001 to 50000)Series Foram,V.K.Saxena(Commissioner Tax Officer),2009-05-02,182 4716/आयà¥0कर/2008-09,2009-03-28,सीरीज संखà¥â€à¤¯à¤¾ यू0के0वैट-2009 कà¥à¤°à¤®à¤¾à¤‚क0100001 से1250000 ततà¥â€à¤•ाल पà¥à¤°à¤à¤¾à¤µ से पà¥à¤°à¤šà¤šà¤²à¤¨ में आ जायेंगें,V.K.Saxena(Commissioner Tax Officer),2009-05-02,184 +199/XXVII(9)/2009,2009-04-06,"Promotion Shri A.k.Pandey,Stamp and Nivandhan Vibhag",Alok Kumar Jain(PRINCIPAL SECRETARY),2009-05-02,150 +224/2009/XXVII(8)/05,2009-04-16,lok Soochna Adhikari Namit-Vanijyakar Vibhag,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-05-02,150 898/23-94/2007-08,2009-04-09,"माघ मेंला à¤à¤µà¤‚ विकास पà¥à¤°à¤¦à¤°à¥à¤¶à¤¨à¥€,गंगनाली मेले का समà¥â€à¤ªà¥‚ण कारà¥à¤¯ अधà¥â€à¤¯à¤•à¥à¤· जिला पंचायत उतà¥â€à¤¤à¤°à¤•ाशी के पà¥à¤°à¤¤à¥â€à¤¯à¤•à¥à¤· देख रेख में समà¥â€à¤ªà¤¨à¥â€à¤¨",Dr.Umakant Panwar(Commissionar Pauri),2009-05-02,27 898/23-94/2007-08,2009-04-09,"माघ मेंला à¤à¤µà¤‚ विकास पà¥à¤°à¤¦à¤°à¥à¤¶à¤¨à¥€,गंगनाली मेले का समà¥â€à¤ªà¥‚ण कारà¥à¤¯ अधà¥â€à¤¯à¤•à¥à¤· जिला पंचायत उतà¥â€à¤¤à¤°à¤•ाशी के पà¥à¤°à¤¤à¥â€à¤¯à¤•à¥à¤· देख रेख में समà¥â€à¤ªà¤¨à¥â€à¤¨",Dr.Umakant Panwar(Commissionar Pauri),2009-05-02,27 199/XXVII(9)/2009,2009-04-06,"Promotion Shri A.k.Pandey,Stamp and Nivandhan Vibhag",Alok Kumar Jain(PRINCIPAL SECRETARY),2009-05-02,150 @@ -3669,8 +4869,10 @@ DTEU/0711/2009,2009-03-20,मैं गिरिजा शकर जोशी निदेशक पà¥à¤°à¤¶à¤¿à¤•à¥à¤·à¤£ à¤à¤µà¤‚ सेवायोजन उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारियों को अधिकà¥à¤·à¥‡à¤¤à¥à¤° सेवायोजकों के समà¥â€à¤¬à¤¨à¥â€à¤§ में अधिकारों का पà¥à¤°à¤¯à¥‹à¤— करने का पà¥à¤°à¤¾à¤§à¤¿à¤•ार पà¥à¤°à¤¦à¤¾à¤¨ करता हूं,Girija Shankar Joshi(Director),2009-05-09,197 924/Licence-Cancel/2009,2009-02-27,Reg.Licence Cancellation.,Karam Singh-Kotdwar(Asst RTO),2009-05-09,196 249/Licence/Cancel/2009,2009-02-07,Reg.Licence Cancellation.,M.S.Rawat-Pauri(Asst RTO),2009-05-09,194 +2769/à ¤ªà ¥�à ¤°à ¤¶à ¤¾à ¤¸à ¤¨/à ¤²à ¤¾à ¤ˆà ¤¸à ¥‡à ¤‚à ¤¸ à ¤¨à ¤¿à ¤²à ¤®à ¥�â€�à ¤¬à ¤¨/09,2009-01-28,Reg.Licence Cancellations.,"S,K,Singh-RTO Haldwani(RTO)",2009-05-09,193 924/Licence-Cancel/2009,2009-02-27,Reg.Licence Cancellation.,Karam Singh-Kotdwar(Asst RTO),2009-05-09,196 249/Licence/Cancel/2009,2009-02-07,Reg.Licence Cancellation.,M.S.Rawat-Pauri(Asst RTO),2009-05-09,194 +2769/à ¤ªà ¥�à ¤°à ¤¶à ¤¾à ¤¸à ¤¨/à ¤²à ¤¾à ¤ˆà ¤¸à ¥‡à ¤‚à ¤¸ à ¤¨à ¤¿à ¤²à ¤®à ¥�â€�à ¤¬à ¤¨/09,2009-01-28,Reg.Licence Cancellations.,"S,K,Singh-RTO Haldwani(RTO)",2009-05-09,193 814/II-2009-01(46)/2003,2009-04-02,सिंचाई विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त शà¥à¤°à¥‡à¤£à¥€ ख के निमà¥â€à¤¨ अधिकारी अधिवरà¥à¤·à¤¤à¤¾ आयॠपूरà¥à¤£ करने के पशà¥â€à¤šà¤¾à¤¤ सेवानिव़ृत,Vinod Fonia(Secretary),2009-05-09,152 1707/V.S.S./2009,2009-03-31,विदà¥à¤¯à¥à¤¤ सलाहकार समिति का गठन,Pankajj Prakash(Secretary),2009-05-09,191 476/X-3-2009-13(41)/2007,2009-04-09,The Chemical Accidents Planning Preparadness and respose rule 1996-State Crisis group.,Anoop Vadhawan(Secretary),2009-05-09,152 @@ -3680,6 +4882,7 @@ 142/XXIV(6)/2009,2009-04-28,दून विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ केदारपूरम देहरादून की पà¥à¤°à¤¥à¤® परिनियमावली 2008,Anjali Prasad(Secretary),2009-05-09,154 924/Licence-Cancel/2009,2009-02-27,Reg.Licence Cancellation.,Karam Singh-Kotdwar(Asst RTO),2009-05-09,196 249/Licence/Cancel/2009,2009-02-07,Reg.Licence Cancellation.,M.S.Rawat-Pauri(Asst RTO),2009-05-09,194 +2769/à ¤ªà ¥�à ¤°à ¤¶à ¤¾à ¤¸à ¤¨/à ¤²à ¤¾à ¤ˆà ¤¸à ¥‡à ¤‚à ¤¸ à ¤¨à ¤¿à ¤²à ¤®à ¥�â€�à ¤¬à ¤¨/09,2009-01-28,Reg.Licence Cancellations.,"S,K,Singh-RTO Haldwani(RTO)",2009-05-09,193 3650/सà¥â€à¤¥à¤¾0à¤à¤•/2008-09,2009-03-19,शà¥à¤°à¥€ आर0पी गौनियाल पà¥à¤°à¤¶à¤¾à¤¸à¤¨à¤¿à¤• अधâ€à¤¿à¤•ारी गà¥à¤°à¥‡à¤¡-1 की पदोनà¥â€à¤¨à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,V.P.Singh(Joint Director),2009-05-09,199 520/X-3-2009-13(5)/2000,2009-04-29,"डा0 अजय गैरोला,पà¥à¤°à¥‹à¤«à¥‡à¤¸à¤° सिविल इंजिनियरिंग आई0आई0टी0 रूडकी को उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ पà¥à¤°à¤¦à¥‚षण नियंतà¥à¤°à¤£ बोरà¥à¤¡ में सदसà¥â€à¤¯ सचिव के पद पर कारà¥à¤¯à¤à¤¾à¤° गà¥à¤°à¤¹à¤£ करने की सवीकृति",Anoop Wadhawan(Secretary),2009-05-16,180 520/X-3-2009-13(5)/2000,2009-04-29,"डा0 अजय गैरोला,पà¥à¤°à¥‹à¤«à¥‡à¤¸à¤° सिविल इंजिनियरिंग आई0आई0टी0 रूडकी को उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ पà¥à¤°à¤¦à¥‚षण नियंतà¥à¤°à¤£ बोरà¥à¤¡ में सदसà¥â€à¤¯ सचिव के पद पर कारà¥à¤¯à¤à¤¾à¤° गà¥à¤°à¤¹à¤£ करने की सवीकृति",Anoop Wadhawan(Secretary),2009-05-16,180 @@ -3687,8 +4890,11 @@ 371/XXVIII-2-2009-58/2004,2009-04-16,डा0 उषा रमोला को उनकी वरà¥à¤¤à¤®à¤¾à¤¨ तैनाती के सà¥â€à¤¥à¤¾à¤¨ पर ही नियमित चयनोपरानà¥â€à¤¤ कारà¥à¤¯à¤à¤¾à¤° गà¥à¤°à¤¹à¤£ करने के तिथि से अपर निदेशक के पद पर पà¥à¤°à¤¾à¤¨à¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Keshav Deshraju(PRINCIPAL SECRETARY),2009-05-16,178 689/VIII/75/2005,2009-04-16,Reg.State Steering Committee-SSC Reorganisation.,Kunwar Singh(Joint Secretary),2009-05-16,180 363/XX(1)/355/2004,2009-05-08,Field Firing and Artillery Practice Distt-Uttarkash Tehsil Bhatwari,Subhash Kumar(PRINCIPAL SECRETARY),2009-05-16,179 +320/XX(1)/268/PPS/2004,2009-04-21,à ¤¨à ¤¿à ¤°à ¥€à ¤•à ¥�à ¤·à ¤• à ¤¸à ¥‡ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤‰à ¤ªà ¤¾à ¤§à ¥€à ¤•à ¥�à ¤·à ¤• à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤¹à ¥‡à ¤¤à ¥�,Subhash Kumar(PRINCIPAL SECRETARY),2009-05-16,178 363/XX(1)/355/2004,2009-05-08,Field Firing and Artillery Practice Distt-Uttarkash Tehsil Bhatwari,Subhash Kumar(PRINCIPAL SECRETARY),2009-05-16,179 320/XX(1)/268/PPS/2004,2009-04-21,निरीकà¥à¤·à¤• से पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤• के पद पर पदोनà¥â€à¤¨à¤¤à¤¿ हेतà¥,Subhash Kumar(PRINCIPAL SECRETARY),2009-05-16,178 +363/XX(1)/355/2004,2009-05-08,Field Firing and Artillery Practice Distt-Uttarkash Tehsil Bhatwari,Subhash Kumar(PRINCIPAL SECRETARY),2009-05-16,179 +320/XX(1)/268/PPS/2004,2009-04-21,à ¤¨à ¤¿à ¤°à ¥€à ¤•à ¥�à ¤·à ¤• à ¤¸à ¥‡ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤‰à ¤ªà ¤¾à ¤§à ¥€à ¤•à ¥�à ¤·à ¤• à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤¹à ¥‡à ¤¤à ¥�,Subhash Kumar(PRINCIPAL SECRETARY),2009-05-16,178 520/X-3-2009-13(5)/2000,2009-04-29,"डा0 अजय गैरोला,पà¥à¤°à¥‹à¤«à¥‡à¤¸à¤° सिविल इंजिनियरिंग आई0आई0टी0 रूडकी को उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ पà¥à¤°à¤¦à¥‚षण नियंतà¥à¤°à¤£ बोरà¥à¤¡ में सदसà¥â€à¤¯ सचिव के पद पर कारà¥à¤¯à¤à¤¾à¤° गà¥à¤°à¤¹à¤£ करने की सवीकृति",Anoop Wadhawan(Secretary),2009-05-16,180 520/X-3-2009-13(5)/2000,2009-04-29,"डा0 अजय गैरोला,पà¥à¤°à¥‹à¤«à¥‡à¤¸à¤° सिविल इंजिनियरिंग आई0आई0टी0 रूडकी को उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ पà¥à¤°à¤¦à¥‚षण नियंतà¥à¤°à¤£ बोरà¥à¤¡ में सदसà¥â€à¤¯ सचिव के पद पर कारà¥à¤¯à¤à¤¾à¤° गà¥à¤°à¤¹à¤£ करने की सवीकृति",Anoop Wadhawan(Secretary),2009-05-16,180 520/X-3-2009-13(5)/2000,2009-04-29,"डा0 अजय गैरोला,पà¥à¤°à¥‹à¤«à¥‡à¤¸à¤° सिविल इंजिनियरिंग आई0आई0टी0 रूडकी को उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ पà¥à¤°à¤¦à¥‚षण नियंतà¥à¤°à¤£ बोरà¥à¤¡ में सदसà¥â€à¤¯ सचिव के पद पर कारà¥à¤¯à¤à¤¾à¤° गà¥à¤°à¤¹à¤£ करने की सवीकृति",Anoop Wadhawan(Secretary),2009-05-16,180 @@ -3707,15 +4913,30 @@ 320/XX(1)/268/PPS/2004,2009-04-21,निरीकà¥à¤·à¤• से पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤• के पद पर पदोनà¥â€à¤¨à¤¤à¤¿ हेतà¥,Subhash Kumar(PRINCIPAL SECRETARY),2009-05-16,178 371/XXVIII-2-2009-58/2004,2009-04-16,डा0 उषा रमोला को उनकी वरà¥à¤¤à¤®à¤¾à¤¨ तैनाती के सà¥â€à¤¥à¤¾à¤¨ पर ही नियमित चयनोपरानà¥â€à¤¤ कारà¥à¤¯à¤à¤¾à¤° गà¥à¤°à¤¹à¤£ करने के तिथि से अपर निदेशक के पद पर पà¥à¤°à¤¾à¤¨à¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Keshav Deshraju(PRINCIPAL SECRETARY),2009-05-16,178 959/XV-1/7(14)/09,2009-05-15,Reg.Control and containment of Equine Influenza,G.B.Oli(Additional Secretary),2009-05-23,184 +91/Licence/2008-09,2009-04-18,Reg.Licence Cancellation,A.K.Singh(RTO),2009-05-23,207 +91/Licence/2008-09,2009-04-18,Reg.Licence Cancellation,A.K.Singh(RTO),2009-05-23,207 478/4-28/2008,2009-05-05,पà¥à¤°à¤¶à¤¾à¤¸à¤¨à¤¿à¤• सेवा संवरà¥à¤— बैच 2007 के अधिकारियों हेतॠविà¤à¤¾à¤—ीय परीकà¥à¤·à¤¾ में निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारियों को उतà¥â€à¤¤à¥€à¤°à¥à¤£ घोषित किया गया,U.D.Chobey(Director),2009-05-23,206 +72/UHC/Admin-A/2009,2009-04-23,Reg.Shri Srikant Pandey ACJ(SD)Dehradun posted as CJ(SD)Dehradun.,Ravindra Maithani(Registrar General),2009-05-23,203 +74/UHC/Admin/2009,2009-05-05,"Shri B.S.Dugtal,Judge Family Court Nainital(Add.charge Addl.Dist.and Sessions Judge/1st FTC Nainital)",Ravindra Maithani(Registrar General),2009-05-23,203 +75/VIII-A-1/UHC/2008,2009-05-07,May 13 2009 Wednesday is hereby Declared holiday in the highcourt of Uttarakhand on account of Lok Sabha Election.,Ravindra Maithani(Registrar General),2009-05-23,203 +77/UHC/XIV/54/Admin.A,2009-05-14,Reg.Shri Prem Singh Khimal ADJ-Kashipur hereby Sanction Medical Leave 13 to 22.4.2009,Prashant Joshi(Ragistrar -Inspection),2009-05-23,204 +79/UHC/XIV/57/Admin.A,2009-05-15,Shri Ajay Chaudhary CJM-Chamoli Sanction EL 13.4.09 to 2.5.2009.,Prashant Joshi(Ragistrar -Inspection),2009-05-23,204 4732/Ayuktkar/2008-09,2009-03-30,"डिपà¥â€à¤Ÿà¥€ कमिशà¥â€à¤¨à¤° (क0नि0)ऋषिकेश के अधिकार कà¥à¤·à¥‡à¤¤à¥à¤° में असिसà¥â€à¤Ÿà¥‡à¤¨à¥â€à¤Ÿ कमिशà¥â€à¤¨à¤° वाणिजà¥â€à¤¯à¤•र खणà¥â€à¤¡1,2à¤à¤µà¤‚3 को ऋषिकेश अवधारित किया जाता है",V.K.Saxena(Commissioner Tax Officer),2009-05-23,205 372/Ayuktkar/Form-Section/09,2009-04-30,फारà¥à¤® सी खो जाने/चोरी हो जाने के समà¥â€à¤¬à¤¨à¥â€à¤§ में सूचनाà¤à¤‚ पà¥à¤°à¤¾à¤ªà¥â€à¤¤ हà¥à¤ˆ है इन फारà¥à¤® के पà¥à¤°à¤¯à¥‹à¤— अवैध घोषित,M.L.Pant(Commissioner Tax Officer),2009-05-23,206 506/Ayuktkar/Form-Section/09,2009-05-11,फारà¥à¤® सी खो जाने/चोरी हो जाने के समà¥â€à¤¬à¤¨à¥â€à¤§ में सूचनाà¤à¤‚ पà¥à¤°à¤¾à¤ªà¥â€à¤¤ हà¥à¤ˆ है इन फारà¥à¤® के पà¥à¤°à¤¯à¥‹à¤— अवैध घोषित,M.L.Pant(Commissioner Tax Officer),2009-05-23,206 +72/UHC/Admin-A/2009,2009-04-23,Reg.Shri Srikant Pandey ACJ(SD)Dehradun posted as CJ(SD)Dehradun.,Ravindra Maithani(Registrar General),2009-05-23,203 +74/UHC/Admin/2009,2009-05-05,"Shri B.S.Dugtal,Judge Family Court Nainital(Add.charge Addl.Dist.and Sessions Judge/1st FTC Nainital)",Ravindra Maithani(Registrar General),2009-05-23,203 +75/VIII-A-1/UHC/2008,2009-05-07,May 13 2009 Wednesday is hereby Declared holiday in the highcourt of Uttarakhand on account of Lok Sabha Election.,Ravindra Maithani(Registrar General),2009-05-23,203 +77/UHC/XIV/54/Admin.A,2009-05-14,Reg.Shri Prem Singh Khimal ADJ-Kashipur hereby Sanction Medical Leave 13 to 22.4.2009,Prashant Joshi(Ragistrar -Inspection),2009-05-23,204 +79/UHC/XIV/57/Admin.A,2009-05-15,Shri Ajay Chaudhary CJM-Chamoli Sanction EL 13.4.09 to 2.5.2009.,Prashant Joshi(Ragistrar -Inspection),2009-05-23,204 +91/Licence/2008-09,2009-04-18,Reg.Licence Cancellation,A.K.Singh(RTO),2009-05-23,207 959/XV-1/7(14)/09,2009-05-15,Reg.Control and containment of Equine Influenza,G.B.Oli(Additional Secretary),2009-05-23,184 614/X-3-2009-13(37)/2006,2009-05-20,Reg.State Level Environment Impact Assessment Authority.,Anoop Wadhawan(Secretary),2009-05-30,186 614/X-3-2009-13(37)/2006,2009-05-20,Reg.State Level Environment Impact Assessment Authority.,Anoop Wadhawan(Secretary),2009-05-30,186 814/06/Pvt.Ltd./Stamp -Sulk/2008-09,2008-11-22,Bhoomi Hastantaran Lekhakaar Niyamawali,Nagar Palika Parisad Manglore(Director),2009-05-30,15 84/UHC/Admin.A/2009,2009-05-21,Shri Rakesh Kumar Singh 2nd Addl.CJ(JD) Kashipur is conferred with the Powers of Judicial Magistrate Ist Class.,Ravindra Maithani(Registrar General),2009-05-30,209 +80/UHC/XIV/49/Admin.A,2009-05-18,Shri C.P.Bijalwan Addl.DJ USNagar hereby Sanction Medical leave 25 days,Prashant Joshi(Ragistrar -Inspection),2009-05-30,209 +81/UHC/XIV/38/Admin.A,2009-05-18,"Shri Ramesh Chandra Khulbe,Presiding Officer Labour Court Kashipur hereby sanction EL 06 days.",Prashant Joshi(Ragistrar -Inspection),2009-05-30,209 614/X-3-2009-13(37)/2006,2009-05-20,Reg.State Level Environment Impact Assessment Authority.,Anoop Wadhawan(Secretary),2009-05-30,186 614/X-3-2009-13(37)/2006,2009-05-20,Reg.State Level Environment Impact Assessment Authority.,Anoop Wadhawan(Secretary),2009-05-30,186 614/X-3-2009-13(37)/2006,2009-05-20,Reg.State Level Environment Impact Assessment Authority.,Anoop Wadhawan(Secretary),2009-05-30,186 @@ -3723,16 +4944,21 @@ 731/Ayuktkar/Form-Section/2009,2009-05-22,आयात घोषण पतà¥à¤° (XVI)-01 जिनके खो जाने/चोरी होजाने पर सूचनाà¤à¤‚ पà¥à¤°à¤¾à¤ªà¥â€à¤¤ हà¥à¤ˆ है अवैध घोषित,V.K.Saxena(Commissioner Tax Officer),2009-05-30,210 614/X-3-2009-13(37)/2006,2009-05-20,Reg.State Level Environment Impact Assessment Authority.,Anoop Wadhawan(Secretary),2009-05-30,186 84/UHC/Admin.A/2009,2009-05-21,Shri Rakesh Kumar Singh 2nd Addl.CJ(JD) Kashipur is conferred with the Powers of Judicial Magistrate Ist Class.,Ravindra Maithani(Registrar General),2009-05-30,209 +80/UHC/XIV/49/Admin.A,2009-05-18,Shri C.P.Bijalwan Addl.DJ USNagar hereby Sanction Medical leave 25 days,Prashant Joshi(Ragistrar -Inspection),2009-05-30,209 +81/UHC/XIV/38/Admin.A,2009-05-18,"Shri Ramesh Chandra Khulbe,Presiding Officer Labour Court Kashipur hereby sanction EL 06 days.",Prashant Joshi(Ragistrar -Inspection),2009-05-30,209 F-9(22)/RG/URC/09/242,2009-05-29,à¤à¤šà¤Ÿà¥€/ईà¤à¤šà¤Ÿà¥€ सयोंजनों के à¤à¤¾à¤° में वृदà¥à¤µà¤¿/कमी विनिमय 2008 अधिसूचित,V.J.Talwar(Director),2009-06-06,213 559/XX(3)-55/CBI/2009,2009-05-29,"Ms.Parul Gairola,All power to hear and try such cases after Investigation by the Central Bureau of Investigation Under Delhi SPecial Police Estabilshment act 1946.",Subhash Kumar(PRINCIPAL SECRETARY),2009-06-06,188 559/XX(3)-55/CBI/2009,2009-05-29,"Ms.Parul Gairola,All power to hear and try such cases after Investigation by the Central Bureau of Investigation Under Delhi SPecial Police Estabilshment act 1946.",Subhash Kumar(PRINCIPAL SECRETARY),2009-06-06,188 559/XX(3)-55/CBI/2009,2009-05-29,"Ms.Parul Gairola,All power to hear and try such cases after Investigation by the Central Bureau of Investigation Under Delhi SPecial Police Estabilshment act 1946.",Subhash Kumar(PRINCIPAL SECRETARY),2009-06-06,188 +559/XX(3)-55/CBI/2009,2009-05-29,"Ms.Parul Gairola,All power to hear and try such cases after Investigation by the Central Bureau of Investigation Under Delhi SPecial Police Estabilshment act 1946.",Subhash Kumar(PRINCIPAL SECRETARY),2009-06-06,188 1442/II-2002-01(108)/2002,2009-05-28,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सिंचाई विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त कनिषà¥â€à¤ अà¤à¤¿à¤¯à¤¨à¥â€à¤¤à¤¾(सिविल) को तदरà¥à¤¥ पदोनà¥â€à¤¨à¤¤à¤¿ सहायक अà¤â€à¤¿à¤¯à¤¨à¥â€à¤¤à¤¾(सिविल) के पद पर की गई है,Vinod Fonia(Secretary),2009-06-06,190 559/XX(3)-55/CBI/2009,2009-05-29,"Ms.Parul Gairola,All power to hear and try such cases after Investigation by the Central Bureau of Investigation Under Delhi SPecial Police Estabilshment act 1946.",Subhash Kumar(PRINCIPAL SECRETARY),2009-06-06,188 268/XVI(1)/09/1(55)/216/2002,2009-05-22,The Uttarakhand(UP Horticulture and Food Processing Group A service Rules 1991(amendment ) Rules 2009.,Vinod Fonia(Secretary),2009-06-06,188 F-9(22)/RG/URC/09/242,2009-05-29,à¤à¤šà¤Ÿà¥€/ईà¤à¤šà¤Ÿà¥€ सयोंजनों के à¤à¤¾à¤° में वृदà¥à¤µà¤¿/कमी विनिमय 2008 अधिसूचित,V.J.Talwar(Director),2009-06-06,213 +559/XX(3)-55/CBI/2009,2009-05-29,"Ms.Parul Gairola,All power to hear and try such cases after Investigation by the Central Bureau of Investigation Under Delhi SPecial Police Estabilshment act 1946.",Subhash Kumar(PRINCIPAL SECRETARY),2009-06-06,188 559/XX(3)-55/CBI/2009,2009-05-29,"Ms.Parul Gairola,All power to hear and try such cases after Investigation by the Central Bureau of Investigation Under Delhi SPecial Police Estabilshment act 1946.",Subhash Kumar(PRINCIPAL SECRETARY),2009-06-06,188 559/XX(3)-55/CBI/2009,2009-05-29,"Ms.Parul Gairola,All power to hear and try such cases after Investigation by the Central Bureau of Investigation Under Delhi SPecial Police Estabilshment act 1946.",Subhash Kumar(PRINCIPAL SECRETARY),2009-06-06,188 +559/XX(3)-55/CBI/2009,2009-05-29,"Ms.Parul Gairola,All power to hear and try such cases after Investigation by the Central Bureau of Investigation Under Delhi SPecial Police Estabilshment act 1946.",Subhash Kumar(PRINCIPAL SECRETARY),2009-06-06,188 1442/II-2002-01(108)/2002,2009-05-28,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सिंचाई विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त कनिषà¥â€à¤ अà¤à¤¿à¤¯à¤¨à¥â€à¤¤à¤¾(सिविल) को तदरà¥à¤¥ पदोनà¥â€à¤¨à¤¤à¤¿ सहायक अà¤â€à¤¿à¤¯à¤¨à¥â€à¤¤à¤¾(सिविल) के पद पर की गई है,Vinod Fonia(Secretary),2009-06-06,190 915/XV-1/1(25)/2005,2009-06-03,पशà¥à¤ªà¤¾à¤²à¤¨ निदेशालय में सांखà¥à¤¯à¤¿à¤•ीय इकाई की सà¥â€à¤¥à¤¾à¤ªà¤¨à¤¾ हेतॠसृजित पदों की निरनà¥â€à¤¤à¤°à¤¤à¤¾ की सà¥â€à¤µà¥€à¤•ृति,Amrendra Sinha(Secretary),2009-06-13,195 597/XXXI(1)/2008/M-I/08,2009-05-29,निमà¥â€à¤¨à¤²à¤¿à¤–ित अपर निजी सचिवों को उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सचिवालय के अरà¥à¤¨à¥â€à¤¤à¤—त निजी सचिव शà¥à¤°à¥‡à¤£à¥€-1 के रिकà¥â€à¤¤ पदों पर पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,M.H.Khan(Secretary),2009-06-13,194 @@ -3743,44 +4969,102 @@ 915/XV-1/1(25)/2005,2009-06-03,पशà¥à¤ªà¤¾à¤²à¤¨ निदेशालय में सांखà¥à¤¯à¤¿à¤•ीय इकाई की सà¥â€à¤¥à¤¾à¤ªà¤¨à¤¾ हेतॠसृजित पदों की निरनà¥â€à¤¤à¤°à¤¤à¤¾ की सà¥â€à¤µà¥€à¤•ृति,Amrendra Sinha(Secretary),2009-06-13,195 811/Ayuktkar/Form Section/09,2009-05-29,निमà¥â€à¤¨à¤²à¤¿à¤–ित सूची में उलà¥à¤²à¤¿à¤–ित आयात घोषणापतà¥à¤° XVI-06 जिनके खो जाने/चोरी हो जाने पर अवैध घोषित करता हूॅ,V.K.Saxena(Commissioner Tax Officer),2009-06-13,219 534/XXVIII-2-2009-92/2006,2009-05-29,"पी0à¤à¤®0à¤à¤š0à¤à¤¸ संवरà¥à¤— के निमà¥â€à¤¨à¤²à¤¿à¤–ित अपर निदेशकों को निदेशक के पद पर पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति ,",Keshav Deshraju(PRINCIPAL SECRETARY),2009-06-13,194 +85/UHC/Admin/2009,2009-05-25,District and Sessions judge Chamoli shall continue to hold additional charge of District and sessions judge Rudraprayag till further order.,Ravindra Maithani(Registrar General),2009-06-13,217 +86/UHC/XIV/08/Admin,2009-05-25,Shri V.B.Rai District and Sessions judge Nainital is hereby sanction Medical leave for 15 days.,Prashant Joshi(Ragistrar -Inspection),2009-06-13,217 811/Ayuktkar/Form Section/09,2009-05-29,निमà¥â€à¤¨à¤²à¤¿à¤–ित सूची में उलà¥à¤²à¤¿à¤–ित आयात घोषणापतà¥à¤° XVI-06 जिनके खो जाने/चोरी हो जाने पर अवैध घोषित करता हूॅ,V.K.Saxena(Commissioner Tax Officer),2009-06-13,219 85/UHC/Admin/2009,2009-05-25,District and Sessions judge Chamoli shall continue to hold additional charge of District and sessions judge Rudraprayag till further order.,Ravindra Maithani(Registrar General),2009-06-13,217 +86/UHC/XIV/08/Admin,2009-05-25,Shri V.B.Rai District and Sessions judge Nainital is hereby sanction Medical leave for 15 days.,Prashant Joshi(Ragistrar -Inspection),2009-06-13,217 908/क0अà¤à¤¿0/रा0पà¥à¤°0/2009,2009-05-30,शà¥à¤°à¥€ पवन कà¥à¤®à¤¾à¤° काला कनिषà¥â€à¤ अà¤à¤¿à¤¯à¤¨à¥â€à¤¤à¤¾ को शà¥à¤°à¥‡à¤£à¥€-2 के पद पर राजपतà¥à¤°à¤¿à¤¤ पà¥à¤°à¤¤à¤¿à¤·à¥â€à¤ ा पà¥à¤°à¤¦à¤¾à¤¨ की जाती है,Madan Lal(Director),2009-06-13,219 92/ पà¥à¤°à¤šà¤¾à¤¸à¥â€à¤¥à¤¾à¤¨à¤¿/तà¥à¤°à¤¿0पं0उपनिरà¥à¤µà¤¾à¤šà¤¨/2009,2009-06-03,जनपद हरिदà¥à¤µà¤¾à¤° की कà¥à¤·à¥‡à¤¤à¥à¤° पंचायत बहादराबाद के पà¥à¤°à¤¾à¤¦à¥‡à¤¶à¤¿à¤• निरà¥à¤µà¤¾à¤šà¤¨ कà¥à¤·à¥‡à¤¤à¥à¤° संखà¥â€à¤¯à¤¾-12 के सदसà¥â€à¤¯ जिला पंचायत के रिकà¥â€à¤¤ पदों पद उप निरà¥à¤µà¤¾à¤šà¤¨ हेतॠसमय सारणी,District Election Officer-Haridwar(District Election Officer),2009-06-13,33 93/पंचासà¥â€à¤¥à¤¾à¤¨à¤¿/तà¥à¤°à¤¿0पं0उपनिरà¥à¤µà¤¾à¤šà¤¨,2009-06-03,"जनपद हरिदà¥à¤µà¤¾à¤° के पà¥à¤°à¤§à¤¾à¤¨,गà¥à¤°à¤¾à¤® तथा सदसà¥â€à¤¯ गà¥à¤°à¤¾à¤® पंचायत के रिकà¥â€à¤¤ पदों पद उप निरà¥à¤µà¤¾à¤šà¤¨ हेतॠसमय सारणी",District Election Officer-Haridwar(District Election Officer),2009-06-13,34 +85/UHC/Admin/2009,2009-05-25,District and Sessions judge Chamoli shall continue to hold additional charge of District and sessions judge Rudraprayag till further order.,Ravindra Maithani(Registrar General),2009-06-13,217 +86/UHC/XIV/08/Admin,2009-05-25,Shri V.B.Rai District and Sessions judge Nainital is hereby sanction Medical leave for 15 days.,Prashant Joshi(Ragistrar -Inspection),2009-06-13,217 219/XXXVI(3)/2009/36(1)/2009,2009-06-15,Notification-Uttarakhand(UP Public Service Tribunal)Amendment Ordinance 2009,R.D.Paliwal(Secretary),2009-06-15,1 69/उचà¥â€à¤š शिकà¥à¤·à¤¾ विà¤à¤¾à¤—,2009-06-09,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ मà¥à¤•à¥â€à¤¤ विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ पà¥à¤°à¤¥à¤® परिनियमावली 2009,Anjali Prasad(Secretary),2009-06-20,198 69/उचà¥â€à¤š शिकà¥à¤·à¤¾ विà¤à¤¾à¤—,2009-06-09,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ मà¥à¤•à¥â€à¤¤ विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ पà¥à¤°à¤¥à¤® परिनियमावली 2009,Anjali Prasad(Secretary),2009-06-20,198 859/Ayuktkar/Form-Section/09,2009-06-02,निमà¥â€à¤¨à¤²à¤¿à¤–ितसूची में उलà¥à¤²à¤¿à¤–ित आयात घोषणापतà¥à¤° जिनके खो जाने चोरी हो जाने पर अवैध घोषित,V.K.Saxena(Commissioner Tax Officer),2009-06-20,221 +87/UHC/Admin/2009,2009-06-03,Shri Rakesh Kumar Mishra-CJM Rudraprayag will also be Civil Judge(SD)Rudraprayag,Ravindra Maithani(Registrar General),2009-06-20,221 +88/UHC/XIV-91/Admin-A,2009-06-05,Shri Seash chandra Civil Judge(JD) Rudraprayag is hereby sanction EL 10 Days,Prashant Joshi(Ragistrar -Inspection),2009-06-20,221 859/Ayuktkar/Form-Section/09,2009-06-02,निमà¥â€à¤¨à¤²à¤¿à¤–ितसूची में उलà¥à¤²à¤¿à¤–ित आयात घोषणापतà¥à¤° जिनके खो जाने चोरी हो जाने पर अवैध घोषित,V.K.Saxena(Commissioner Tax Officer),2009-06-20,221 +87/UHC/Admin/2009,2009-06-03,Shri Rakesh Kumar Mishra-CJM Rudraprayag will also be Civil Judge(SD)Rudraprayag,Ravindra Maithani(Registrar General),2009-06-20,221 +88/UHC/XIV-91/Admin-A,2009-06-05,Shri Seash chandra Civil Judge(JD) Rudraprayag is hereby sanction EL 10 Days,Prashant Joshi(Ragistrar -Inspection),2009-06-20,221 793/Licence Cancel/2009,2009-05-12,शà¥à¤°à¥€ बीरेनà¥â€à¤¦à¥à¤° सिंह गà¥à¤°à¤¾à¤® सिंगोरी जिला पोडी गढवाल का लाईसेनà¥â€à¤¸ संखà¥â€à¤¯à¤¾ 8748/पी0/02 को 12/5/2009 से 11/6/2009 की अवधि के लिठनिलमà¥â€à¤¬à¤¿à¤¤ करता हूं,M.S.Rawat- ARTO-Pauri(Asst RTO),2009-06-20,222 +87/UHC/Admin/2009,2009-06-03,Shri Rakesh Kumar Mishra-CJM Rudraprayag will also be Civil Judge(SD)Rudraprayag,Ravindra Maithani(Registrar General),2009-06-20,221 +88/UHC/XIV-91/Admin-A,2009-06-05,Shri Seash chandra Civil Judge(JD) Rudraprayag is hereby sanction EL 10 Days,Prashant Joshi(Ragistrar -Inspection),2009-06-20,221 376/XXXII-4(1)/2009,2009-06-05,à¤à¤®0à¤à¤²0à¤0 टà¥à¤°à¤¾à¤‚जिट हॉसà¥â€à¤Ÿà¤² में मा0 वि धान सà¤à¤¾ सदसà¥â€à¤¯à¥‹à¤‚ को आवंटित साज-सजà¥â€à¤œà¤¾ के अतिरिकà¥â€à¤¤ साज सजà¥â€à¤œà¤¾ की सà¥â€à¤µà¥€à¤•़ृति,Utpal Kumar Singh(Secretary),2009-06-27,230 1354/X-2-2009-7(11)/2009,2009-06-09,मसूरी वन पà¥à¤°à¤à¤¾à¤— कà¥à¤·à¥‡à¤¤à¥à¤°à¤¾à¤°à¥à¤¨à¥â€à¤¤à¤—त वन सà¥â€à¤µà¤°à¥‚प कà¥à¤·à¥‡à¤¤à¥à¤°à¥‹ के चिनà¥â€à¤¹à¥€à¤•रण में मà¥à¤¨à¤¾à¤°à¤¾ 102 से 115 की सà¥à¤¥à¤¿à¤¤à¤¿ को सलंगà¥â€à¤¨ सूची के अनà¥à¤¸à¤¾à¤° संशोधित की जाती है,Anoop Wadhawan(Secretary),2009-06-27,230 1278/21-282(2008-09)NPM,2009-06-04,नगर पालिका परिषद मसूरी की देहरादून मसूरी मारà¥à¤— पर कोलà¥â€à¤¹à¥‚खेत से मसूरी पà¥à¤°à¤µà¥‡à¤¶ करने वाले वाहनों से इको शà¥à¤²à¥â€à¤• आरोपित करने हेतॠनिमà¥â€à¤¨ उपविधियां बनाई गई है,Dr.Umakant Panwar(Commissionar Pauri),2009-06-27,226 376/XXXII-4(1)/2009,2009-06-05,à¤à¤®0à¤à¤²0à¤0 टà¥à¤°à¤¾à¤‚जिट हॉसà¥â€à¤Ÿà¤² में मा0 वि धान सà¤à¤¾ सदसà¥â€à¤¯à¥‹à¤‚ को आवंटित साज-सजà¥â€à¤œà¤¾ के अतिरिकà¥â€à¤¤ साज सजà¥â€à¤œà¤¾ की सà¥â€à¤µà¥€à¤•़ृति,Utpal Kumar Singh(Secretary),2009-06-27,230 +91/UHC/Admin/2009,2009-06-08,Shri Ramesh Singh 1st Addl.civil.Judge(JD) Haldwani to be posted civil Judge Haldwani.,Ravindra Maithani(Registrar General),2009-06-27,225 +92/UHC/Admin.2009,2009-06-08,Ms.Gajan Devi 2nd Addl.Civil Judge(JD)Haldwani be posted 1st Addl.Civil Judge(JD)Haldwani.,Ravindra Maithani(Registrar General),2009-06-27,225 +89/UHC/XIV/71/Admin.A,2009-06-08,Smt.Neena Agarwal 2nd Addl.Civil Judge(SD) Dehradun hereby sanction 05 days Medical leave.,Prashant Joshi(Ragistrar -Inspection),2009-06-27,225 +90/UHC/XIV/71/Admin.A,2009-06-08,Smt Neena Agarwal 2nd Addl.Civil Judge(SD) hereby sanction 05 days medical leave 14.5.09 to18.5.09,Prashant Joshi(Ragistrar -Inspection),2009-06-27,225 91/UHC/Admin/2009,2009-06-08,Shri Ramesh Singh 1st Addl.civil.Judge(JD) Haldwani to be posted civil Judge Haldwani.,Ravindra Maithani(Registrar General),2009-06-27,225 +92/UHC/Admin.2009,2009-06-08,Ms.Gajan Devi 2nd Addl.Civil Judge(JD)Haldwani be posted 1st Addl.Civil Judge(JD)Haldwani.,Ravindra Maithani(Registrar General),2009-06-27,225 +89/UHC/XIV/71/Admin.A,2009-06-08,Smt.Neena Agarwal 2nd Addl.Civil Judge(SD) Dehradun hereby sanction 05 days Medical leave.,Prashant Joshi(Ragistrar -Inspection),2009-06-27,225 +90/UHC/XIV/71/Admin.A,2009-06-08,Smt Neena Agarwal 2nd Addl.Civil Judge(SD) hereby sanction 05 days medical leave 14.5.09 to18.5.09,Prashant Joshi(Ragistrar -Inspection),2009-06-27,225 63/पंचा0चà¥à¤¨à¤¾à¤µ/उप निरà¥à¤µà¤¾à¤šà¤¨/2009,2009-06-03,नैनीताल जिले के पà¥à¤°à¤§à¤¾à¤¨/ सदसà¥â€à¤¯ गà¥à¤°à¤¾à¤® पंचायतों के रिकà¥â€à¤¤ पदों जो मा0 नà¥â€à¤¯à¤¾à¤¯à¤²à¤¯ के निरà¥à¤£à¤¯ से बाधित हों पर निरà¥à¤µà¤¾à¤šà¤¨ हेतॠसमय सारणी,Dist.Election Officer Nainital(Distict Election Officer ),2009-06-27,38 62/पंचाचà¥à¤¨à¤¾à¤µ/उप निरà¥à¤µà¤¾à¤šà¤¨/2009,2009-06-03,नैनीताल जिले के रिकà¥â€à¤¤ पदों जो मा0 नà¥â€à¤¯à¤¾à¤¯à¤²à¤¯ के निरà¥à¤£à¤¯ से बाधित हों पर निरà¥à¤µà¤¾à¤šà¤¨ हेतॠसमय सारणी,Dist.Election Officer Nainital(District Election Officer),2009-06-27,37 87/तà¥à¤°à¤¿0प0उप निरà¥à¤µà¤¾0/2009,2009-06-03,उतà¥â€à¤¤à¤°à¤•ाशी में गà¥à¤°à¤¾à¤® पंचायतों के सदसà¥â€à¤¯à¥‹à¤‚ के रिकà¥â€à¤¤ पदों/सà¥â€à¤¥à¤¾à¤¨à¥‹à¤‚ का उप निरà¥à¤µà¤¾à¤šà¤¨,Dist.Election Officer Uttarkashi(District Election Officer),2009-06-27,40 88/तà¥à¤°à¤¿0प0उप निरà¥à¤µà¤¾à¤šà¤¨/2009,2009-06-03,उतà¥â€à¤¤à¤°à¤¾à¤•ाशी में कà¥à¤·à¥‡à¤¤à¥à¤° पà¥à¤°à¤šà¤¾à¤¯à¤¤ के सदसà¥â€à¤¯ के रिकà¥â€à¤¤ पद/सà¥â€à¤¥à¤¾à¤¨ का उप निरà¥à¤µà¤¾à¤šà¤¨,Dist.Election Officer Uttarkashi(District Election Officer),2009-06-27,41 33/प0नि0/2009,2009-06-03,जिला पिथौरागढ में पà¥à¤°à¤§à¤¾à¤¨ à¤à¤µà¤‚ सदसà¥â€à¤¯à¥‹à¤‚ के पदों पर उप निरà¥à¤µà¤¾à¤šà¤¨ हेतॠसमय सारणी,Dist.Election Officer Pithoragarh(District Election Officer),2009-06-27,42 49/प0उप निरà¥à¤µà¤¾0/2009,2009-06-03,जनपद रूदà¥à¤°à¤ªà¥à¤°à¤¯à¤¾à¤— में रिकà¥â€à¤¤ पà¥à¤°à¤§à¤¾à¤¨ /गà¥à¤°à¤¾à¤® पंचायत सदसà¥â€à¤¯à¥‹à¤‚ के पदों पर उप निरà¥à¤µà¤¾à¤šà¤¨ हेतॠसमय सारणी,Dist.Election Officer Rudraprayag(District Election Officer),2009-06-27,43 +91/UHC/Admin/2009,2009-06-08,Shri Ramesh Singh 1st Addl.civil.Judge(JD) Haldwani to be posted civil Judge Haldwani.,Ravindra Maithani(Registrar General),2009-06-27,225 +92/UHC/Admin.2009,2009-06-08,Ms.Gajan Devi 2nd Addl.Civil Judge(JD)Haldwani be posted 1st Addl.Civil Judge(JD)Haldwani.,Ravindra Maithani(Registrar General),2009-06-27,225 +89/UHC/XIV/71/Admin.A,2009-06-08,Smt.Neena Agarwal 2nd Addl.Civil Judge(SD) Dehradun hereby sanction 05 days Medical leave.,Prashant Joshi(Ragistrar -Inspection),2009-06-27,225 +90/UHC/XIV/71/Admin.A,2009-06-08,Smt Neena Agarwal 2nd Addl.Civil Judge(SD) hereby sanction 05 days medical leave 14.5.09 to18.5.09,Prashant Joshi(Ragistrar -Inspection),2009-06-27,225 1354/X-2-2009-7(11)/2009,2009-06-09,मसूरी वन पà¥à¤°à¤à¤¾à¤— कà¥à¤·à¥‡à¤¤à¥à¤°à¤¾à¤°à¥à¤¨à¥â€à¤¤à¤—त वन सà¥â€à¤µà¤°à¥‚प कà¥à¤·à¥‡à¤¤à¥à¤°à¥‹ के चिनà¥â€à¤¹à¥€à¤•रण में मà¥à¤¨à¤¾à¤°à¤¾ 102 से 115 की सà¥à¤¥à¤¿à¤¤à¤¿ को सलंगà¥â€à¤¨ सूची के अनà¥à¤¸à¤¾à¤° संशोधित की जाती है,Anoop Wadhawan(Secretary),2009-06-27,230 +585/XX(2)/04/NSA/2003,2009-06-11,Incidents of Violence in Certain District of Uttarakhand Reg.,Subhash Kumar(PRINCIPAL SECRETARY),2009-07-04,234 +615/XX(2)/56/2007,2009-06-16,The Private Security Agencies State Model Rules 2009,Subhash Kumar (PRINCIPAL SECRETARY),2009-07-04,235 +585/XX(2)/04/NSA/2003,2009-06-11,Incidents of Violence in Certain District of Uttarakhand Reg.,Subhash Kumar(PRINCIPAL SECRETARY),2009-07-04,234 615/XX(2)/56/2007,2009-06-16,The Private Security Agencies State Model Rules 2009,Subhash Kumar (PRINCIPAL SECRETARY),2009-07-04,235 +585/XX(2)/04/NSA/2003,2009-06-11,Incidents of Violence in Certain District of Uttarakhand Reg.,Subhash Kumar(PRINCIPAL SECRETARY),2009-07-04,234 +615/XX(2)/56/2007,2009-06-16,The Private Security Agencies State Model Rules 2009,Subhash Kumar (PRINCIPAL SECRETARY),2009-07-04,235 +615/XX(2)/56/2007,2009-06-16,The Private Security Agencies State Model Rules 2009,Subhash Kumar (PRINCIPAL SECRETARY),2009-07-04,235 +585/XX(2)/04/NSA/2003,2009-06-11,Incidents of Violence in Certain District of Uttarakhand Reg.,Subhash Kumar(PRINCIPAL SECRETARY),2009-07-04,234 +585/XX(2)/04/NSA/2003,2009-06-11,Incidents of Violence in Certain District of Uttarakhand Reg.,Subhash Kumar(PRINCIPAL SECRETARY),2009-07-04,234 +615/XX(2)/56/2007,2009-06-16,The Private Security Agencies State Model Rules 2009,Subhash Kumar (PRINCIPAL SECRETARY),2009-07-04,235 340/UECB/2009,2009-06-17,Uttarakhand Electricity regulatory Commission hereby extends the applicability of the following regulations.,Pankaj Prakash(Secretary),2009-07-04,229 340/UECB/2009,2009-06-17,Uttarakhand Electricity regulatory Commission hereby extends the applicability of the following regulations.,Pankaj Prakash(Secretary),2009-07-04,229 +585/XX(2)/04/NSA/2003,2009-06-11,Incidents of Violence in Certain District of Uttarakhand Reg.,Subhash Kumar(PRINCIPAL SECRETARY),2009-07-04,234 +615/XX(2)/56/2007,2009-06-16,The Private Security Agencies State Model Rules 2009,Subhash Kumar (PRINCIPAL SECRETARY),2009-07-04,235 585/XX(2)/04/NSA/2003,2009-06-11,Incidents of Violence in Certain District of Uttarakhand Reg.,Subhash Kumar(PRINCIPAL SECRETARY),2009-07-04,234 +615/XX(2)/56/2007,2009-06-16,The Private Security Agencies State Model Rules 2009,Subhash Kumar (PRINCIPAL SECRETARY),2009-07-04,235 +519/XX(1)/100/CBI/2008,2009-07-02,Reg.Death of Km.Deepa Bisht D/o Shri Devidatt Bisht Head master OGvernment Primary School Ranikhet.,Subhash Kumar(PRINCIPAL SECRETARY),2009-07-11,272 1032/XVIII(2)/2009,2009-06-17,Dy.Collector Sadar Dehradun as Assistant Record Officer taking charge Village of Dehradun under Survey record Operation.,Subhash Kumar(PRINCIPAL SECRETARY),2009-07-11,272 103/UHC/Admin.A/2009,2009-06-30,Smt.Jyotsna is posted as civil Judge(JD) Champawat.,Ravindra Maithani(Registrar General),2009-07-11,232 115/UHC/Admin.A/2009,2009-07-03,Shri Maninider Mohan pandey CJ(JD)Derhadun Transferred and posted as Civil Judge (JD)Srinagar.,Ravindra Maithani(Registrar General),2009-07-11,232 111/UHC/Admin/2009,2009-07-03,Reg. Shri Kuldeep Sharma CJ(JD) USNAGAR is transferred and posted as Civil Judge(JD) Khatima.,Ravindra Maithani(Registrar General),2009-07-11,233 112/IUHC/Admin.2009,2009-07-03,Reg. Shri Vivek Dwivedi CJ(JD) USNAGAR is transferred and posted as Civil Judge(JD) Ranikhet.,Ravindra Maithani(Registrar General),2009-07-11,233 +113/UHC/Admin.2009,2009-07-03,Reg. Shri Sudhir Kumar SinghCJ(JD) USNAGAR is transferred and posted as Civil Judge(JD) Vikasnagar.,Ravindra Maithani(Registrar General),2009-07-11,233 +114/UHC/Admin.2009,2009-07-03,Reg. Shri Manish Kumar PandeyCJ(JD) USNAGAR is transferred and posted as Civil Judge(JD) Didihat.,Ravindra Maithani(Registrar General),2009-07-11,233 +94/XIV/31/Admin/2008,2009-06-18,Shri Madan ram Civil Judge(JD) Rishikesh here by Sanction Leave,Prashant Joshi(Ragistrar -Inspection),2009-07-11,231 +95/UHC/XIV/63/Admin-A,2009-06-18,Reg.Leave Sanction Ms.Neetu Joshi Civil Judge(SD) Haridwar,Prashant Joshi(Ragistrar -Inspection),2009-07-11,231 +96/UHC/XIV/63/Admin-a,2009-06-18,Reg.Medical Leave Sanction Ms.Neetu Joshi Civill Judge(SD) Haridwar,Prashant Joshi(Ragistrar -Inspection),2009-07-11,231 +105/UHC/XIV/Admin.A/2009,2009-07-01,Reg.Leave Sanction-Smt.Meena Tiwari Dist.Session Judge Chamoli,Prashant Joshi(Ragistrar -Inspection),2009-07-11,232 +107/UHC/Admin.A/2009,2009-07-03,Reg.Shri Abdul Qayyum Civil Judge(JD)Ranikhet Promoted Civil Judge(SD)Derhadun.,Prashant Joshi(Ragistrar -Inspection),2009-07-11,232 +108/UHC/Admin.A/2009,2009-07-03,Reg.Shri Om Kumar CJ(JD)Vikasnagar is promoted and posted CJ(SD)Rishikesh,Prashant Joshi(Ragistrar -Inspection),2009-07-11,232 +110/UHC/Admin.A/2009,2009-07-03,Reg.Shri Nandan Singh CJ(JD) DIDIHAT is promoted and posted as CJ(SD)Kashipur.,Prashant Joshi(Ragistrar -Inspection),2009-07-11,232 +99/UHC/XIV/08/Admin.A,2009-06-24,"Reg.Sanction EL Km.KumKum Rani, DSJ,Champawat",Prashant Joshi(Ragistrar -Inspection),2009-07-11,231 1457/X-2-2009-8(52)/2001,2009-06-25,वनà¥â€à¤¯ जीव संरकà¥à¤·à¤£ अधिनियम 1972 संशोधित 2006 के अधीन राजà¥â€à¤¯à¤ªà¤¾à¤² कॉलम 2 में अकिंत वà¥â€à¤¯à¤•à¥à¤¤à¤¿à¤¯à¥‹à¤‚ को वनà¥â€à¤¯ जीव पà¥à¤°à¤¤à¤¿à¤ªà¤¾à¤²à¤• नियà¥à¤•à¥â€à¤¤ करते है,R.K.Mishra(Secretary),2009-07-11,275 3396/VII-II(08)/143-Udyog/2003,2009-06-30,Reg.Manufacturing Enterprises,P.C.Sharma(PRINCIPAL SECRETARY),2009-07-11,273 103/UHC/Admin.A/2009,2009-06-30,Smt.Jyotsna is posted as civil Judge(JD) Champawat.,Ravindra Maithani(Registrar General),2009-07-11,232 115/UHC/Admin.A/2009,2009-07-03,Shri Maninider Mohan pandey CJ(JD)Derhadun Transferred and posted as Civil Judge (JD)Srinagar.,Ravindra Maithani(Registrar General),2009-07-11,232 +111/UHC/Admin/2009,2009-07-03,Reg. Shri Kuldeep Sharma CJ(JD) USNAGAR is transferred and posted as Civil Judge(JD) Khatima.,Ravindra Maithani(Registrar General),2009-07-11,233 +112/IUHC/Admin.2009,2009-07-03,Reg. Shri Vivek Dwivedi CJ(JD) USNAGAR is transferred and posted as Civil Judge(JD) Ranikhet.,Ravindra Maithani(Registrar General),2009-07-11,233 +113/UHC/Admin.2009,2009-07-03,Reg. Shri Sudhir Kumar SinghCJ(JD) USNAGAR is transferred and posted as Civil Judge(JD) Vikasnagar.,Ravindra Maithani(Registrar General),2009-07-11,233 +114/UHC/Admin.2009,2009-07-03,Reg. Shri Manish Kumar PandeyCJ(JD) USNAGAR is transferred and posted as Civil Judge(JD) Didihat.,Ravindra Maithani(Registrar General),2009-07-11,233 +94/XIV/31/Admin/2008,2009-06-18,Shri Madan ram Civil Judge(JD) Rishikesh here by Sanction Leave,Prashant Joshi(Ragistrar -Inspection),2009-07-11,231 +95/UHC/XIV/63/Admin-A,2009-06-18,Reg.Leave Sanction Ms.Neetu Joshi Civil Judge(SD) Haridwar,Prashant Joshi(Ragistrar -Inspection),2009-07-11,231 +96/UHC/XIV/63/Admin-a,2009-06-18,Reg.Medical Leave Sanction Ms.Neetu Joshi Civill Judge(SD) Haridwar,Prashant Joshi(Ragistrar -Inspection),2009-07-11,231 +105/UHC/XIV/Admin.A/2009,2009-07-01,Reg.Leave Sanction-Smt.Meena Tiwari Dist.Session Judge Chamoli,Prashant Joshi(Ragistrar -Inspection),2009-07-11,232 +107/UHC/Admin.A/2009,2009-07-03,Reg.Shri Abdul Qayyum Civil Judge(JD)Ranikhet Promoted Civil Judge(SD)Derhadun.,Prashant Joshi(Ragistrar -Inspection),2009-07-11,232 +108/UHC/Admin.A/2009,2009-07-03,Reg.Shri Om Kumar CJ(JD)Vikasnagar is promoted and posted CJ(SD)Rishikesh,Prashant Joshi(Ragistrar -Inspection),2009-07-11,232 +110/UHC/Admin.A/2009,2009-07-03,Reg.Shri Nandan Singh CJ(JD) DIDIHAT is promoted and posted as CJ(SD)Kashipur.,Prashant Joshi(Ragistrar -Inspection),2009-07-11,232 +99/UHC/XIV/08/Admin.A,2009-06-24,"Reg.Sanction EL Km.KumKum Rani, DSJ,Champawat",Prashant Joshi(Ragistrar -Inspection),2009-07-11,231 519/XX(1)/100/CBI/2008,2009-07-02,Reg.Death of Km.Deepa Bisht D/o Shri Devidatt Bisht Head master OGvernment Primary School Ranikhet.,Subhash Kumar(PRINCIPAL SECRETARY),2009-07-11,272 519/XX(1)/100/CBI/2008,2009-07-02,Reg.Death of Km.Deepa Bisht D/o Shri Devidatt Bisht Head master OGvernment Primary School Ranikhet.,Subhash Kumar(PRINCIPAL SECRETARY),2009-07-11,272 +519/XX(1)/100/CBI/2008,2009-07-02,Reg.Death of Km.Deepa Bisht D/o Shri Devidatt Bisht Head master OGvernment Primary School Ranikhet.,Subhash Kumar(PRINCIPAL SECRETARY),2009-07-11,272 3396/VII-II(08)/143-Udyog/2003,2009-06-30,Reg.Manufacturing Enterprises,P.C.Sharma(PRINCIPAL SECRETARY),2009-07-11,273 1032/XVIII(2)/2009,2009-06-17,Dy.Collector Sadar Dehradun as Assistant Record Officer taking charge Village of Dehradun under Survey record Operation.,Subhash Kumar(PRINCIPAL SECRETARY),2009-07-11,272 519/XX(1)/100/CBI/2008,2009-07-02,Reg.Death of Km.Deepa Bisht D/o Shri Devidatt Bisht Head master OGvernment Primary School Ranikhet.,Subhash Kumar(PRINCIPAL SECRETARY),2009-07-11,272 @@ -3789,18 +5073,71 @@ 111/UHC/Admin/2009,2009-07-03,Reg. Shri Kuldeep Sharma CJ(JD) USNAGAR is transferred and posted as Civil Judge(JD) Khatima.,Ravindra Maithani(Registrar General),2009-07-11,233 112/IUHC/Admin.2009,2009-07-03,Reg. Shri Vivek Dwivedi CJ(JD) USNAGAR is transferred and posted as Civil Judge(JD) Ranikhet.,Ravindra Maithani(Registrar General),2009-07-11,233 113/UHC/Admin.2009,2009-07-03,Reg. Shri Sudhir Kumar SinghCJ(JD) USNAGAR is transferred and posted as Civil Judge(JD) Vikasnagar.,Ravindra Maithani(Registrar General),2009-07-11,233 +114/UHC/Admin.2009,2009-07-03,Reg. Shri Manish Kumar PandeyCJ(JD) USNAGAR is transferred and posted as Civil Judge(JD) Didihat.,Ravindra Maithani(Registrar General),2009-07-11,233 +94/XIV/31/Admin/2008,2009-06-18,Shri Madan ram Civil Judge(JD) Rishikesh here by Sanction Leave,Prashant Joshi(Ragistrar -Inspection),2009-07-11,231 +95/UHC/XIV/63/Admin-A,2009-06-18,Reg.Leave Sanction Ms.Neetu Joshi Civil Judge(SD) Haridwar,Prashant Joshi(Ragistrar -Inspection),2009-07-11,231 +96/UHC/XIV/63/Admin-a,2009-06-18,Reg.Medical Leave Sanction Ms.Neetu Joshi Civill Judge(SD) Haridwar,Prashant Joshi(Ragistrar -Inspection),2009-07-11,231 +105/UHC/XIV/Admin.A/2009,2009-07-01,Reg.Leave Sanction-Smt.Meena Tiwari Dist.Session Judge Chamoli,Prashant Joshi(Ragistrar -Inspection),2009-07-11,232 +107/UHC/Admin.A/2009,2009-07-03,Reg.Shri Abdul Qayyum Civil Judge(JD)Ranikhet Promoted Civil Judge(SD)Derhadun.,Prashant Joshi(Ragistrar -Inspection),2009-07-11,232 +108/UHC/Admin.A/2009,2009-07-03,Reg.Shri Om Kumar CJ(JD)Vikasnagar is promoted and posted CJ(SD)Rishikesh,Prashant Joshi(Ragistrar -Inspection),2009-07-11,232 +110/UHC/Admin.A/2009,2009-07-03,Reg.Shri Nandan Singh CJ(JD) DIDIHAT is promoted and posted as CJ(SD)Kashipur.,Prashant Joshi(Ragistrar -Inspection),2009-07-11,232 +99/UHC/XIV/08/Admin.A,2009-06-24,"Reg.Sanction EL Km.KumKum Rani, DSJ,Champawat",Prashant Joshi(Ragistrar -Inspection),2009-07-11,231 103/UHC/Admin.A/2009,2009-06-30,Smt.Jyotsna is posted as civil Judge(JD) Champawat.,Ravindra Maithani(Registrar General),2009-07-11,232 115/UHC/Admin.A/2009,2009-07-03,Shri Maninider Mohan pandey CJ(JD)Derhadun Transferred and posted as Civil Judge (JD)Srinagar.,Ravindra Maithani(Registrar General),2009-07-11,232 +111/UHC/Admin/2009,2009-07-03,Reg. Shri Kuldeep Sharma CJ(JD) USNAGAR is transferred and posted as Civil Judge(JD) Khatima.,Ravindra Maithani(Registrar General),2009-07-11,233 +112/IUHC/Admin.2009,2009-07-03,Reg. Shri Vivek Dwivedi CJ(JD) USNAGAR is transferred and posted as Civil Judge(JD) Ranikhet.,Ravindra Maithani(Registrar General),2009-07-11,233 +113/UHC/Admin.2009,2009-07-03,Reg. Shri Sudhir Kumar SinghCJ(JD) USNAGAR is transferred and posted as Civil Judge(JD) Vikasnagar.,Ravindra Maithani(Registrar General),2009-07-11,233 +114/UHC/Admin.2009,2009-07-03,Reg. Shri Manish Kumar PandeyCJ(JD) USNAGAR is transferred and posted as Civil Judge(JD) Didihat.,Ravindra Maithani(Registrar General),2009-07-11,233 +94/XIV/31/Admin/2008,2009-06-18,Shri Madan ram Civil Judge(JD) Rishikesh here by Sanction Leave,Prashant Joshi(Ragistrar -Inspection),2009-07-11,231 +95/UHC/XIV/63/Admin-A,2009-06-18,Reg.Leave Sanction Ms.Neetu Joshi Civil Judge(SD) Haridwar,Prashant Joshi(Ragistrar -Inspection),2009-07-11,231 +96/UHC/XIV/63/Admin-a,2009-06-18,Reg.Medical Leave Sanction Ms.Neetu Joshi Civill Judge(SD) Haridwar,Prashant Joshi(Ragistrar -Inspection),2009-07-11,231 +105/UHC/XIV/Admin.A/2009,2009-07-01,Reg.Leave Sanction-Smt.Meena Tiwari Dist.Session Judge Chamoli,Prashant Joshi(Ragistrar -Inspection),2009-07-11,232 +107/UHC/Admin.A/2009,2009-07-03,Reg.Shri Abdul Qayyum Civil Judge(JD)Ranikhet Promoted Civil Judge(SD)Derhadun.,Prashant Joshi(Ragistrar -Inspection),2009-07-11,232 +108/UHC/Admin.A/2009,2009-07-03,Reg.Shri Om Kumar CJ(JD)Vikasnagar is promoted and posted CJ(SD)Rishikesh,Prashant Joshi(Ragistrar -Inspection),2009-07-11,232 +110/UHC/Admin.A/2009,2009-07-03,Reg.Shri Nandan Singh CJ(JD) DIDIHAT is promoted and posted as CJ(SD)Kashipur.,Prashant Joshi(Ragistrar -Inspection),2009-07-11,232 +99/UHC/XIV/08/Admin.A,2009-06-24,"Reg.Sanction EL Km.KumKum Rani, DSJ,Champawat",Prashant Joshi(Ragistrar -Inspection),2009-07-11,231 +519/XX(1)/100/CBI/2008,2009-07-02,Reg.Death of Km.Deepa Bisht D/o Shri Devidatt Bisht Head master OGvernment Primary School Ranikhet.,Subhash Kumar(PRINCIPAL SECRETARY),2009-07-11,272 103/UHC/Admin.A/2009,2009-06-30,Smt.Jyotsna is posted as civil Judge(JD) Champawat.,Ravindra Maithani(Registrar General),2009-07-11,232 115/UHC/Admin.A/2009,2009-07-03,Shri Maninider Mohan pandey CJ(JD)Derhadun Transferred and posted as Civil Judge (JD)Srinagar.,Ravindra Maithani(Registrar General),2009-07-11,232 111/UHC/Admin/2009,2009-07-03,Reg. Shri Kuldeep Sharma CJ(JD) USNAGAR is transferred and posted as Civil Judge(JD) Khatima.,Ravindra Maithani(Registrar General),2009-07-11,233 112/IUHC/Admin.2009,2009-07-03,Reg. Shri Vivek Dwivedi CJ(JD) USNAGAR is transferred and posted as Civil Judge(JD) Ranikhet.,Ravindra Maithani(Registrar General),2009-07-11,233 113/UHC/Admin.2009,2009-07-03,Reg. Shri Sudhir Kumar SinghCJ(JD) USNAGAR is transferred and posted as Civil Judge(JD) Vikasnagar.,Ravindra Maithani(Registrar General),2009-07-11,233 +114/UHC/Admin.2009,2009-07-03,Reg. Shri Manish Kumar PandeyCJ(JD) USNAGAR is transferred and posted as Civil Judge(JD) Didihat.,Ravindra Maithani(Registrar General),2009-07-11,233 +94/XIV/31/Admin/2008,2009-06-18,Shri Madan ram Civil Judge(JD) Rishikesh here by Sanction Leave,Prashant Joshi(Ragistrar -Inspection),2009-07-11,231 +95/UHC/XIV/63/Admin-A,2009-06-18,Reg.Leave Sanction Ms.Neetu Joshi Civil Judge(SD) Haridwar,Prashant Joshi(Ragistrar -Inspection),2009-07-11,231 +96/UHC/XIV/63/Admin-a,2009-06-18,Reg.Medical Leave Sanction Ms.Neetu Joshi Civill Judge(SD) Haridwar,Prashant Joshi(Ragistrar -Inspection),2009-07-11,231 +105/UHC/XIV/Admin.A/2009,2009-07-01,Reg.Leave Sanction-Smt.Meena Tiwari Dist.Session Judge Chamoli,Prashant Joshi(Ragistrar -Inspection),2009-07-11,232 +107/UHC/Admin.A/2009,2009-07-03,Reg.Shri Abdul Qayyum Civil Judge(JD)Ranikhet Promoted Civil Judge(SD)Derhadun.,Prashant Joshi(Ragistrar -Inspection),2009-07-11,232 +108/UHC/Admin.A/2009,2009-07-03,Reg.Shri Om Kumar CJ(JD)Vikasnagar is promoted and posted CJ(SD)Rishikesh,Prashant Joshi(Ragistrar -Inspection),2009-07-11,232 +110/UHC/Admin.A/2009,2009-07-03,Reg.Shri Nandan Singh CJ(JD) DIDIHAT is promoted and posted as CJ(SD)Kashipur.,Prashant Joshi(Ragistrar -Inspection),2009-07-11,232 +99/UHC/XIV/08/Admin.A,2009-06-24,"Reg.Sanction EL Km.KumKum Rani, DSJ,Champawat",Prashant Joshi(Ragistrar -Inspection),2009-07-11,231 +519/XX(1)/100/CBI/2008,2009-07-02,Reg.Death of Km.Deepa Bisht D/o Shri Devidatt Bisht Head master OGvernment Primary School Ranikhet.,Subhash Kumar(PRINCIPAL SECRETARY),2009-07-11,272 1457/X-2-2009-8(52)/2001,2009-06-25,वनà¥â€à¤¯ जीव संरकà¥à¤·à¤£ अधिनियम 1972 संशोधित 2006 के अधीन राजà¥â€à¤¯à¤ªà¤¾à¤² कॉलम 2 में अकिंत वà¥â€à¤¯à¤•à¥à¤¤à¤¿à¤¯à¥‹à¤‚ को वनà¥â€à¤¯ जीव पà¥à¤°à¤¤à¤¿à¤ªà¤¾à¤²à¤• नियà¥à¤•à¥â€à¤¤ करते है,R.K.Mishra(Secretary),2009-07-11,275 +541/XX(1)/126/CBI/2009,2009-07-08,Reg.CBI Janch Shri Ranbir Singh S/o Ravindra Pal Gaziabad(UP),Subhash Kumar(PRINCIPAL SECRETARY),2009-07-18,278 1255/XV-1/2(13)/2006,2009-06-22,The Uttarakhand Animal Husbandry Department Livestock extension and Poultry Development Service rules 209,Amrendra Sinha(Secretary),2009-07-18,278 +118/UHC/Admin.A/2009,2009-07-06,Reg.Recommendation of Hon'ble Shetty Pay Commission.,Ravindra Maithani(Registrar General),2009-07-18,235 +121/UHC/XIV/29/2009,2009-07-07,Reg.Leave Sanction Shri Raj Krishna Dist Session Judge Pauri,Prashant Joshi(Ragistrar -Inspection),2009-07-18,236 +122/UHC/XIV/70/Admin/09,2009-07-07,Reg.Leave Sanction Shri Manish Mishra CJM-Champawat.,Prashant Joshi(Ragistrar -Inspection),2009-07-18,236 +118/UHC/Admin.A/2009,2009-07-06,Reg.Recommendation of Hon'ble Shetty Pay Commission.,Ravindra Maithani(Registrar General),2009-07-18,235 +121/UHC/XIV/29/2009,2009-07-07,Reg.Leave Sanction Shri Raj Krishna Dist Session Judge Pauri,Prashant Joshi(Ragistrar -Inspection),2009-07-18,236 +122/UHC/XIV/70/Admin/09,2009-07-07,Reg.Leave Sanction Shri Manish Mishra CJM-Champawat.,Prashant Joshi(Ragistrar -Inspection),2009-07-18,236 +541/XX(1)/126/CBI/2009,2009-07-08,Reg.CBI Janch Shri Ranbir Singh S/o Ravindra Pal Gaziabad(UP),Subhash Kumar(PRINCIPAL SECRETARY),2009-07-18,278 +541/XX(1)/126/CBI/2009,2009-07-08,Reg.CBI Janch Shri Ranbir Singh S/o Ravindra Pal Gaziabad(UP),Subhash Kumar(PRINCIPAL SECRETARY),2009-07-18,278 +541/XX(1)/126/CBI/2009,2009-07-08,Reg.CBI Janch Shri Ranbir Singh S/o Ravindra Pal Gaziabad(UP),Subhash Kumar(PRINCIPAL SECRETARY),2009-07-18,278 1255/XV-1/2(13)/2006,2009-06-22,The Uttarakhand Animal Husbandry Department Livestock extension and Poultry Development Service rules 209,Amrendra Sinha(Secretary),2009-07-18,278 1255/XV-1/2(13)/2006,2009-06-22,The Uttarakhand Animal Husbandry Department Livestock extension and Poultry Development Service rules 209,Amrendra Sinha(Secretary),2009-07-18,278 +541/XX(1)/126/CBI/2009,2009-07-08,Reg.CBI Janch Shri Ranbir Singh S/o Ravindra Pal Gaziabad(UP),Subhash Kumar(PRINCIPAL SECRETARY),2009-07-18,278 1255/XV-1/2(13)/2006,2009-06-22,The Uttarakhand Animal Husbandry Department Livestock extension and Poultry Development Service rules 209,Amrendra Sinha(Secretary),2009-07-18,278 +118/UHC/Admin.A/2009,2009-07-06,Reg.Recommendation of Hon'ble Shetty Pay Commission.,Ravindra Maithani(Registrar General),2009-07-18,235 +121/UHC/XIV/29/2009,2009-07-07,Reg.Leave Sanction Shri Raj Krishna Dist Session Judge Pauri,Prashant Joshi(Ragistrar -Inspection),2009-07-18,236 +122/UHC/XIV/70/Admin/09,2009-07-07,Reg.Leave Sanction Shri Manish Mishra CJM-Champawat.,Prashant Joshi(Ragistrar -Inspection),2009-07-18,236 +118/UHC/Admin.A/2009,2009-07-06,Reg.Recommendation of Hon'ble Shetty Pay Commission.,Ravindra Maithani(Registrar General),2009-07-18,235 +121/UHC/XIV/29/2009,2009-07-07,Reg.Leave Sanction Shri Raj Krishna Dist Session Judge Pauri,Prashant Joshi(Ragistrar -Inspection),2009-07-18,236 +122/UHC/XIV/70/Admin/09,2009-07-07,Reg.Leave Sanction Shri Manish Mishra CJM-Champawat.,Prashant Joshi(Ragistrar -Inspection),2009-07-18,236 +541/XX(1)/126/CBI/2009,2009-07-08,Reg.CBI Janch Shri Ranbir Singh S/o Ravindra Pal Gaziabad(UP),Subhash Kumar(PRINCIPAL SECRETARY),2009-07-18,278 +118/UHC/Admin.A/2009,2009-07-06,Reg.Recommendation of Hon'ble Shetty Pay Commission.,Ravindra Maithani(Registrar General),2009-07-18,235 +121/UHC/XIV/29/2009,2009-07-07,Reg.Leave Sanction Shri Raj Krishna Dist Session Judge Pauri,Prashant Joshi(Ragistrar -Inspection),2009-07-18,236 +122/UHC/XIV/70/Admin/09,2009-07-07,Reg.Leave Sanction Shri Manish Mishra CJM-Champawat.,Prashant Joshi(Ragistrar -Inspection),2009-07-18,236 541/XX(1)/126/CBI/2009,2009-07-08,Reg.CBI Janch Shri Ranbir Singh S/o Ravindra Pal Gaziabad(UP),Subhash Kumar(PRINCIPAL SECRETARY),2009-07-18,278 406/XXVII(9)/Stamp-55/2009,2009-07-15,तीन लाख तक के ऋण पर सà¥â€à¤Ÿà¤¾à¤®à¥â€à¤ª शà¥à¤²à¥â€à¤• पà¥à¤°à¤à¤¾à¤°à¥à¤¯ न किये जाने की सà¥â€à¤µà¥€à¤•ृति,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-07-25,296 730/XXXIV(7)/23(1)/2009,2009-06-30,The Uttarakhand Higher Edcation (Group A) Service Amendment Rules 2008,Anjali Prasad(Secretary),2009-07-25,296 @@ -3808,35 +5145,87 @@ 406/XXVII(9)/Stamp-55/2009,2009-07-15,तीन लाख तक के ऋण पर सà¥â€à¤Ÿà¤¾à¤®à¥â€à¤ª शà¥à¤²à¥â€à¤• पà¥à¤°à¤à¤¾à¤°à¥à¤¯ न किये जाने की सà¥â€à¤µà¥€à¤•ृति,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-07-25,296 419/XXXI(13)/G/09-45(2)/2006,2009-07-10,The area Specified in the Schedule Below as the Area Periodically of field firing adn Artilery Practice.,Rajeev Chanra(Secretary),2009-07-25,297 126/UHC/Admin.a/2009,2009-07-09,Reg.Shri Alok Kumar Verma Addl.Secy(law)Uttarakhand is repatriated and posted as DIstrict and Sessions Judge Tehri Garhwal.,Ravindra Maithani(Registrar General),2009-07-25,237 +124/UHC/Admin.a/2009,2009-07-09,Reg.Roop Deo Pandey Dist.Sessions Judge Uttarkashi is transferrd and Posted Dist.Sessions Judge Nainital.,Ravindra Maithani(Registrar General),2009-07-25,237 +123/UHC/XIV/33/Admin/2009,2009-07-09,"Reg.Leave Sanction Shri D.P.Gairola,Dist.Sessions Judge Pithoragarh.",Prashant Joshi(Ragistrar -Inspection),2009-07-25,237 1157/VII-1-09/471-Udhyog/2002,2009-07-13,उदà¥à¤¯à¥‹à¤— विà¤à¤¾à¤— में शà¥à¤°à¥€ सà¥à¤§à¥€à¤° चनà¥â€à¤¦à¥à¤° नौटियाल सयà¥à¤‚कà¥â€à¤¤ निदेशक को अपर निदेशक के पद पर पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,P.C.Sharma(PRINCIPAL SECRETARY),2009-07-25,296 124/UHC/Admin.a/2009,2009-07-09,Reg.Roop Deo Pandey Dist.Sessions Judge Uttarkashi is transferrd and Posted Dist.Sessions Judge Nainital.,Ravindra Maithani(Registrar General),2009-07-25,237 126/UHC/Admin.a/2009,2009-07-09,Reg.Shri Alok Kumar Verma Addl.Secy(law)Uttarakhand is repatriated and posted as DIstrict and Sessions Judge Tehri Garhwal.,Ravindra Maithani(Registrar General),2009-07-25,237 +123/UHC/XIV/33/Admin/2009,2009-07-09,"Reg.Leave Sanction Shri D.P.Gairola,Dist.Sessions Judge Pithoragarh.",Prashant Joshi(Ragistrar -Inspection),2009-07-25,237 1157/VII-1-09/471-Udhyog/2002,2009-07-13,उदà¥à¤¯à¥‹à¤— विà¤à¤¾à¤— में शà¥à¤°à¥€ सà¥à¤§à¥€à¤° चनà¥â€à¤¦à¥à¤° नौटियाल सयà¥à¤‚कà¥â€à¤¤ निदेशक को अपर निदेशक के पद पर पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,P.C.Sharma(PRINCIPAL SECRETARY),2009-07-25,296 730/XXXIV(7)/23(1)/2009,2009-06-30,The Uttarakhand Higher Edcation (Group A) Service Amendment Rules 2008,Anjali Prasad(Secretary),2009-07-25,296 153/XXIV(6)/2009,2009-07-23,दून विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ पà¥à¤°à¤¥à¤® अधà¥â€à¤¯à¤¾à¤¦à¥‡à¤¶ 2009,Indudhar Baudai(Additional Secretary),2009-07-25,300 406/XXVII(9)/Stamp-55/2009,2009-07-15,तीन लाख तक के ऋण पर सà¥â€à¤Ÿà¤¾à¤®à¥â€à¤ª शà¥à¤²à¥â€à¤• पà¥à¤°à¤à¤¾à¤°à¥à¤¯ न किये जाने की सà¥â€à¤µà¥€à¤•ृति,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-07-25,296 126/UHC/Admin.a/2009,2009-07-09,Reg.Shri Alok Kumar Verma Addl.Secy(law)Uttarakhand is repatriated and posted as DIstrict and Sessions Judge Tehri Garhwal.,Ravindra Maithani(Registrar General),2009-07-25,237 +124/UHC/Admin.a/2009,2009-07-09,Reg.Roop Deo Pandey Dist.Sessions Judge Uttarkashi is transferrd and Posted Dist.Sessions Judge Nainital.,Ravindra Maithani(Registrar General),2009-07-25,237 +123/UHC/XIV/33/Admin/2009,2009-07-09,"Reg.Leave Sanction Shri D.P.Gairola,Dist.Sessions Judge Pithoragarh.",Prashant Joshi(Ragistrar -Inspection),2009-07-25,237 124/UHC/Admin.a/2009,2009-07-09,Reg.Roop Deo Pandey Dist.Sessions Judge Uttarkashi is transferrd and Posted Dist.Sessions Judge Nainital.,Ravindra Maithani(Registrar General),2009-07-25,237 126/UHC/Admin.a/2009,2009-07-09,Reg.Shri Alok Kumar Verma Addl.Secy(law)Uttarakhand is repatriated and posted as DIstrict and Sessions Judge Tehri Garhwal.,Ravindra Maithani(Registrar General),2009-07-25,237 +123/UHC/XIV/33/Admin/2009,2009-07-09,"Reg.Leave Sanction Shri D.P.Gairola,Dist.Sessions Judge Pithoragarh.",Prashant Joshi(Ragistrar -Inspection),2009-07-25,237 540/21-38/up-Pradhan/09,2009-06-30,जिला निरà¥à¤µà¤¾à¤šà¤¨ अधिकारी (प0)-राजà¥â€à¤¯ की गà¥à¤°à¤¾à¤® पंचायतों के उप पà¥à¤°à¤§à¤¾à¤¨à¥‹à¤‚ के रिकà¥â€à¤¤ पदों का सामानà¥â€à¤¯ निरà¥à¤µà¤¾à¤šà¤¨ 2009,District Election Officer(P)Chamoli(District Election Officer),2009-07-25,45 117/Panchayat Election/2009,2009-06-30,नैनीताल जिले के विकास खणà¥â€à¤¡ धारी à¤à¤µà¤‚ ओखलकाणà¥â€à¤¡à¤¾ के अरà¥à¤¨à¥â€à¤¤à¤—त गà¥à¤°à¤¾à¤® पंचायतों के रिकà¥â€à¤¤ उप पà¥à¤°à¤§à¤¾à¤¨à¥‹à¤‚ के निरà¥à¤µà¤¾à¤šà¤¨ हेतॠसमय सारणी,District Election Officer Nainital(District Election Officer),2009-07-25,46 362/Panchayat-up-Election/09,2009-06-30,"जिला निरà¥à¤µà¤¾à¤šà¤¨ अधिकारी चमà¥â€à¤ªà¤¾à¤µà¤¤ à¤à¤¤à¤¦à¤¦à¥à¤µà¤¾à¤°à¤¾ यह निरà¥à¤¦à¥‡à¤¶ देता हूं कि गà¥à¤°à¤¾à¤® पंचायतों के रिकà¥â€à¤¤ रह गये उप पà¥à¤°à¤§à¤¾à¤¨,गà¥à¤°à¤¾à¤® पचायत के पदों के निरà¥à¤µà¤¾à¤šà¤¨ हेतॠसमय सारणी",District Election Officer Champawat(District Election Officer),2009-07-25,47 +362/Panchayat-up-Election/09,2009-06-30,"à ¤œà ¤¿à ¤²à ¤¾ à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤šà ¤®à ¥�â€�à ¤ªà ¤¾à ¤µà ¤¤ à ¤�à ¤¤à ¤¦à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¯à ¤¹ à ¤¨à ¤¿à ¤°à ¥�à ¤¦à ¥‡à ¤¶ à ¤¦à ¥‡à ¤¤à ¤¾ à ¤¹à ¥‚à ¤‚ à ¤•à ¤¿ à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤à ¥‹à ¤‚ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤°à ¤¹ à ¤—à ¤¯à ¥‡ à ¤‰à ¤ª à ¤ªà ¥�à ¤°à ¤§à ¤¾à ¤¨,à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤šà ¤¾à ¤¯à ¤¤ à ¤•à ¥‡ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤•à ¥‡ à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨ à ¤¹à ¥‡à ¤¤à ¥� à ¤¸à ¤®à ¤¯ à ¤¸à ¤¾à ¤°à ¤£à ¥€",District Election Officer Champawat(District Election Officer),2009-07-25,47 126/UHC/Admin.a/2009,2009-07-09,Reg.Shri Alok Kumar Verma Addl.Secy(law)Uttarakhand is repatriated and posted as DIstrict and Sessions Judge Tehri Garhwal.,Ravindra Maithani(Registrar General),2009-07-25,237 +124/UHC/Admin.a/2009,2009-07-09,Reg.Roop Deo Pandey Dist.Sessions Judge Uttarkashi is transferrd and Posted Dist.Sessions Judge Nainital.,Ravindra Maithani(Registrar General),2009-07-25,237 +123/UHC/XIV/33/Admin/2009,2009-07-09,"Reg.Leave Sanction Shri D.P.Gairola,Dist.Sessions Judge Pithoragarh.",Prashant Joshi(Ragistrar -Inspection),2009-07-25,237 540/21-38/up-Pradhan/09,2009-06-30,जिला निरà¥à¤µà¤¾à¤šà¤¨ अधिकारी (प0)-राजà¥â€à¤¯ की गà¥à¤°à¤¾à¤® पंचायतों के उप पà¥à¤°à¤§à¤¾à¤¨à¥‹à¤‚ के रिकà¥â€à¤¤ पदों का सामानà¥â€à¤¯ निरà¥à¤µà¤¾à¤šà¤¨ 2009,District Election Officer(P)Chamoli(District Election Officer),2009-07-25,45 +117/Panchayat Election/2009,2009-06-30,à ¤¨à ¥ˆà ¤¨à ¥€à ¤¤à ¤¾à ¤² à ¤œà ¤¿à ¤²à ¥‡ à ¤•à ¥‡ à ¤µà ¤¿à ¤•à ¤¾à ¤¸ à ¤–à ¤£à ¥�â€�à ¤¡ à ¤§à ¤¾à ¤°à ¥€ à ¤�à ¤µà ¤‚ à ¤“à ¤–à ¤²à ¤•à ¤¾à ¤£à ¥�â€�à ¤¡à ¤¾ à ¤•à ¥‡ à ¤…à ¤°à ¥�à ¤¨à ¥�â€�à ¤¤à ¤—à ¤¤ à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤à ¥‹à ¤‚ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤‰à ¤ª à ¤ªà ¥�à ¤°à ¤§à ¤¾à ¤¨à ¥‹à ¤‚ à ¤•à ¥‡ à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨ à ¤¹à ¥‡à ¤¤à ¥� à ¤¸à ¤®à ¤¯ à ¤¸à ¤¾à ¤°à ¤£à ¥€,District Election Officer Nainital(District Election Officer),2009-07-25,46 +362/Panchayat-up-Election/09,2009-06-30,"à ¤œà ¤¿à ¤²à ¤¾ à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤šà ¤®à ¥�â€�à ¤ªà ¤¾à ¤µà ¤¤ à ¤�à ¤¤à ¤¦à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¯à ¤¹ à ¤¨à ¤¿à ¤°à ¥�à ¤¦à ¥‡à ¤¶ à ¤¦à ¥‡à ¤¤à ¤¾ à ¤¹à ¥‚à ¤‚ à ¤•à ¤¿ à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤à ¥‹à ¤‚ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤°à ¤¹ à ¤—à ¤¯à ¥‡ à ¤‰à ¤ª à ¤ªà ¥�à ¤°à ¤§à ¤¾à ¤¨,à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤šà ¤¾à ¤¯à ¤¤ à ¤•à ¥‡ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤•à ¥‡ à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨ à ¤¹à ¥‡à ¤¤à ¥� à ¤¸à ¤®à ¤¯ à ¤¸à ¤¾à ¤°à ¤£à ¥€",District Election Officer Champawat(District Election Officer),2009-07-25,47 +362/Panchayat-up-Election/09,2009-06-30,"à ¤œà ¤¿à ¤²à ¤¾ à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤šà ¤®à ¥�â€�à ¤ªà ¤¾à ¤µà ¤¤ à ¤�à ¤¤à ¤¦à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¯à ¤¹ à ¤¨à ¤¿à ¤°à ¥�à ¤¦à ¥‡à ¤¶ à ¤¦à ¥‡à ¤¤à ¤¾ à ¤¹à ¥‚à ¤‚ à ¤•à ¤¿ à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤à ¥‹à ¤‚ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤°à ¤¹ à ¤—à ¤¯à ¥‡ à ¤‰à ¤ª à ¤ªà ¥�à ¤°à ¤§à ¤¾à ¤¨,à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤šà ¤¾à ¤¯à ¤¤ à ¤•à ¥‡ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤•à ¥‡ à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨ à ¤¹à ¥‡à ¤¤à ¥� à ¤¸à ¤®à ¤¯ à ¤¸à ¤¾à ¤°à ¤£à ¥€",District Election Officer Champawat(District Election Officer),2009-07-25,47 540/21-38/up-Pradhan/09,2009-06-30,जिला निरà¥à¤µà¤¾à¤šà¤¨ अधिकारी (प0)-राजà¥â€à¤¯ की गà¥à¤°à¤¾à¤® पंचायतों के उप पà¥à¤°à¤§à¤¾à¤¨à¥‹à¤‚ के रिकà¥â€à¤¤ पदों का सामानà¥â€à¤¯ निरà¥à¤µà¤¾à¤šà¤¨ 2009,District Election Officer(P)Chamoli(District Election Officer),2009-07-25,45 117/Panchayat Election/2009,2009-06-30,नैनीताल जिले के विकास खणà¥â€à¤¡ धारी à¤à¤µà¤‚ ओखलकाणà¥â€à¤¡à¤¾ के अरà¥à¤¨à¥â€à¤¤à¤—त गà¥à¤°à¤¾à¤® पंचायतों के रिकà¥â€à¤¤ उप पà¥à¤°à¤§à¤¾à¤¨à¥‹à¤‚ के निरà¥à¤µà¤¾à¤šà¤¨ हेतॠसमय सारणी,District Election Officer Nainital(District Election Officer),2009-07-25,46 +362/Panchayat-up-Election/09,2009-06-30,"à ¤œà ¤¿à ¤²à ¤¾ à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤šà ¤®à ¥�â€�à ¤ªà ¤¾à ¤µà ¤¤ à ¤�à ¤¤à ¤¦à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¯à ¤¹ à ¤¨à ¤¿à ¤°à ¥�à ¤¦à ¥‡à ¤¶ à ¤¦à ¥‡à ¤¤à ¤¾ à ¤¹à ¥‚à ¤‚ à ¤•à ¤¿ à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤à ¥‹à ¤‚ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤°à ¤¹ à ¤—à ¤¯à ¥‡ à ¤‰à ¤ª à ¤ªà ¥�à ¤°à ¤§à ¤¾à ¤¨,à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤šà ¤¾à ¤¯à ¤¤ à ¤•à ¥‡ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤•à ¥‡ à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨ à ¤¹à ¥‡à ¤¤à ¥� à ¤¸à ¤®à ¤¯ à ¤¸à ¤¾à ¤°à ¤£à ¥€",District Election Officer Champawat(District Election Officer),2009-07-25,47 +362/Panchayat-up-Election/09,2009-06-30,"à ¤œà ¤¿à ¤²à ¤¾ à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤šà ¤®à ¥�â€�à ¤ªà ¤¾à ¤µà ¤¤ à ¤�à ¤¤à ¤¦à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¯à ¤¹ à ¤¨à ¤¿à ¤°à ¥�à ¤¦à ¥‡à ¤¶ à ¤¦à ¥‡à ¤¤à ¤¾ à ¤¹à ¥‚à ¤‚ à ¤•à ¤¿ à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤à ¥‹à ¤‚ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤°à ¤¹ à ¤—à ¤¯à ¥‡ à ¤‰à ¤ª à ¤ªà ¥�à ¤°à ¤§à ¤¾à ¤¨,à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤šà ¤¾à ¤¯à ¤¤ à ¤•à ¥‡ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤•à ¥‡ à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨ à ¤¹à ¥‡à ¤¤à ¥� à ¤¸à ¤®à ¤¯ à ¤¸à ¤¾à ¤°à ¤£à ¥€",District Election Officer Champawat(District Election Officer),2009-07-25,47 450/09/08/XXVII/09,2009-07-09,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— में शà¥à¤°à¥€ तारकेशà¥â€à¤µà¤° मिशà¥à¤° पà¥à¤¤à¥à¤° शà¥à¤°à¥€ हरिशकर मिशà¥à¤° को सहायक कमिशà¥â€à¤¨à¤° के पद पर नियà¥à¤•à¥à¤¤à¤¿,M.L.Pant(Secretary),2009-08-01,320 386/2009/08(E)/XXVII(8)/09A,2009-07-13,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक कमिशà¥â€à¤¨à¤° के पद पर शà¥à¤°à¥€ नीरजगà¥à¤ªà¥â€à¤¤à¤¾ पà¥à¤¤à¥à¤° शà¥à¤°à¥€ पà¥à¤°à¥‡à¤® चनà¥â€à¤¦à¥à¤° गà¥à¤ªà¥â€à¤¤à¤¾ की नियà¥à¤•à¥à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,M.L.Pant(Secretary),2009-08-01,321 455/2009/08(J)(100)/XXVII(8)/09,2009-07-14,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक कमिशà¥â€à¤¨à¤° के पद पर कà¥0मोहिता à¤à¤£à¥â€à¤¡à¤¾à¤°à¥€ पà¥à¤¤à¥à¤°à¥€ शà¥à¤°à¥€ गजेनà¥â€à¤¦à¥à¤° कà¥à¤®à¤¾à¤° à¤à¤£à¥â€à¤¡à¤¾à¤°à¥€ ता की नियà¥à¤•à¥à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,M.L.Pant (Secretary),2009-08-01,322 +432/2009/08(A)(100)/XXVII(8)/09,2009-07-02,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤®à ¤¨à ¥€à ¤· à ¤®à ¤¿à ¤¶à ¥�à ¤°à ¤¾ à ¤ªà ¥�à ¤¤à ¥�à ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤¸à ¥�à ¤°à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤° à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤®à ¤¿à ¤¶à ¥�à ¤°à ¤¾ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,M.L.Pant(Secretary),2009-08-01,324 +441/2009/(8)(N)100/XXVII(8)/09,2009-07-07,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¸à ¥�à ¤¶à ¥�à ¤°à ¥€ à ¤®à ¤¨à ¥€à ¤·à ¤¾ à ¤¸à ¥ˆà ¤¨à ¥€ à ¤ªà ¥�à ¤¤à ¥�à ¤°à ¥€ à ¤¶à ¥�à ¤°à ¥€ à ¤µà ¥€à ¤° à ¤¸à ¤¿à ¤‚à ¤¹ à ¤¸à ¥ˆà ¤¨à ¥€ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,M.L.Pant (Secretary),2009-08-01,325 +443/2009/08(L)/100/XXVII(8)/09,2009-07-07,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¶à ¥�à ¤°à ¥€à ¤®à ¤¤à ¤¿ à ¤ªà ¥�à ¤°à ¥€à ¤¤à ¤¿ à ¤®à ¤¨à ¤°à ¤¾à ¤² à ¤ªà ¤¤à ¥�â€�à ¤¨à ¥€ à ¤¶à ¥�à ¤°à ¥€ à ¤¦à ¤¿à ¤¨à ¥‡à ¤¶ à ¤šà ¤¨à ¥�à ¤¦à ¥�à ¤° à ¤¸à ¤¿à ¤‚à ¤¹ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,M.L.Pant(Secretary),2009-08-01,326 +489/2009/08(D)/XXVII(8)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤ªà ¥�à ¤°à ¥‡à ¤® à ¤ªà ¥�à ¤°à ¤•à ¤¾à ¤¶ à ¤¶à ¥�à ¤•à ¥�â€�à ¤²à ¤¾ à ¤ªà ¥�à ¤¤à ¥�à ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤—à ¥‹à ¤µà ¤¿à ¤¨à ¥�â€�à ¤¦ à ¤¶à ¤°à ¤£ à ¤¶à ¥�à ¤•à ¥�â€�à ¤²à ¤¾ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,M.L.Pant (Secretary),2009-08-01,327 +416/2009/08(Q)/XXVII(8)/09,2009-07-02,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¥�à ¤°à ¤¿à ¤œà ¥�â€�à ¤¯ à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¶à ¥�à ¤°à ¥€ à ¤µà ¥€à ¤°à ¤¸à ¤¿à ¤‚à ¤¹ à ¤•à ¥‹ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-08-01,315 +417/2009/09(b)(100)/XXVII(8)/09,2009-07-02,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¥�à ¤°à ¤¿à ¤œà ¥�â€�à ¤¯ à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¶à ¥�à ¤°à ¥€ à ¤…à ¤Âà ¤¯ à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤ªà ¤¾à ¤£à ¥�â€�à ¤¡à ¥‡à ¤¯ à ¤•à ¥‹ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-08-01,316 +418/09/08(k)/XXVII(8)/09,2009-07-02,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¸à ¥�à ¤¶à ¥�à ¤°à ¥€ à ¤¨à ¥€à ¤²à ¤® à ¤•à ¥�à ¤®à ¤¾à ¤°à ¥€ à ¤ªà ¥�à ¤¤à ¥�à ¤°à ¥€ à ¤¸à ¥�â€�à ¤µ0 à ¤�à ¤¸0à ¤�à ¤¨0à ¤¬à ¤¨à ¥�â€�à ¤¥à ¥€à ¤¯à ¤¾à ¤² à ¤•à ¥‹ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-08-01,317 +419/09/09(m)/XXVII(8)/09,2009-07-02,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¶à ¥�à ¤°à ¥€ à ¤°à ¤¾à ¤¹à ¥�à ¤² à ¤¬à ¤°à ¥�à ¤®à ¤¾ à ¤•à ¥‹ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-08-01,318 +421/09/08(h)/XXVII/08/09,2009-07-02,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¶à ¥�à ¤°à ¥€ à ¤¶à ¤¿à ¤µà ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤° à ¤ªà ¥�à ¤°à ¤¤à ¤¾à ¤® à ¤¸à ¤¿à ¤‚à ¤¹ à ¤ªà ¥�à ¤¤à ¥�à ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤µà ¤¿à ¤œà ¤¯ à ¤ªà ¥�à ¤°à ¤¤à ¤¾à ¤® à ¤¸à ¤¿à ¤‚à ¤¹ à ¤•à ¥‹ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-08-01,319 +127/UHC/XIV-95/Admin.A,2009-07-20,"Reg.Leave Sanction Km. Kusum,CJ(JD) Purola Dist.Uttarkashi",Prashant Joshi(Ragistrar -Inspection),2009-08-01,239 +128/XIV/40/Admin/2008,2009-07-22,Reg.Leave Sanction Smt.Deepali Sharma CJ(JD) Laksar Dist.Haridwar.,Prashant Joshi(Ragistrar -Inspection),2009-08-01,239 +129/XIV/28/Admin/2008,2009-07-24,Reg.Leave Sanction Shri Sudhir Tomar CJ(JD) USNagar,Prashant Joshi(Ragistrar -Inspection),2009-08-01,329 282/XXXVI(1)/2009,2009-07-25,"शà¥à¤°à¥€ à¤à¤¨0के0पनà¥â€à¤¤, वरिषà¥â€à¤ शोध अधिकारी को विधायी पà¥à¤°à¤•ोषà¥â€à¤ के सृजित पद उप विधि आलेखक के पद पर नियà¥à¤•à¥à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति",V.B.Rai(PRINCIPAL SECRETARY),2009-08-01,314 283/XXXVI(1)/2009,2009-07-25,शà¥à¤°à¥€ आर0पी0पनà¥â€à¤¤ सहायक विधि आलेखक को विधायी पà¥à¤°à¤•ोषà¥â€à¤ के लिठसृजित पद सहायक विधि आलेखक समूह ख शà¥à¤°à¥‡à¤£à¥€ में नियà¥à¤•à¥à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,V.B.Rai(PRINCIPAL SECRETARY),2009-08-01,314 450/09/08/XXVII/09,2009-07-09,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— में शà¥à¤°à¥€ तारकेशà¥â€à¤µà¤° मिशà¥à¤° पà¥à¤¤à¥à¤° शà¥à¤°à¥€ हरिशकर मिशà¥à¤° को सहायक कमिशà¥â€à¤¨à¤° के पद पर नियà¥à¤•à¥à¤¤à¤¿,M.L.Pant(Secretary),2009-08-01,320 386/2009/08(E)/XXVII(8)/09A,2009-07-13,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक कमिशà¥â€à¤¨à¤° के पद पर शà¥à¤°à¥€ नीरजगà¥à¤ªà¥â€à¤¤à¤¾ पà¥à¤¤à¥à¤° शà¥à¤°à¥€ पà¥à¤°à¥‡à¤® चनà¥â€à¤¦à¥à¤° गà¥à¤ªà¥â€à¤¤à¤¾ की नियà¥à¤•à¥à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,M.L.Pant(Secretary),2009-08-01,321 455/2009/08(J)(100)/XXVII(8)/09,2009-07-14,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक कमिशà¥â€à¤¨à¤° के पद पर कà¥0मोहिता à¤à¤£à¥â€à¤¡à¤¾à¤°à¥€ पà¥à¤¤à¥à¤°à¥€ शà¥à¤°à¥€ गजेनà¥â€à¤¦à¥à¤° कà¥à¤®à¤¾à¤° à¤à¤£à¥â€à¤¡à¤¾à¤°à¥€ ता की नियà¥à¤•à¥à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,M.L.Pant (Secretary),2009-08-01,322 +432/2009/08(A)(100)/XXVII(8)/09,2009-07-02,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤®à ¤¨à ¥€à ¤· à ¤®à ¤¿à ¤¶à ¥�à ¤°à ¤¾ à ¤ªà ¥�à ¤¤à ¥�à ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤¸à ¥�à ¤°à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤° à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤®à ¤¿à ¤¶à ¥�à ¤°à ¤¾ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,M.L.Pant(Secretary),2009-08-01,324 +441/2009/(8)(N)100/XXVII(8)/09,2009-07-07,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¸à ¥�à ¤¶à ¥�à ¤°à ¥€ à ¤®à ¤¨à ¥€à ¤·à ¤¾ à ¤¸à ¥ˆà ¤¨à ¥€ à ¤ªà ¥�à ¤¤à ¥�à ¤°à ¥€ à ¤¶à ¥�à ¤°à ¥€ à ¤µà ¥€à ¤° à ¤¸à ¤¿à ¤‚à ¤¹ à ¤¸à ¥ˆà ¤¨à ¥€ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,M.L.Pant (Secretary),2009-08-01,325 +443/2009/08(L)/100/XXVII(8)/09,2009-07-07,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¶à ¥�à ¤°à ¥€à ¤®à ¤¤à ¤¿ à ¤ªà ¥�à ¤°à ¥€à ¤¤à ¤¿ à ¤®à ¤¨à ¤°à ¤¾à ¤² à ¤ªà ¤¤à ¥�â€�à ¤¨à ¥€ à ¤¶à ¥�à ¤°à ¥€ à ¤¦à ¤¿à ¤¨à ¥‡à ¤¶ à ¤šà ¤¨à ¥�à ¤¦à ¥�à ¤° à ¤¸à ¤¿à ¤‚à ¤¹ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,M.L.Pant(Secretary),2009-08-01,326 +489/2009/08(D)/XXVII(8)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤ªà ¥�à ¤°à ¥‡à ¤® à ¤ªà ¥�à ¤°à ¤•à ¤¾à ¤¶ à ¤¶à ¥�à ¤•à ¥�â€�à ¤²à ¤¾ à ¤ªà ¥�à ¤¤à ¥�à ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤—à ¥‹à ¤µà ¤¿à ¤¨à ¥�â€�à ¤¦ à ¤¶à ¤°à ¤£ à ¤¶à ¥�à ¤•à ¥�â€�à ¤²à ¤¾ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,M.L.Pant (Secretary),2009-08-01,327 +416/2009/08(Q)/XXVII(8)/09,2009-07-02,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¥�à ¤°à ¤¿à ¤œà ¥�â€�à ¤¯ à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¶à ¥�à ¤°à ¥€ à ¤µà ¥€à ¤°à ¤¸à ¤¿à ¤‚à ¤¹ à ¤•à ¥‹ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-08-01,315 +417/2009/09(b)(100)/XXVII(8)/09,2009-07-02,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¥�à ¤°à ¤¿à ¤œà ¥�â€�à ¤¯ à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¶à ¥�à ¤°à ¥€ à ¤…à ¤Âà ¤¯ à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤ªà ¤¾à ¤£à ¥�â€�à ¤¡à ¥‡à ¤¯ à ¤•à ¥‹ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-08-01,316 +418/09/08(k)/XXVII(8)/09,2009-07-02,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¸à ¥�à ¤¶à ¥�à ¤°à ¥€ à ¤¨à ¥€à ¤²à ¤® à ¤•à ¥�à ¤®à ¤¾à ¤°à ¥€ à ¤ªà ¥�à ¤¤à ¥�à ¤°à ¥€ à ¤¸à ¥�â€�à ¤µ0 à ¤�à ¤¸0à ¤�à ¤¨0à ¤¬à ¤¨à ¥�â€�à ¤¥à ¥€à ¤¯à ¤¾à ¤² à ¤•à ¥‹ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-08-01,317 +419/09/09(m)/XXVII(8)/09,2009-07-02,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¶à ¥�à ¤°à ¥€ à ¤°à ¤¾à ¤¹à ¥�à ¤² à ¤¬à ¤°à ¥�à ¤®à ¤¾ à ¤•à ¥‹ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-08-01,318 +421/09/08(h)/XXVII/08/09,2009-07-02,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¶à ¥�à ¤°à ¥€ à ¤¶à ¤¿à ¤µà ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤° à ¤ªà ¥�à ¤°à ¤¤à ¤¾à ¤® à ¤¸à ¤¿à ¤‚à ¤¹ à ¤ªà ¥�à ¤¤à ¥�à ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤µà ¤¿à ¤œà ¤¯ à ¤ªà ¥�à ¤°à ¤¤à ¤¾à ¤® à ¤¸à ¤¿à ¤‚à ¤¹ à ¤•à ¥‹ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-08-01,319 +127/UHC/XIV-95/Admin.A,2009-07-20,"Reg.Leave Sanction Km. Kusum,CJ(JD) Purola Dist.Uttarkashi",Prashant Joshi(Ragistrar -Inspection),2009-08-01,239 +128/XIV/40/Admin/2008,2009-07-22,Reg.Leave Sanction Smt.Deepali Sharma CJ(JD) Laksar Dist.Haridwar.,Prashant Joshi(Ragistrar -Inspection),2009-08-01,239 +129/XIV/28/Admin/2008,2009-07-24,Reg.Leave Sanction Shri Sudhir Tomar CJ(JD) USNagar,Prashant Joshi(Ragistrar -Inspection),2009-08-01,329 450/09/08/XXVII/09,2009-07-09,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— में शà¥à¤°à¥€ तारकेशà¥â€à¤µà¤° मिशà¥à¤° पà¥à¤¤à¥à¤° शà¥à¤°à¥€ हरिशकर मिशà¥à¤° को सहायक कमिशà¥â€à¤¨à¤° के पद पर नियà¥à¤•à¥à¤¤à¤¿,M.L.Pant(Secretary),2009-08-01,320 386/2009/08(E)/XXVII(8)/09A,2009-07-13,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक कमिशà¥â€à¤¨à¤° के पद पर शà¥à¤°à¥€ नीरजगà¥à¤ªà¥â€à¤¤à¤¾ पà¥à¤¤à¥à¤° शà¥à¤°à¥€ पà¥à¤°à¥‡à¤® चनà¥â€à¤¦à¥à¤° गà¥à¤ªà¥â€à¤¤à¤¾ की नियà¥à¤•à¥à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,M.L.Pant(Secretary),2009-08-01,321 455/2009/08(J)(100)/XXVII(8)/09,2009-07-14,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक कमिशà¥â€à¤¨à¤° के पद पर कà¥0मोहिता à¤à¤£à¥â€à¤¡à¤¾à¤°à¥€ पà¥à¤¤à¥à¤°à¥€ शà¥à¤°à¥€ गजेनà¥â€à¤¦à¥à¤° कà¥à¤®à¤¾à¤° à¤à¤£à¥â€à¤¡à¤¾à¤°à¥€ ता की नियà¥à¤•à¥à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,M.L.Pant (Secretary),2009-08-01,322 +432/2009/08(A)(100)/XXVII(8)/09,2009-07-02,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤®à ¤¨à ¥€à ¤· à ¤®à ¤¿à ¤¶à ¥�à ¤°à ¤¾ à ¤ªà ¥�à ¤¤à ¥�à ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤¸à ¥�à ¤°à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤° à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤®à ¤¿à ¤¶à ¥�à ¤°à ¤¾ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,M.L.Pant(Secretary),2009-08-01,324 +441/2009/(8)(N)100/XXVII(8)/09,2009-07-07,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¸à ¥�à ¤¶à ¥�à ¤°à ¥€ à ¤®à ¤¨à ¥€à ¤·à ¤¾ à ¤¸à ¥ˆà ¤¨à ¥€ à ¤ªà ¥�à ¤¤à ¥�à ¤°à ¥€ à ¤¶à ¥�à ¤°à ¥€ à ¤µà ¥€à ¤° à ¤¸à ¤¿à ¤‚à ¤¹ à ¤¸à ¥ˆà ¤¨à ¥€ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,M.L.Pant (Secretary),2009-08-01,325 +443/2009/08(L)/100/XXVII(8)/09,2009-07-07,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¶à ¥�à ¤°à ¥€à ¤®à ¤¤à ¤¿ à ¤ªà ¥�à ¤°à ¥€à ¤¤à ¤¿ à ¤®à ¤¨à ¤°à ¤¾à ¤² à ¤ªà ¤¤à ¥�â€�à ¤¨à ¥€ à ¤¶à ¥�à ¤°à ¥€ à ¤¦à ¤¿à ¤¨à ¥‡à ¤¶ à ¤šà ¤¨à ¥�à ¤¦à ¥�à ¤° à ¤¸à ¤¿à ¤‚à ¤¹ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,M.L.Pant(Secretary),2009-08-01,326 +489/2009/08(D)/XXVII(8)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤ªà ¥�à ¤°à ¥‡à ¤® à ¤ªà ¥�à ¤°à ¤•à ¤¾à ¤¶ à ¤¶à ¥�à ¤•à ¥�â€�à ¤²à ¤¾ à ¤ªà ¥�à ¤¤à ¥�à ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤—à ¥‹à ¤µà ¤¿à ¤¨à ¥�â€�à ¤¦ à ¤¶à ¤°à ¤£ à ¤¶à ¥�à ¤•à ¥�â€�à ¤²à ¤¾ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,M.L.Pant (Secretary),2009-08-01,327 +416/2009/08(Q)/XXVII(8)/09,2009-07-02,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¥�à ¤°à ¤¿à ¤œà ¥�â€�à ¤¯ à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¶à ¥�à ¤°à ¥€ à ¤µà ¥€à ¤°à ¤¸à ¤¿à ¤‚à ¤¹ à ¤•à ¥‹ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-08-01,315 +417/2009/09(b)(100)/XXVII(8)/09,2009-07-02,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¥�à ¤°à ¤¿à ¤œà ¥�â€�à ¤¯ à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¶à ¥�à ¤°à ¥€ à ¤…à ¤Âà ¤¯ à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤ªà ¤¾à ¤£à ¥�â€�à ¤¡à ¥‡à ¤¯ à ¤•à ¥‹ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-08-01,316 +418/09/08(k)/XXVII(8)/09,2009-07-02,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¸à ¥�à ¤¶à ¥�à ¤°à ¥€ à ¤¨à ¥€à ¤²à ¤® à ¤•à ¥�à ¤®à ¤¾à ¤°à ¥€ à ¤ªà ¥�à ¤¤à ¥�à ¤°à ¥€ à ¤¸à ¥�â€�à ¤µ0 à ¤�à ¤¸0à ¤�à ¤¨0à ¤¬à ¤¨à ¥�â€�à ¤¥à ¥€à ¤¯à ¤¾à ¤² à ¤•à ¥‹ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-08-01,317 +419/09/09(m)/XXVII(8)/09,2009-07-02,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¶à ¥�à ¤°à ¥€ à ¤°à ¤¾à ¤¹à ¥�à ¤² à ¤¬à ¤°à ¥�à ¤®à ¤¾ à ¤•à ¥‹ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-08-01,318 +421/09/08(h)/XXVII/08/09,2009-07-02,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡à ¤‚ à ¤¶à ¥�à ¤°à ¥€ à ¤¶à ¤¿à ¤µà ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤° à ¤ªà ¥�à ¤°à ¤¤à ¤¾à ¤® à ¤¸à ¤¿à ¤‚à ¤¹ à ¤ªà ¥�à ¤¤à ¥�à ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤µà ¤¿à ¤œà ¤¯ à ¤ªà ¥�à ¤°à ¤¤à ¤¾à ¤® à ¤¸à ¤¿à ¤‚à ¤¹ à ¤•à ¥‹ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-08-01,319 +127/UHC/XIV-95/Admin.A,2009-07-20,"Reg.Leave Sanction Km. Kusum,CJ(JD) Purola Dist.Uttarkashi",Prashant Joshi(Ragistrar -Inspection),2009-08-01,239 +128/XIV/40/Admin/2008,2009-07-22,Reg.Leave Sanction Smt.Deepali Sharma CJ(JD) Laksar Dist.Haridwar.,Prashant Joshi(Ragistrar -Inspection),2009-08-01,239 +129/XIV/28/Admin/2008,2009-07-24,Reg.Leave Sanction Shri Sudhir Tomar CJ(JD) USNagar,Prashant Joshi(Ragistrar -Inspection),2009-08-01,329 +221/2009/05(100)/XXVII(8)/02,2009-06-22,"à ¤œà ¥‹à ¤¨à ¤² à ¤�à ¤¡à ¤¿à ¤¶à ¤¨à ¤² à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤°,à ¤•à ¥‡ à ¤•à ¥�à ¤·à ¥‡à ¤¤à ¥�à ¤° à ¤®à ¥‡à ¤‚ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤®à ¤£à ¥�â€�à ¤¡à ¤² à ¤�à ¤‚à ¤µ à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤®à ¤£à ¥�â€�à ¤¡à ¤² à ¤®à ¥‡à ¤‚ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤•à ¥�à ¤·à ¥‡à ¤¤à ¥�à ¤°",M.L.Pant (Secretary),2009-08-08,338 1363/30-1-2009-12(4)/2005,2009-07-07,"à¤à¤¾à¤°à¤¤à¥€à¤¯ पà¥à¤°à¤¶à¤¾à¤¸à¤¨à¤¿à¤• सेवा उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ संवरà¥à¤— शà¥à¤°à¥€ इनà¥â€à¤¦à¥ कà¥à¤®à¤¾à¤° पाणà¥â€à¤¡à¥‡, à¤à¤¾à¤°à¤¤à¥€à¤¯ पà¥à¤°à¤¶à¤¾à¤¸à¤¨à¤¿à¤• सेवा से 31-12-2009 को सेवानिवृत हो जायेंगें",Shatrughan Sing(Secretary),2009-08-08,338 +221/2009/05(100)/XXVII(8)/02,2009-06-22,"à ¤œà ¥‹à ¤¨à ¤² à ¤�à ¤¡à ¤¿à ¤¶à ¤¨à ¤² à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤°,à ¤•à ¥‡ à ¤•à ¥�à ¤·à ¥‡à ¤¤à ¥�à ¤° à ¤®à ¥‡à ¤‚ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤®à ¤£à ¥�â€�à ¤¡à ¤² à ¤�à ¤‚à ¤µ à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤®à ¤£à ¥�â€�à ¤¡à ¤² à ¤®à ¥‡à ¤‚ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤•à ¥�à ¤·à ¥‡à ¤¤à ¥�à ¤°",M.L.Pant (Secretary),2009-08-08,338 297/IX/74/2009,2009-07-24,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक संà¤à¤¾à¤—ीय परिवहन अधिकारी के पद पर शà¥à¤°à¥€ संदीप सैनी की नियà¥à¤•à¥à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Umakant Panwar(Secretary),2009-08-08,334 299/ix/74/2009,2009-07-24,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक संà¤à¤¾à¤—ीय परिवहन अधिकारी के पद पर शà¥à¤°à¥€ ननà¥â€à¤¦ किशोर की नियà¥à¤•à¥à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Umakant Panwar(Secretary),2009-08-08,236 300/IX/74/2009,2009-07-24,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक संà¤à¤¾à¤—ीय परिवहन अधिकारी के पद पर शà¥à¤°à¥€ दà¥à¤µà¤¾à¤°à¤¿à¤•ा पà¥à¤°à¤¸à¤¾à¤¦ की नियà¥à¤•à¥à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Umakant Panwar(Secretary),2009-08-08,337 @@ -3844,12 +5233,33 @@ 294/IX/74/2009,2009-07-24,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक संà¤à¤¾à¤—ीय परिवहन अधिकारी के पद पर शà¥à¤°à¥€ सà¥à¤¨à¥€à¤² शरà¥à¤®à¤¾ की नियà¥à¤•à¥à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Umakant Panwar(Secretary),2009-08-08,331 295/IX/74/2009,2009-07-24,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक संà¤à¤¾à¤—ीय परिवहन अधिकारी के पद पर कà¥0अनीता चमोला की नियà¥à¤•à¥à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Umakant Panwar(Secretary),2009-08-08,332 296/IX/74/2009,2009-07-24,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक संà¤à¤¾à¤—ीय परिवहन अधिकारी के पद पर शà¥à¤°à¥€à¤®à¤¤à¤¿ अनीता चनà¥à¤¦à¥à¤° की नियà¥à¤•à¥à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Umakant Panwar(Secretary),2009-08-08,333 +221/2009/05(100)/XXVII(8)/02,2009-06-22,"à ¤œà ¥‹à ¤¨à ¤² à ¤�à ¤¡à ¤¿à ¤¶à ¤¨à ¤² à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤°,à ¤•à ¥‡ à ¤•à ¥�à ¤·à ¥‡à ¤¤à ¥�à ¤° à ¤®à ¥‡à ¤‚ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤®à ¤£à ¥�â€�à ¤¡à ¤² à ¤�à ¤‚à ¤µ à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤®à ¤£à ¥�â€�à ¤¡à ¤² à ¤®à ¥‡à ¤‚ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤•à ¥�à ¤·à ¥‡à ¤¤à ¥�à ¤°",M.L.Pant (Secretary),2009-08-08,338 1113/Ayuktkar/Appointment-Letter,2009-06-22,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ परीकà¥à¤·à¤¾ 2004 के आधार पर नियकà¥à¤¤à¤¿ हेतॠनिमà¥â€à¤¨à¤²à¤¿à¤–ित अà¤à¥â€à¤¯à¤°à¥à¤¥à¤¿à¤¯à¥‹à¤‚ को वाणिजà¥â€à¤¯à¤•र अधिकारी के पद नियकà¥à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,M.L.Pant (Commissioner Tax Officer),2009-08-08,241 1363/30-1-2009-12(4)/2005,2009-07-07,"à¤à¤¾à¤°à¤¤à¥€à¤¯ पà¥à¤°à¤¶à¤¾à¤¸à¤¨à¤¿à¤• सेवा उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ संवरà¥à¤— शà¥à¤°à¥€ इनà¥â€à¤¦à¥ कà¥à¤®à¤¾à¤° पाणà¥â€à¤¡à¥‡, à¤à¤¾à¤°à¤¤à¥€à¤¯ पà¥à¤°à¤¶à¤¾à¤¸à¤¨à¤¿à¤• सेवा से 31-12-2009 को सेवानिवृत हो जायेंगें",Shatrughan Sing(Secretary),2009-08-08,338 227/XXVII(6)/2009,2009-07-20,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ वितà¥â€à¤¤ सेवा के साधारण वेतनमान रू015600-39100 के पद पर शà¥à¤°à¥€ रौमिल चौधिरी की नियà¥à¤•à¥à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Radha Raturi (Secretary),2009-08-15,352 +219/XXVII(6)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤•à ¥‡ à ¤¸à ¤¾à ¤§à ¤¾à ¤°à ¤£ à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ à ¤°à ¥‚015600-39100 à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¸à ¥�à ¤¶à ¥�à ¤°à ¥€ à ¤¶à ¤¿à ¤µà ¤¾à ¤¨à ¥€ à ¤Âà ¥Œà ¤°à ¥�à ¤¯à ¤¾à ¤² à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Radha Raturi(Secretary),2009-08-15,345 +221/XXVII(6)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤•à ¥‡ à ¤¸à ¤¾à ¤§à ¤¾à ¤°à ¤£ à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ à ¤°à ¥‚0-15600-39100 à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤¸à ¤‚à ¤œà ¥€à ¤µ à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤¸à ¤¿à ¤‚à ¤¹ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Radha Raturi(Secretary),2009-08-15,346 +222/XXVII(6)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤•à ¥‡ à ¤¸à ¤¾à ¤§à ¤¾à ¤°à ¤£ à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ à ¤°à ¥‚0-15600-39100 à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤®à ¤¨à ¤®à ¥‹à ¤¹à ¤¨ à ¤®à ¥ˆà ¤¨à ¤¾à ¤²à ¥€ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Radha Raturi(Secretary),2009-08-15,347 +223/XXVII(6)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤•à ¥‡ à ¤¸à ¤¾à ¤§à ¤¾à ¤°à ¤£ à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ à ¤°à ¥‚015600-39100 à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¸à ¥�à ¤¶à ¥�à ¤°à ¥€ à ¤¹à ¤¿à ¤®à ¤¾à ¤¨à ¥€ à ¤¸à ¥�â€�à ¤¨à ¥‡à ¤¹à ¥€ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Radha Raturi(Secretary),2009-08-15,348 +224/XXVII(6)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤•à ¥‡ à ¤¸à ¤¾à ¤§à ¤¾à ¤°à ¤£ à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ à ¤°à ¥‚015600-39100 à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤²à ¤–à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤° à ¤—à ¥Œà ¤¥à ¤¿à ¤¯à ¤¾à ¤² à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Radha Raturi (Secretary),2009-08-15,349 +225/XXVII(6)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤•à ¥‡ à ¤¸à ¤¾à ¤§à ¤¾à ¤°à ¤£ à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ à ¤°à ¥‚015600-39100 à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¤à ¤¨à ¥�â€�à ¤œà ¥€à ¤® à ¤…à ¤²à ¥€ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Radha Raturi (Secretary),2009-08-15,350 +220/XXVII(6)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤•à ¥‡ à ¤¸à ¤¾à ¤§à ¤¾à ¤°à ¤£ à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ à ¤°à ¥‚015600-39100 à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¸à ¥�à ¤¶à ¥�à ¤°à ¥€ à ¤¸à ¥�â€�à ¤®à ¥ƒà ¤¤à ¤¿ à ¤–à ¤£à ¥�â€�à ¤¡à ¥‚à ¤¡à ¥€ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Radha Raturi(Secretary),2009-08-15,345 227/XXVII(6)/2009,2009-07-20,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ वितà¥â€à¤¤ सेवा के साधारण वेतनमान रू015600-39100 के पद पर शà¥à¤°à¥€ रौमिल चौधिरी की नियà¥à¤•à¥à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Radha Raturi (Secretary),2009-08-15,352 219/XXVII(6)/2009,2009-07-20,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ वितà¥â€à¤¤ सेवा के साधारण वेतनमान रू015600-39100 के पद पर सà¥à¤¶à¥à¤°à¥€ शिवानी à¤à¥Œà¤°à¥à¤¯à¤¾à¤² की नियà¥à¤•à¥à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Radha Raturi(Secretary),2009-08-15,345 +221/XXVII(6)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤•à ¥‡ à ¤¸à ¤¾à ¤§à ¤¾à ¤°à ¤£ à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ à ¤°à ¥‚0-15600-39100 à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤¸à ¤‚à ¤œà ¥€à ¤µ à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤¸à ¤¿à ¤‚à ¤¹ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Radha Raturi(Secretary),2009-08-15,346 +222/XXVII(6)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤•à ¥‡ à ¤¸à ¤¾à ¤§à ¤¾à ¤°à ¤£ à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ à ¤°à ¥‚0-15600-39100 à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤®à ¤¨à ¤®à ¥‹à ¤¹à ¤¨ à ¤®à ¥ˆà ¤¨à ¤¾à ¤²à ¥€ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Radha Raturi(Secretary),2009-08-15,347 +223/XXVII(6)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤•à ¥‡ à ¤¸à ¤¾à ¤§à ¤¾à ¤°à ¤£ à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ à ¤°à ¥‚015600-39100 à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¸à ¥�à ¤¶à ¥�à ¤°à ¥€ à ¤¹à ¤¿à ¤®à ¤¾à ¤¨à ¥€ à ¤¸à ¥�â€�à ¤¨à ¥‡à ¤¹à ¥€ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Radha Raturi(Secretary),2009-08-15,348 +224/XXVII(6)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤•à ¥‡ à ¤¸à ¤¾à ¤§à ¤¾à ¤°à ¤£ à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ à ¤°à ¥‚015600-39100 à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤²à ¤–à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤° à ¤—à ¥Œà ¤¥à ¤¿à ¤¯à ¤¾à ¤² à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Radha Raturi (Secretary),2009-08-15,349 +225/XXVII(6)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤•à ¥‡ à ¤¸à ¤¾à ¤§à ¤¾à ¤°à ¤£ à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ à ¤°à ¥‚015600-39100 à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¤à ¤¨à ¥�â€�à ¤œà ¥€à ¤® à ¤…à ¤²à ¥€ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Radha Raturi (Secretary),2009-08-15,350 +220/XXVII(6)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤•à ¥‡ à ¤¸à ¤¾à ¤§à ¤¾à ¤°à ¤£ à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ à ¤°à ¥‚015600-39100 à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¸à ¥�à ¤¶à ¥�à ¤°à ¥€ à ¤¸à ¥�â€�à ¤®à ¥ƒà ¤¤à ¤¿ à ¤–à ¤£à ¥�â€�à ¤¡à ¥‚à ¤¡à ¥€ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Radha Raturi(Secretary),2009-08-15,345 227/XXVII(6)/2009,2009-07-20,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ वितà¥â€à¤¤ सेवा के साधारण वेतनमान रू015600-39100 के पद पर शà¥à¤°à¥€ रौमिल चौधिरी की नियà¥à¤•à¥à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Radha Raturi (Secretary),2009-08-15,352 +219/XXVII(6)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤•à ¥‡ à ¤¸à ¤¾à ¤§à ¤¾à ¤°à ¤£ à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ à ¤°à ¥‚015600-39100 à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¸à ¥�à ¤¶à ¥�à ¤°à ¥€ à ¤¶à ¤¿à ¤µà ¤¾à ¤¨à ¥€ à ¤Âà ¥Œà ¤°à ¥�à ¤¯à ¤¾à ¤² à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Radha Raturi(Secretary),2009-08-15,345 +221/XXVII(6)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤•à ¥‡ à ¤¸à ¤¾à ¤§à ¤¾à ¤°à ¤£ à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ à ¤°à ¥‚0-15600-39100 à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤¸à ¤‚à ¤œà ¥€à ¤µ à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤¸à ¤¿à ¤‚à ¤¹ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Radha Raturi(Secretary),2009-08-15,346 +222/XXVII(6)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤•à ¥‡ à ¤¸à ¤¾à ¤§à ¤¾à ¤°à ¤£ à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ à ¤°à ¥‚0-15600-39100 à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤®à ¤¨à ¤®à ¥‹à ¤¹à ¤¨ à ¤®à ¥ˆà ¤¨à ¤¾à ¤²à ¥€ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Radha Raturi(Secretary),2009-08-15,347 +223/XXVII(6)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤•à ¥‡ à ¤¸à ¤¾à ¤§à ¤¾à ¤°à ¤£ à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ à ¤°à ¥‚015600-39100 à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¸à ¥�à ¤¶à ¥�à ¤°à ¥€ à ¤¹à ¤¿à ¤®à ¤¾à ¤¨à ¥€ à ¤¸à ¥�â€�à ¤¨à ¥‡à ¤¹à ¥€ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Radha Raturi(Secretary),2009-08-15,348 +224/XXVII(6)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤•à ¥‡ à ¤¸à ¤¾à ¤§à ¤¾à ¤°à ¤£ à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ à ¤°à ¥‚015600-39100 à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤²à ¤–à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤° à ¤—à ¥Œà ¤¥à ¤¿à ¤¯à ¤¾à ¤² à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Radha Raturi (Secretary),2009-08-15,349 +225/XXVII(6)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤•à ¥‡ à ¤¸à ¤¾à ¤§à ¤¾à ¤°à ¤£ à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ à ¤°à ¥‚015600-39100 à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¤à ¤¨à ¥�â€�à ¤œà ¥€à ¤® à ¤…à ¤²à ¥€ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Radha Raturi (Secretary),2009-08-15,350 +220/XXVII(6)/2009,2009-07-20,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾ à ¤•à ¥‡ à ¤¸à ¤¾à ¤§à ¤¾à ¤°à ¤£ à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ à ¤°à ¥‚015600-39100 à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¸à ¥�à ¤¶à ¥�à ¤°à ¥€ à ¤¸à ¥�â€�à ¤®à ¥ƒà ¤¤à ¤¿ à ¤–à ¤£à ¥�â€�à ¤¡à ¥‚à ¤¡à ¥€ à ¤•à ¥€ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Radha Raturi(Secretary),2009-08-15,345 1271/Ayuktkar/Form-Section/09,2009-07-02,निमà¥â€à¤¨à¤²à¤¿à¤–ित सूची में उलà¥à¤²à¤¿à¤–ित फारà¥à¤® सी जिनके खो जाने चोरी हो जाने पर सूचनाà¤à¤‚ पà¥à¤°à¤¾à¤ªà¥â€à¤¤ हà¥à¤ˆ है,V.K.Saxena (Addl Commissioner Tax),2009-08-15,251 276/IV(1)/2009-03-Jaanch/2009,2009-07-24,"कारà¥à¤¯à¤¾à¤²à¤¯ जà¥à¤žà¤¾à¤ª-शà¥à¤°à¥€ हरीश लाल वरà¥à¤®à¤¾,अधâ€à¤¿à¤¶à¤¾à¤¸à¥€ अधिकारी(निलमà¥â€à¤¬à¤¿à¤¤)नगरपालिका परिषद बाजपà¥à¤° उधमसिंह नगर",Anoop Wadhwan(Secretary),2009-08-22,354 276/IV(1)/2009-03-Jaanch/2009,2009-07-24,"कारà¥à¤¯à¤¾à¤²à¤¯ जà¥à¤žà¤¾à¤ª-शà¥à¤°à¥€ हरीश लाल वरà¥à¤®à¤¾,अधâ€à¤¿à¤¶à¤¾à¤¸à¥€ अधिकारी(निलमà¥â€à¤¬à¤¿à¤¤)नगरपालिका परिषद बाजपà¥à¤° उधमसिंह नगर",Anoop Wadhwan(Secretary),2009-08-22,354 @@ -3858,17 +5268,23 @@ 139/UHC/Admin.A/2009,2009-08-04,Uttarakhand High Court Designation of Senior Advocate Rules 2009.,Ravindra Maithani(Registrar General),2009-08-22,255 243/XXVII(6)/2009,2009-07-30,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर जिला समीकà¥à¤·à¤¾ अधिकारी के पद पर शà¥à¤°à¥€ रजत मेंहरा नियà¥à¤•à¥à¤¤à¤¿ हेतॠसà¥â€à¤µà¥€à¤•ृति,Radha Raturi(Secretary),2009-08-22,355 493/2009/08(o)/XXVII(9)/09,2009-07-21,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— उतà¥â€à¤¤à¤°à¤¾à¤–ण के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक कमिशà¥â€à¤¨à¤° के पद पर शà¥à¤°à¥€ धरà¥à¤®à¥‡à¤¨à¥â€à¤¦à¥à¤° राज की नियà¥à¤•à¥à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,M.L.Pant(Secretary),2009-08-22,357 +139/UHC/Admin.A/2009,2009-08-04,Uttarakhand High Court Designation of Senior Advocate Rules 2009.,Ravindra Maithani(Registrar General),2009-08-22,255 243/XXVII(6)/2009,2009-07-30,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर जिला समीकà¥à¤·à¤¾ अधिकारी के पद पर शà¥à¤°à¥€ रजत मेंहरा नियà¥à¤•à¥à¤¤à¤¿ हेतॠसà¥â€à¤µà¥€à¤•ृति,Radha Raturi(Secretary),2009-08-22,355 493/2009/08(o)/XXVII(9)/09,2009-07-21,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— उतà¥â€à¤¤à¤°à¤¾à¤–ण के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक कमिशà¥â€à¤¨à¤° के पद पर शà¥à¤°à¥€ धरà¥à¤®à¥‡à¤¨à¥â€à¤¦à¥à¤° राज की नियà¥à¤•à¥à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,M.L.Pant(Secretary),2009-08-22,357 940/Ayuktkar/Niyuktipatr/09,2009-06-08,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर निमà¥â€à¤¨à¤²à¤¿à¤–ित अà¤à¥â€à¤¯à¤°à¥à¤¥à¤¿à¤¯à¥‹à¤‚ को वाणिजà¥â€à¤¯à¤•र अधिकारी के पद पर नियà¥à¤•à¥à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,M.L.Pant(Commissioner Tax Officer),2009-08-22,257 276/IV(1)/2009-03-Jaanch/2009,2009-07-24,"कारà¥à¤¯à¤¾à¤²à¤¯ जà¥à¤žà¤¾à¤ª-शà¥à¤°à¥€ हरीश लाल वरà¥à¤®à¤¾,अधâ€à¤¿à¤¶à¤¾à¤¸à¥€ अधिकारी(निलमà¥â€à¤¬à¤¿à¤¤)नगरपालिका परिषद बाजपà¥à¤° उधमसिंह नगर",Anoop Wadhwan(Secretary),2009-08-22,354 +139/UHC/Admin.A/2009,2009-08-04,Uttarakhand High Court Designation of Senior Advocate Rules 2009.,Ravindra Maithani(Registrar General),2009-08-22,255 1014/II-2009-01(07)/2008,2009-06-23,कारà¥à¤®à¤¿à¤• अनà¥à¤à¤¾à¤—-2 शासनादेश संखà¥â€à¤¯à¤¾ के दà¥à¤µà¤¾à¤°à¤¾ सà¥â€à¤¥à¤¾à¤¨à¤¾à¤¨à¥â€à¤¤à¤°à¤£ नीति के तहत गठित समिति की संसà¥â€à¤¤à¥à¤¤à¤¿ मे लघà¥à¤¸à¤¿à¤‚चाई विà¤à¤¾à¤—,Vinod Fonia(Secretary),2009-08-22,358 1014/II-2009-01(07)/2008,2009-06-23,कारà¥à¤®à¤¿à¤• अनà¥à¤à¤¾à¤—-2 शासनादेश संखà¥â€à¤¯à¤¾ के दà¥à¤µà¤¾à¤°à¤¾ सà¥â€à¤¥à¤¾à¤¨à¤¾à¤¨à¥â€à¤¤à¤°à¤£ नीति के तहत गठित समिति की संसà¥â€à¤¤à¥à¤¤à¤¿ मे लघà¥à¤¸à¤¿à¤‚चाई विà¤à¤¾à¤—,Vinod Fonia(Secretary),2009-08-22,358 856/XX-2/56/2007,2009-08-10,निजी सूरकà¥à¤·à¤¾ à¤à¤œà¥‡à¤¨à¥â€à¤¸à¤¿à¤¯à¥‹à¤‚ के लिठराजà¥â€à¤¯ की आदरà¥à¤¶ नियमावली 2009,Subhash Kumar(PRINCIPAL SECRETARY),2009-08-29,364 UO-51/XXXI(1)/2009,2009-08-06,सà¥à¤– साधन कर अधिनियम/नियमावली का पà¥à¤°à¤–à¥â€à¤¯à¤¾à¤ªà¤¨ à¤à¤‚व कारà¥à¤¯à¤¨à¥â€à¤µà¤¯à¤¨ संबनà¥â€à¤§à¥€ विषय,Indu Kumar Pande(Chief Secretary),2009-08-29,364 +1010/XXX(I)/2009-M-01/2008,2009-08-11,à ¤¶à ¥�à ¤°à ¥€ à ¤®à ¤Ÿà ¤¨ à ¤²à ¤¾à ¤² à ¤¸à ¤®à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€à ¥€ à ¤•à ¥‹ à ¤…à ¤¨à ¥�à ¤Âà ¤¾à ¤— à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦ à ¤ªà ¤° à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,M.H.Khan (Secretary),2009-08-29,365 +856/XX-2/56/2007,2009-08-10,à ¤¨à ¤¿à ¤œà ¥€ à ¤¸à ¥‚à ¤°à ¤•à ¥�à ¤·à ¤¾ à ¤�à ¤œà ¥‡à ¤¨à ¥�â€�à ¤¸à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‡ à ¤²à ¤¿à ¤� à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤•à ¥€ à ¤†à ¤¦à ¤°à ¥�à ¤¶ à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤²à ¥€ 2009,Subhash Kumar(PRINCIPAL SECRETARY),2009-08-29,364 426/VIII/91-Labour/2008,2009-08-12,मै0 डेनà¥â€à¤¸à¥‹ इणà¥à¤¡à¤¿à¤¯à¤¾ लि0 इणà¥â€à¤¡à¤¸à¥à¤Ÿà¤¿à¤¯à¤² पारà¥à¤•-2 सलेमपà¥à¤° जनपद हरिदà¥à¤µà¤¾à¤° को तीन वरà¥à¤· के लिठमहिला करà¥à¤®à¤•ारों के नियोजन के समà¥â€à¤¬à¤¨à¥â€à¤§ में छूट पà¥à¤°à¤¦à¤¾à¤¨ करते है,Dr.Dilbag Singh(Secretary),2009-08-29,365 +856/XX-2/56/2007,2009-08-10,à ¤¨à ¤¿à ¤œà ¥€ à ¤¸à ¥‚à ¤°à ¤•à ¥�à ¤·à ¤¾ à ¤�à ¤œà ¥‡à ¤¨à ¥�â€�à ¤¸à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‡ à ¤²à ¤¿à ¤� à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤•à ¥€ à ¤†à ¤¦à ¤°à ¥�à ¤¶ à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤²à ¥€ 2009,Subhash Kumar(PRINCIPAL SECRETARY),2009-08-29,364 124/XXIV-4/2009,2009-08-17,डा0वाचसà¥â€à¤ªà¤¤à¤¿ मैठानी निदेशक संसà¥â€à¤•ृत शिकà¥à¤·à¤¾ निदेशालय को अधिवरà¥à¤·à¤¤à¤¾ आयॠके उपरानà¥â€à¤¤ दो वरà¥à¤· के सेवा विसà¥â€à¤¤à¤¾à¤° दिये जाने के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Shatrughan Singh(Secretary),2009-08-29,367 UO-51/XXXI(1)/2009,2009-08-06,सà¥à¤– साधन कर अधिनियम/नियमावली का पà¥à¤°à¤–à¥â€à¤¯à¤¾à¤ªà¤¨ à¤à¤‚व कारà¥à¤¯à¤¨à¥â€à¤µà¤¯à¤¨ संबनà¥â€à¤§à¥€ विषय,Indu Kumar Pande(Chief Secretary),2009-08-29,364 +1010/XXX(I)/2009-M-01/2008,2009-08-11,à ¤¶à ¥�à ¤°à ¥€ à ¤®à ¤Ÿà ¤¨ à ¤²à ¤¾à ¤² à ¤¸à ¤®à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€à ¥€ à ¤•à ¥‹ à ¤…à ¤¨à ¥�à ¤Âà ¤¾à ¤— à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦ à ¤ªà ¤° à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,M.H.Khan (Secretary),2009-08-29,365 UO-51/XXXI(1)/2009,2009-08-06,सà¥à¤– साधन कर अधिनियम/नियमावली का पà¥à¤°à¤–à¥â€à¤¯à¤¾à¤ªà¤¨ à¤à¤‚व कारà¥à¤¯à¤¨à¥â€à¤µà¤¯à¤¨ संबनà¥â€à¤§à¥€ विषय,Indu Kumar Pande(Chief Secretary),2009-08-29,364 1010/XXX(I)/2009-M-01/2008,2009-08-11,शà¥à¤°à¥€ मटन लाल समीकà¥à¤·à¤¾ अधिकारीी को अनà¥à¤à¤¾à¤— अधिकारी के रिकà¥â€à¤¤ पद पर पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,M.H.Khan (Secretary),2009-08-29,365 856/XX-2/56/2007,2009-08-10,निजी सूरकà¥à¤·à¤¾ à¤à¤œà¥‡à¤¨à¥â€à¤¸à¤¿à¤¯à¥‹à¤‚ के लिठराजà¥â€à¤¯ की आदरà¥à¤¶ नियमावली 2009,Subhash Kumar(PRINCIPAL SECRETARY),2009-08-29,364 @@ -3878,6 +5294,7 @@ 295/XXXVI(1)/2009,2009-07-30,आर0पी0पनà¥â€à¤¤ की नियà¥à¤•à¥à¤¤à¤¿ सहायक विधि आलेखक के पद पर वेतनमान 9300-34800 में की गई है गà¥à¤°à¥‡à¤¡ पे रू0 4800 पढा जाय,V.B.Rai(PRINCIPAL SECRETARY),2009-08-29,365 BCUK/587/2009,2009-07-30,Election of the Chiarman and Vice-Chairman of the Bar Council of Uttarakhand.,Vijayn Singh-Secretary Bar Council Nainital(Secretary),2009-08-29,272 426/VIII/91-Labour/2008,2009-08-12,मै0 डेनà¥â€à¤¸à¥‹ इणà¥à¤¡à¤¿à¤¯à¤¾ लि0 इणà¥â€à¤¡à¤¸à¥à¤Ÿà¤¿à¤¯à¤² पारà¥à¤•-2 सलेमपà¥à¤° जनपद हरिदà¥à¤µà¤¾à¤° को तीन वरà¥à¤· के लिठमहिला करà¥à¤®à¤•ारों के नियोजन के समà¥â€à¤¬à¤¨à¥â€à¤§ में छूट पà¥à¤°à¤¦à¤¾à¤¨ करते है,Dr.Dilbag Singh(Secretary),2009-08-29,365 +856/XX-2/56/2007,2009-08-10,à ¤¨à ¤¿à ¤œà ¥€ à ¤¸à ¥‚à ¤°à ¤•à ¥�à ¤·à ¤¾ à ¤�à ¤œà ¥‡à ¤¨à ¥�â€�à ¤¸à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‡ à ¤²à ¤¿à ¤� à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤•à ¥€ à ¤†à ¤¦à ¤°à ¥�à ¤¶ à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤²à ¥€ 2009,Subhash Kumar(PRINCIPAL SECRETARY),2009-08-29,364 623/XIII-1-2009-3(1)/2001,2009-08-18,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ कृषि सेवा शà¥à¤°à¥‡à¤£à¥€-1 के अरà¥à¤¨à¥â€à¤¤à¤—त निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारियों को संयà¥à¤•à¥â€à¤¤ निदेशक के पद पर पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ति,Dr.Ranbir Singh(Secretary),2009-08-29,368 BCUK/587/2009,2009-07-30,Election of the Chiarman and Vice-Chairman of the Bar Council of Uttarakhand.,Vijayn Singh-Secretary Bar Council Nainital(Secretary),2009-08-29,272 856/XX-2/56/2007,2009-08-10,निजी सूरकà¥à¤·à¤¾ à¤à¤œà¥‡à¤¨à¥â€à¤¸à¤¿à¤¯à¥‹à¤‚ के लिठराजà¥â€à¤¯ की आदरà¥à¤¶ नियमावली 2009,Subhash Kumar(PRINCIPAL SECRETARY),2009-08-29,364 @@ -3885,6 +5302,7 @@ 118/UpPradhan-Election/2009,2009-06-30,जनपद उतà¥â€à¤¤à¥â€à¤°à¤•ाशी की गà¥à¤°à¤¾à¤® पंचायतों के सामानà¥â€à¤¯ निरà¥à¤µà¤¾à¤šà¤¨ 2008 के उपरानà¥â€à¤¤ रिकà¥â€à¤¤ रह गये उप पà¥à¤°à¤§à¤¾à¤¨ के पदों के लिठनिरà¥à¤µà¤¾à¤šà¤¨ की समय सारणी अधिसूचित,District Election Officer(P) Uttarkashi(District Election Officer),2009-09-05,52 617/XX(1)/28/PPS/2005,2009-08-03,पà¥à¤°à¤µà¤° अधीनसà¥â€â€à¤¥ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर चयन वरà¥à¤· 2004-05 की रिकà¥à¤¤à¤¿ के सापेकà¥à¤· चयनित निमà¥â€à¤¨à¤²à¤¿à¤–ित अà¤à¥â€à¤¯à¤°à¥à¤¥à¤¿à¤¯à¥‹à¤‚ को उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ पà¥à¤°à¤¾à¤¨à¥â€à¤¤à¥€à¤¯ पà¥à¤²à¤¿à¤¸ सेवा में पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤• के पद पर नियà¥à¤•à¥à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar(PRINCIPAL SECRETARY),2009-09-05,370 1482/XXX-1-2009-25(8)/2004,2009-07-28,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ लोक सेवा आयोग दà¥à¤µà¤¾à¤°à¤¾ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ परीकà¥à¤·à¤¾ 2004 2004 के आधार पर चयनित निमà¥â€à¤¨à¤²à¤¿à¤–ित अà¤à¥â€à¤¯à¤°à¥à¤¥à¤¿à¤¯à¥‹à¤‚ को उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सिविल सेवा में नियà¥à¤•à¥à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Shatrughan Singh(Secretary),2009-09-05,371 +617/XX(1)/28/PPS/2005,2009-08-03,à ¤ªà ¥�à ¤°à ¤µà ¤° à ¤…à ¤§à ¥€à ¤¨à ¤¸à ¥�â€�â€�à ¤¥ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤šà ¤¯à ¤¨ à ¤µà ¤°à ¥�à ¤· 2004-05 à ¤•à ¥€ à ¤°à ¤¿à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤¾à ¤ªà ¥‡à ¤•à ¥�à ¤· à ¤šà ¤¯à ¤¨à ¤¿à ¤¤ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤…à ¤Âà ¥�â€�à ¤¯à ¤°à ¥�à ¤¥à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤ªà ¥�à ¤°à ¤¾à ¤¨à ¥�â€�à ¤¤à ¥€à ¤¯ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¸à ¥‡à ¤µà ¤¾ à ¤®à ¥‡à ¤‚ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤‰à ¤ªà ¤¾à ¤§à ¥€à ¤•à ¥�à ¤·à ¤• à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-09-05,370 520/P.Election/2009,2009-06-03,जनपद वागेशà¥â€à¤µà¤° की गà¥à¤°à¤¾à¤® पंचायतों के लिठउप निरà¥à¤µà¤¾à¤šà¤¨ के लिठसमय सारणी अधिसूचित,D.S.Gabriyal-D.E.O.Bageshwar(Distict Election Officer ),2009-09-05,49 118/UpPradhan-Election/2009,2009-06-30,जनपद उतà¥â€à¤¤à¥â€à¤°à¤•ाशी की गà¥à¤°à¤¾à¤® पंचायतों के सामानà¥â€à¤¯ निरà¥à¤µà¤¾à¤šà¤¨ 2008 के उपरानà¥â€à¤¤ रिकà¥â€à¤¤ रह गये उप पà¥à¤°à¤§à¤¾à¤¨ के पदों के लिठनिरà¥à¤µà¤¾à¤šà¤¨ की समय सारणी अधिसूचित,District Election Officer(P) Uttarkashi(District Election Officer),2009-09-05,52 103/XXIV-4/2009,2009-07-30,डा0 वाचसà¥â€à¤ªà¤¤à¤¿ मैठानी को निदेशक संसà¥â€à¤•ृत शिकà¥à¤·à¤¾ उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ के रिकà¥â€à¤¤ पद पर पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Shatrughan Singh(Secretary),2009-09-05,372 @@ -3896,6 +5314,7 @@ 983/Licence-Cancel/2009,2009-06-12,Reg.Licence Cancel for 6th month,P.C.Joshi-Asst.RTO Bageshwar(Asst RTO),2009-09-05,273 779/Admin/Licence/2009-09,2009-07-07,Reg.Licence Cancelation,A.K.Singh-RTO Dehradun(RTO),2009-09-05,278 1482/XXX-1-2009-25(8)/2004,2009-07-28,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ लोक सेवा आयोग दà¥à¤µà¤¾à¤°à¤¾ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ परीकà¥à¤·à¤¾ 2004 2004 के आधार पर चयनित निमà¥â€à¤¨à¤²à¤¿à¤–ित अà¤à¥â€à¤¯à¤°à¥à¤¥à¤¿à¤¯à¥‹à¤‚ को उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सिविल सेवा में नियà¥à¤•à¥à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Shatrughan Singh(Secretary),2009-09-05,371 +617/XX(1)/28/PPS/2005,2009-08-03,à ¤ªà ¥�à ¤°à ¤µà ¤° à ¤…à ¤§à ¥€à ¤¨à ¤¸à ¥�â€�â€�à ¤¥ à ¤¸à ¥‡à ¤µà ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2004 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤šà ¤¯à ¤¨ à ¤µà ¤°à ¥�à ¤· 2004-05 à ¤•à ¥€ à ¤°à ¤¿à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤¾à ¤ªà ¥‡à ¤•à ¥�à ¤· à ¤šà ¤¯à ¤¨à ¤¿à ¤¤ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤…à ¤Âà ¥�â€�à ¤¯à ¤°à ¥�à ¤¥à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤ªà ¥�à ¤°à ¤¾à ¤¨à ¥�â€�à ¤¤à ¥€à ¤¯ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¸à ¥‡à ¤µà ¤¾ à ¤®à ¥‡à ¤‚ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤‰à ¤ªà ¤¾à ¤§à ¥€à ¤•à ¥�à ¤·à ¤• à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-09-05,370 1482/XXX-1-2009-25(8)/2004,2009-07-28,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ लोक सेवा आयोग दà¥à¤µà¤¾à¤°à¤¾ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ परीकà¥à¤·à¤¾ 2004 2004 के आधार पर चयनित निमà¥â€à¤¨à¤²à¤¿à¤–ित अà¤à¥â€à¤¯à¤°à¥à¤¥à¤¿à¤¯à¥‹à¤‚ को उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सिविल सेवा में नियà¥à¤•à¥à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Shatrughan Singh(Secretary),2009-09-05,371 617/XX(1)/28/PPS/2005,2009-08-03,पà¥à¤°à¤µà¤° अधीनसà¥â€â€à¤¥ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर चयन वरà¥à¤· 2004-05 की रिकà¥à¤¤à¤¿ के सापेकà¥à¤· चयनित निमà¥â€à¤¨à¤²à¤¿à¤–ित अà¤à¥â€à¤¯à¤°à¥à¤¥à¤¿à¤¯à¥‹à¤‚ को उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ पà¥à¤°à¤¾à¤¨à¥â€à¤¤à¥€à¤¯ पà¥à¤²à¤¿à¤¸ सेवा में पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤• के पद पर नियà¥à¤•à¥à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar(PRINCIPAL SECRETARY),2009-09-05,370 520/P.Election/2009,2009-06-03,जनपद वागेशà¥â€à¤µà¤° की गà¥à¤°à¤¾à¤® पंचायतों के लिठउप निरà¥à¤µà¤¾à¤šà¤¨ के लिठसमय सारणी अधिसूचित,D.S.Gabriyal-D.E.O.Bageshwar(Distict Election Officer ),2009-09-05,49 @@ -3906,15 +5325,44 @@ 1340/XXX-1-09-25(4)/2008-TC,2009-07-03,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सिविल सेवा के चयन शà¥à¤°à¥‡à¤£à¥€ में कारà¥à¤¯à¤°à¤¤ शà¥à¤°à¥€ सà¥à¤¶à¥€à¤² कà¥à¤®à¤¾à¤° की पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Indu Kumar Pande(Chief Secretary),2009-09-12,376 1341/XXX-1-09-25(4)/2008-TC,2009-07-03,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सिविल सेवा के चयन शà¥à¤°à¥‡à¤£à¥€ में कारà¥à¤¯à¤°à¤¤ शà¥à¤°à¥€ à¤à¥‚पाल सिंह मनराल की पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Indu KUmar Pande(Chief Secretary),2009-09-12,376 1413/30-1-2009-25(2)/2009,2009-08-21,शà¥à¤°à¥€ नीरज कà¥à¤®à¤¾à¤° बकà¥â€à¤¶à¥€ ततà¥â€à¤•ालीन नà¥â€à¤¯à¤¾à¤¯à¤¿à¤• मजिसà¥â€à¤Ÿà¥‡à¤Ÿ हलà¥â€à¤¦à¥à¤µà¤¾à¤¨à¥€ का तà¥â€à¤¯à¤¾à¤— पतà¥à¤° सà¥â€à¤µà¥€à¤•ार किये जाने के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Shatrughan Singh(Secretary),2009-09-12,378 +406/XX(5)/09-31/Homeguards/2005,2009-08-26,à ¤°à ¤¿à ¤Ÿ à ¤¯à ¤¾à ¤šà ¤¿à ¤•à ¤¾ à ¤¸à ¤‚à ¤–à ¥�â€�à ¤¯à ¤¾ 208(à ¤�à ¤¸.à ¤¬à ¥€)/2007 à ¤“à ¤® à ¤ªà ¥�à ¤°à ¤•à ¤¾à ¤¶ à ¤¬à ¤¨à ¤¾à ¤® à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤®à ¥‡à ¤‚ à ¤®à ¤¾.à ¤‰à ¤šà ¥�â€�à ¤š à ¤¨à ¥�â€�à ¤¯à ¤¾à ¤¯à ¤¾à ¤²à ¤¯ à ¤¨à ¥ˆà ¤¨à ¥€à ¤¤à ¤¾à ¤² à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤ªà ¤¾à ¤°à ¤¿à ¤¤ à ¤¨â€�à ¤¿à ¤°à ¥�à ¤£à ¤¯ à ¤²à ¥‹à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤†à ¤¯à ¥‹à ¤— à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤œà ¤¿à ¤²à ¤¾ à ¤•à ¤®à ¤¾à ¤£à ¥�â€�à ¤¡à ¥‡à ¤‚à ¤Ÿ à ¤¹à ¥‹à ¤®à ¤—à ¤¾à ¤°à ¥�à ¤¡à ¤¸ à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ ..,Subhash Kumar(PRINCIPAL SECRETARY),2009-09-12,377 +154/UHC/Admin.A,2009-08-26,Arrangement Preservation and Destruction of Records,Ravindra Maithani(Registrar General),2009-09-12,280 +152/UHC/XIV-91/Admin/2009,2009-08-25,"Super Time Scale of Rs.22,850-500-24850 to the following Officers after Completing 03 years of Continuous Service in the selection Grade of HJS Cadre.",Ravindra Maithani(Registrar General),2009-09-12,280 +148/UHC/Stationery/2009,2009-08-24,"Holiday of Nanashtami Shall be Observed in the Court on Friday August 28,2009 instead of August 27,2009",Ravindra Maithani(Registrar General),2009-09-12,279 +149/UHC/Admin.2009,2009-08-24,Ms.Kumkum Rani DSJ-Champawat is Transferred and posted as DSJ Almora.,Ravindra Maithani(Registrar General),2009-09-12,280 +150/UHC/Admin/2009,2009-08-24,Shri Denish Prasad Gairola DSJ-Pithoragarh is also given Additional Charge DSJ Champawat,Ravindra Maithani(Registrar General),2009-09-12,280 +144/UHC/XIV/63/Admin.A,2009-08-19,Leave Sanction Km.Neetu Joshi CJ(SD)Haridwar,Prashant Joshi(Ragistrar -Inspection),2009-09-12,279 +146/XIV.11/Admin/2008,2009-08-21,Leave Sanction Shri Ritesh Kumar SrivastavaCJ(JD)Almora,Prashant Joshi(Ragistrar -Inspection),2009-09-12,279 +147/XIV/12/Admin/2008,2009-08-21,Leave Sanction shri Ashutosh Kumar Mishra CJ(JD) Kiritinagar,Prashant Joshi(Ragistrar -Inspection),2009-09-12,279 +152/UHC/XIV-91/Admin/2009,2009-08-25,"Super Time Scale of Rs.22,850-500-24850 to the following Officers after Completing 03 years of Continuous Service in the selection Grade of HJS Cadre.",Ravindra Maithani(Registrar General),2009-09-12,280 +154/UHC/Admin.A,2009-08-26,Arrangement Preservation and Destruction of Records,Ravindra Maithani(Registrar General),2009-09-12,280 +148/UHC/Stationery/2009,2009-08-24,"Holiday of Nanashtami Shall be Observed in the Court on Friday August 28,2009 instead of August 27,2009",Ravindra Maithani(Registrar General),2009-09-12,279 +149/UHC/Admin.2009,2009-08-24,Ms.Kumkum Rani DSJ-Champawat is Transferred and posted as DSJ Almora.,Ravindra Maithani(Registrar General),2009-09-12,280 +150/UHC/Admin/2009,2009-08-24,Shri Denish Prasad Gairola DSJ-Pithoragarh is also given Additional Charge DSJ Champawat,Ravindra Maithani(Registrar General),2009-09-12,280 +144/UHC/XIV/63/Admin.A,2009-08-19,Leave Sanction Km.Neetu Joshi CJ(SD)Haridwar,Prashant Joshi(Ragistrar -Inspection),2009-09-12,279 +146/XIV.11/Admin/2008,2009-08-21,Leave Sanction Shri Ritesh Kumar SrivastavaCJ(JD)Almora,Prashant Joshi(Ragistrar -Inspection),2009-09-12,279 +147/XIV/12/Admin/2008,2009-08-21,Leave Sanction shri Ashutosh Kumar Mishra CJ(JD) Kiritinagar,Prashant Joshi(Ragistrar -Inspection),2009-09-12,279 +152/UHC/XIV-91/Admin/2009,2009-08-25,"Super Time Scale of Rs.22,850-500-24850 to the following Officers after Completing 03 years of Continuous Service in the selection Grade of HJS Cadre.",Ravindra Maithani(Registrar General),2009-09-12,280 +154/UHC/Admin.A,2009-08-26,Arrangement Preservation and Destruction of Records,Ravindra Maithani(Registrar General),2009-09-12,280 +148/UHC/Stationery/2009,2009-08-24,"Holiday of Nanashtami Shall be Observed in the Court on Friday August 28,2009 instead of August 27,2009",Ravindra Maithani(Registrar General),2009-09-12,279 +149/UHC/Admin.2009,2009-08-24,Ms.Kumkum Rani DSJ-Champawat is Transferred and posted as DSJ Almora.,Ravindra Maithani(Registrar General),2009-09-12,280 +150/UHC/Admin/2009,2009-08-24,Shri Denish Prasad Gairola DSJ-Pithoragarh is also given Additional Charge DSJ Champawat,Ravindra Maithani(Registrar General),2009-09-12,280 +144/UHC/XIV/63/Admin.A,2009-08-19,Leave Sanction Km.Neetu Joshi CJ(SD)Haridwar,Prashant Joshi(Ragistrar -Inspection),2009-09-12,279 +146/XIV.11/Admin/2008,2009-08-21,Leave Sanction Shri Ritesh Kumar SrivastavaCJ(JD)Almora,Prashant Joshi(Ragistrar -Inspection),2009-09-12,279 +147/XIV/12/Admin/2008,2009-08-21,Leave Sanction shri Ashutosh Kumar Mishra CJ(JD) Kiritinagar,Prashant Joshi(Ragistrar -Inspection),2009-09-12,279 1340/XXX-1-09-25(4)/2008-TC,2009-07-03,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सिविल सेवा के चयन शà¥à¤°à¥‡à¤£à¥€ में कारà¥à¤¯à¤°à¤¤ शà¥à¤°à¥€ सà¥à¤¶à¥€à¤² कà¥à¤®à¤¾à¤° की पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Indu Kumar Pande(Chief Secretary),2009-09-12,376 1341/XXX-1-09-25(4)/2008-TC,2009-07-03,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सिविल सेवा के चयन शà¥à¤°à¥‡à¤£à¥€ में कारà¥à¤¯à¤°à¤¤ शà¥à¤°à¥€ à¤à¥‚पाल सिंह मनराल की पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Indu KUmar Pande(Chief Secretary),2009-09-12,376 1413/30-1-2009-25(2)/2009,2009-08-21,शà¥à¤°à¥€ नीरज कà¥à¤®à¤¾à¤° बकà¥â€à¤¶à¥€ ततà¥â€à¤•ालीन नà¥â€à¤¯à¤¾à¤¯à¤¿à¤• मजिसà¥â€à¤Ÿà¥‡à¤Ÿ हलà¥â€à¤¦à¥à¤µà¤¾à¤¨à¥€ का तà¥â€à¤¯à¤¾à¤— पतà¥à¤° सà¥â€à¤µà¥€à¤•ार किये जाने के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Shatrughan Singh(Secretary),2009-09-12,378 +406/XX(5)/09-31/Homeguards/2005,2009-08-26,à ¤°à ¤¿à ¤Ÿ à ¤¯à ¤¾à ¤šà ¤¿à ¤•à ¤¾ à ¤¸à ¤‚à ¤–à ¥�â€�à ¤¯à ¤¾ 208(à ¤�à ¤¸.à ¤¬à ¥€)/2007 à ¤“à ¤® à ¤ªà ¥�à ¤°à ¤•à ¤¾à ¤¶ à ¤¬à ¤¨à ¤¾à ¤® à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤®à ¥‡à ¤‚ à ¤®à ¤¾.à ¤‰à ¤šà ¥�â€�à ¤š à ¤¨à ¥�â€�à ¤¯à ¤¾à ¤¯à ¤¾à ¤²à ¤¯ à ¤¨à ¥ˆà ¤¨à ¥€à ¤¤à ¤¾à ¤² à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤ªà ¤¾à ¤°à ¤¿à ¤¤ à ¤¨â€�à ¤¿à ¤°à ¥�à ¤£à ¤¯ à ¤²à ¥‹à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤†à ¤¯à ¥‹à ¤— à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤œà ¤¿à ¤²à ¤¾ à ¤•à ¤®à ¤¾à ¤£à ¥�â€�à ¤¡à ¥‡à ¤‚à ¤Ÿ à ¤¹à ¥‹à ¤®à ¤—à ¤¾à ¤°à ¥�à ¤¡à ¤¸ à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�à ¤¤à ¤¿ ..,Subhash Kumar(PRINCIPAL SECRETARY),2009-09-12,377 427/XXIII/09/40/2004,2009-06-09,"डा0 के0बी0जौहरी,उप आबकारी आयà¥à¤•à¥â€à¤¤ को सयà¥à¤‚कà¥â€à¤¤ आबकारी आयà¥à¤•à¥â€à¤¤ सामानà¥â€à¤¯ शà¥à¤°à¥‡à¤£à¥€ के पद पर पदोनà¥â€à¤¨à¤¤ किये जाने की सà¥â€à¤µà¥€à¤•ृति",Dr.Ranveer Singh(Secretary),2009-09-12,378 1340/XXX-1-09-25(4)/2008-TC,2009-07-03,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सिविल सेवा के चयन शà¥à¤°à¥‡à¤£à¥€ में कारà¥à¤¯à¤°à¤¤ शà¥à¤°à¥€ सà¥à¤¶à¥€à¤² कà¥à¤®à¤¾à¤° की पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Indu Kumar Pande(Chief Secretary),2009-09-12,376 1341/XXX-1-09-25(4)/2008-TC,2009-07-03,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सिविल सेवा के चयन शà¥à¤°à¥‡à¤£à¥€ में कारà¥à¤¯à¤°à¤¤ शà¥à¤°à¥€ à¤à¥‚पाल सिंह मनराल की पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Indu KUmar Pande(Chief Secretary),2009-09-12,376 1413/30-1-2009-25(2)/2009,2009-08-21,शà¥à¤°à¥€ नीरज कà¥à¤®à¤¾à¤° बकà¥â€à¤¶à¥€ ततà¥â€à¤•ालीन नà¥â€à¤¯à¤¾à¤¯à¤¿à¤• मजिसà¥â€à¤Ÿà¥‡à¤Ÿ हलà¥â€à¤¦à¥à¤µà¤¾à¤¨à¥€ का तà¥â€à¤¯à¤¾à¤— पतà¥à¤° सà¥â€à¤µà¥€à¤•ार किये जाने के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Shatrughan Singh(Secretary),2009-09-12,378 406/XX(5)/09-31/Homeguards/2005,2009-08-26,रिट याचिका संखà¥â€à¤¯à¤¾ 208(à¤à¤¸.बी)/2007 ओम पà¥à¤°à¤•ाश बनाम उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ में मा.उचà¥â€à¤š नà¥â€à¤¯à¤¾à¤¯à¤¾à¤²à¤¯ नैनीताल दà¥à¤µà¤¾à¤°à¤¾ पारित नâ€à¤¿à¤°à¥à¤£à¤¯ लोक सेवा आयोग दà¥à¤µà¤¾à¤°à¤¾ जिला कमाणà¥â€à¤¡à¥‡à¤‚ट होमगारà¥à¤¡à¤¸ के पद पर नियà¥à¤•à¥à¤¤à¤¿ ..,Subhash Kumar(PRINCIPAL SECRETARY),2009-09-12,377 406/XX(5)/09-31/Homeguards/2005,2009-08-26,रिट याचिका संखà¥â€à¤¯à¤¾ 208(à¤à¤¸.बी)/2007 ओम पà¥à¤°à¤•ाश बनाम उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ में मा.उचà¥â€à¤š नà¥â€à¤¯à¤¾à¤¯à¤¾à¤²à¤¯ नैनीताल दà¥à¤µà¤¾à¤°à¤¾ पारित नâ€à¤¿à¤°à¥à¤£à¤¯ लोक सेवा आयोग दà¥à¤µà¤¾à¤°à¤¾ जिला कमाणà¥â€à¤¡à¥‡à¤‚ट होमगारà¥à¤¡à¤¸ के पद पर नियà¥à¤•à¥à¤¤à¤¿ ..,Subhash Kumar(PRINCIPAL SECRETARY),2009-09-12,377 +155/UHC/Admin.B,2009-08-27,The Uttarakhand Case Flow Management(For High Court)Rules 2009,Ravindra Maithani(Registrar General),2009-09-19,283 +155/UHC/Admin.B,2009-08-27,The Uttarakhand Case Flow Management(For Subordinate Court)Rules 2009,Ravindra Maithani(Registrar General),2009-09-19,286 +157/UHC/Admin.B,2009-08-27,The Uttarakhand High Court Right to information Rules 2009,Ravindra Maithani(Registrar General),2009-09-19,291 155/UHC/Admin.B,2009-08-27,The Uttarakhand Case Flow Management(For High Court)Rules 2009,Ravindra Maithani(Registrar General),2009-09-19,283 155/UHC/Admin.B,2009-08-27,The Uttarakhand Case Flow Management(For Subordinate Court)Rules 2009,Ravindra Maithani(Registrar General),2009-09-19,286 157/UHC/Admin.B,2009-08-27,The Uttarakhand High Court Right to information Rules 2009,Ravindra Maithani(Registrar General),2009-09-19,291 @@ -3922,11 +5370,35 @@ 439/2009/18(100)/XXVII(8)/09,2009-08-28,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त कारà¥à¤¯à¤°à¤¤ जà¥â€à¤µà¤¾à¤‡à¤‚ट कमिशà¥â€à¤¨à¤° सà¥â€à¤¤à¤° के अधिकारियों का सà¥â€à¤¥à¤¾à¤¨à¤¾à¤¨à¥â€à¤¤à¤°à¤£/समायोजन,Alok Kumar Jain(Secretary),2009-09-19,380 439/2009/18(100)/XXVII(8)/09,2009-08-28,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त कारà¥à¤¯à¤°à¤¤ जà¥â€à¤µà¤¾à¤‡à¤‚ट कमिशà¥â€à¤¨à¤° सà¥â€à¤¤à¤° के अधिकारियों का सà¥â€à¤¥à¤¾à¤¨à¤¾à¤¨à¥â€à¤¤à¤°à¤£/समायोजन,Alok Kumar Jain(Secretary),2009-09-19,380 439/2009/18(100)/XXVII(8)/09,2009-08-28,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त कारà¥à¤¯à¤°à¤¤ जà¥â€à¤µà¤¾à¤‡à¤‚ट कमिशà¥â€à¤¨à¤° सà¥â€à¤¤à¤° के अधिकारियों का सà¥â€à¤¥à¤¾à¤¨à¤¾à¤¨à¥â€à¤¤à¤°à¤£/समायोजन,Alok Kumar Jain(Secretary),2009-09-19,380 +155/UHC/Admin.B,2009-08-27,The Uttarakhand Case Flow Management(For High Court)Rules 2009,Ravindra Maithani(Registrar General),2009-09-19,283 +155/UHC/Admin.B,2009-08-27,The Uttarakhand Case Flow Management(For Subordinate Court)Rules 2009,Ravindra Maithani(Registrar General),2009-09-19,286 +157/UHC/Admin.B,2009-08-27,The Uttarakhand High Court Right to information Rules 2009,Ravindra Maithani(Registrar General),2009-09-19,291 439/2009/18(100)/XXVII(8)/09,2009-08-28,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त कारà¥à¤¯à¤°à¤¤ जà¥â€à¤µà¤¾à¤‡à¤‚ट कमिशà¥â€à¤¨à¤° सà¥â€à¤¤à¤° के अधिकारियों का सà¥â€à¤¥à¤¾à¤¨à¤¾à¤¨à¥â€à¤¤à¤°à¤£/समायोजन,Alok Kumar Jain(Secretary),2009-09-19,380 54/Upnirvachan/Panchayat/2009,2009-06-03,जनपद उधमसिंह नगर की सदसà¥â€à¤¯ गà¥à¤°à¤¾à¤® पंचायतों के उप निरà¥à¤µà¤¾à¤šà¤¨ हेतॠनिरà¥à¤§à¤¾à¤°à¤¿à¤¤ समय सारणी,Surendra Singh Rawat-District Magistrate USNagar(District Election Officer),2009-09-26,55 57/Upnivachan/Panchayat/2009,2009-06-03,जनपद पोडी गढवाल के गà¥à¤°à¤¾à¤® पà¥à¤°à¤§à¤¾à¤¨/सदसà¥â€à¤¯ गà¥à¤°à¤¾à¤® पंचायतों के उप निरà¥à¤µà¤¾à¤šà¤¨ हेतॠनिरà¥à¤§à¤¾à¤°à¤¿à¤¤ समय सारणी,District Election Officer(P)Pauri(District Election Officer),2009-09-26,56 269/P.Election/2009-10,2009-06-03,जनपद अलà¥â€à¤®à¥‹à¤¡à¤¾ के गà¥à¤°à¤¾à¤® पà¥à¤°à¤§à¤¾à¤¨/सदसà¥â€à¤¯ गà¥à¤°à¤¾à¤® पंचायतों के रिकà¥â€à¤¤ पदों पर उप निरà¥à¤µà¤¾à¤šà¤¨ हेतॠनिरà¥à¤§à¤¾à¤°à¤¿à¤¤ समय सारणी,District Election Officer(P) Almora(District Election Officer),2009-09-26,61 +672/XX(1)/78(193)/PPS/2007,2009-08-25,à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤‰à ¤ªà ¤¾à ¤§à ¥€à ¤•à ¥�à ¤·à ¤• à ¤¶à ¥�à ¤°à ¥€ à ¤—à ¤¿à ¤°à ¤¿à ¤¶à ¤šà ¤¨à ¥�â€�à ¤¦à ¥�à ¤° à ¤§à ¥�â€�à ¤¯à ¤¾à ¤¨à ¥€ à ¤•à ¥‹ 01.12.2002 à ¤¸à ¥‡ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤‰à ¤ªà ¤¾à ¤§à ¥€à ¤•à ¥�à ¤·à ¤• à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤ˆ à ¤•à ¤¿à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-09-26,382 +682/XX(1)/268/PPS/2004,2009-08-26,à ¤²à ¥‹à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤†à ¤¯à ¥‹à ¤— à ¤¹à ¤°à ¤¿à ¤¦à ¥�à ¤µà ¤¾à ¤° à ¤®à ¥‡à ¤‚ à ¤†à ¤¯à ¥‹à ¤œà ¤¿à ¤¤ à ¤šà ¤¯à ¤¨ à ¤¸à ¤®à ¤¿à ¤¤à ¤¿ à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¨à ¤¿à ¤°à ¤¿à ¤•à ¥�à ¤·à ¤•à ¥‹à ¤‚ à ¤•à ¥‹ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¨à ¤¿à ¤°à ¥€à ¤•à ¥�à ¤·à ¤• à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ ....,Subhash Kumar(PRINCIPAL SECRETARY),2009-09-26,382 +1031/XX(3)-55/CBI/2009,2009-09-14,Ms.Anuradha Garg All power to hear and try such cases in the filled after Investigation by CBI Delhi...,Bhaskra Nand(Additional Secretary),2009-09-26,385 +672/XX(1)/78(193)/PPS/2007,2009-08-25,à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤‰à ¤ªà ¤¾à ¤§à ¥€à ¤•à ¥�à ¤·à ¤• à ¤¶à ¥�à ¤°à ¥€ à ¤—à ¤¿à ¤°à ¤¿à ¤¶à ¤šà ¤¨à ¥�â€�à ¤¦à ¥�à ¤° à ¤§à ¥�â€�à ¤¯à ¤¾à ¤¨à ¥€ à ¤•à ¥‹ 01.12.2002 à ¤¸à ¥‡ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤‰à ¤ªà ¤¾à ¤§à ¥€à ¤•à ¥�à ¤·à ¤• à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤ˆ à ¤•à ¤¿à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-09-26,382 +682/XX(1)/268/PPS/2004,2009-08-26,à ¤²à ¥‹à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤†à ¤¯à ¥‹à ¤— à ¤¹à ¤°à ¤¿à ¤¦à ¥�à ¤µà ¤¾à ¤° à ¤®à ¥‡à ¤‚ à ¤†à ¤¯à ¥‹à ¤œà ¤¿à ¤¤ à ¤šà ¤¯à ¤¨ à ¤¸à ¤®à ¤¿à ¤¤à ¤¿ à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¨à ¤¿à ¤°à ¤¿à ¤•à ¥�à ¤·à ¤•à ¥‹à ¤‚ à ¤•à ¥‹ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¨à ¤¿à ¤°à ¥€à ¤•à ¥�à ¤·à ¤• à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ ....,Subhash Kumar(PRINCIPAL SECRETARY),2009-09-26,382 +1031/XX(3)-55/CBI/2009,2009-09-14,Ms.Anuradha Garg All power to hear and try such cases in the filled after Investigation by CBI Delhi...,Bhaskra Nand(Additional Secretary),2009-09-26,385 +160/UHC/Admin.A/2009,2009-08-31,Shri Neena Agarwal ACJ(SD)Dehradun is Transfer and Posted CJM Pauri,Ravindra Maithani(Registrar General),2009-09-26,295 +161/UHC/Admin.A/2009,2009-08-31,Shri Seash Chandra CJ(JD)Rudraprayag is Transfer and Posted CJ(JD)Chakrota.,Ravindra Maithani(Registrar General),2009-09-26,295 +163/UHC/Admin.A/2009,2009-08-31,Ms.Parul Gairola SJM (CBI)Dehradun is Transfer and Posted CJ(JD)Roorkee.,Ravindra Maithani(Registrar General),2009-09-26,295 +166/UHDC/Admin.a/2009,2009-08-31,Shri Mohd.Yusuf 3rd Addl.CJ(JD) Kashipur is Transfer and Posted 2nd Addl.CJ(JD)USNagar.,Ravindra Maithani(Registrar General),2009-09-26,296 +169/UHC/Admin.A/2009,2009-09-04,Following Officer of the Civil Judge(JD) are Conferred with the Power of Judicial Magistrate Ist Class to Excercise...,Ravindra Maithani(Registrar General),2009-09-26,296 +158/UHC/Admin.A/2008,2009-08-31,Shri Uttam Singh Nabiyal Addl.District Session Judge Haridwar is Transfer to Rishikesh,Ravindra Maithani(Registrar General),2009-09-26,295 +"159/UHC/Admin,A/2009",2009-08-31,Shri Shahansha Mohd. Dilber Danish DJM Pauri is Transfer and Posted CJ(SD)Vikas Nagar,Ravindra Maithani(Registrar General),2009-09-26,295 +171-173/UHC/Admin./2009,2009-09-08,Regarding Leave Sanction.,Prashant Joshi(Ragistrar -Inspection),2009-09-26,297 161/UHC/Admin.A/2009,2009-08-31,Shri Seash Chandra CJ(JD)Rudraprayag is Transfer and Posted CJ(JD)Chakrota.,Ravindra Maithani(Registrar General),2009-09-26,295 +163/UHC/Admin.A/2009,2009-08-31,Ms.Parul Gairola SJM (CBI)Dehradun is Transfer and Posted CJ(JD)Roorkee.,Ravindra Maithani(Registrar General),2009-09-26,295 +166/UHDC/Admin.a/2009,2009-08-31,Shri Mohd.Yusuf 3rd Addl.CJ(JD) Kashipur is Transfer and Posted 2nd Addl.CJ(JD)USNagar.,Ravindra Maithani(Registrar General),2009-09-26,296 +169/UHC/Admin.A/2009,2009-09-04,Following Officer of the Civil Judge(JD) are Conferred with the Power of Judicial Magistrate Ist Class to Excercise...,Ravindra Maithani(Registrar General),2009-09-26,296 +158/UHC/Admin.A/2008,2009-08-31,Shri Uttam Singh Nabiyal Addl.District Session Judge Haridwar is Transfer to Rishikesh,Ravindra Maithani(Registrar General),2009-09-26,295 +"159/UHC/Admin,A/2009",2009-08-31,Shri Shahansha Mohd. Dilber Danish DJM Pauri is Transfer and Posted CJ(SD)Vikas Nagar,Ravindra Maithani(Registrar General),2009-09-26,295 +160/UHC/Admin.A/2009,2009-08-31,Shri Neena Agarwal ACJ(SD)Dehradun is Transfer and Posted CJM Pauri,Ravindra Maithani(Registrar General),2009-09-26,295 +171-173/UHC/Admin./2009,2009-09-08,Regarding Leave Sanction.,Prashant Joshi(Ragistrar -Inspection),2009-09-26,297 54/Upnirvachan/Panchayat/2009,2009-06-03,जनपद उधमसिंह नगर की सदसà¥â€à¤¯ गà¥à¤°à¤¾à¤® पंचायतों के उप निरà¥à¤µà¤¾à¤šà¤¨ हेतॠनिरà¥à¤§à¤¾à¤°à¤¿à¤¤ समय सारणी,Surendra Singh Rawat-District Magistrate USNagar(District Election Officer),2009-09-26,55 57/Upnivachan/Panchayat/2009,2009-06-03,जनपद पोडी गढवाल के गà¥à¤°à¤¾à¤® पà¥à¤°à¤§à¤¾à¤¨/सदसà¥â€à¤¯ गà¥à¤°à¤¾à¤® पंचायतों के उप निरà¥à¤µà¤¾à¤šà¤¨ हेतॠनिरà¥à¤§à¤¾à¤°à¤¿à¤¤ समय सारणी,District Election Officer(P)Pauri(District Election Officer),2009-09-26,56 269/P.Election/2009-10,2009-06-03,जनपद अलà¥â€à¤®à¥‹à¤¡à¤¾ के गà¥à¤°à¤¾à¤® पà¥à¤°à¤§à¤¾à¤¨/सदसà¥â€à¤¯ गà¥à¤°à¤¾à¤® पंचायतों के रिकà¥â€à¤¤ पदों पर उप निरà¥à¤µà¤¾à¤šà¤¨ हेतॠनिरà¥à¤§à¤¾à¤°à¤¿à¤¤ समय सारणी,District Election Officer(P) Almora(District Election Officer),2009-09-26,61 @@ -3935,59 +5407,106 @@ 1082/XXXI(1)/2009,2009-08-27,निमà¥â€à¤¨à¤²à¤¿à¤–ित निजी सचिव शà¥à¤°à¥‡à¤£à¥€-2 को निजी सचिव शà¥à¤°à¥‡à¤£à¥€-3 के रिकà¥â€à¤¤ पद पर पदोनà¥â€à¤¨à¤¤ किये जाने की सà¥â€à¤µà¥€à¤•ृति,M.H.Khan(Secretary),2009-09-26,382 1083/XXXI(1)/2009,2009-08-27,निमà¥â€à¤¨à¤²à¤¿à¤–ित निजी सचिव शà¥à¤°à¥‡à¤£à¥€-1 को निजी सचिव शà¥à¤°à¥‡à¤£à¥€-2के रिकà¥â€à¤¤ पद पर पदोनà¥â€à¤¨à¤¤ किये जाने की सà¥â€à¤µà¥€à¤•ृति,M.H.Khan(Secretary),2009-09-26,383 1084/XXXI(1)/2009,2009-08-27,निमà¥â€à¤¨à¤²à¤¿à¤–ित अपर निजी सचिवों को निजी सचिव शà¥à¤°à¥‡à¤£à¥€-1 के रिकà¥â€à¤¤ पद पर पदोनà¥â€à¤¨à¤¤ किये जाने की सà¥â€à¤µà¥€à¤•ृति,M.H.Khan(Secretary),2009-09-26,383 +161/UHC/Admin.A/2009,2009-08-31,Shri Seash Chandra CJ(JD)Rudraprayag is Transfer and Posted CJ(JD)Chakrota.,Ravindra Maithani(Registrar General),2009-09-26,295 +163/UHC/Admin.A/2009,2009-08-31,Ms.Parul Gairola SJM (CBI)Dehradun is Transfer and Posted CJ(JD)Roorkee.,Ravindra Maithani(Registrar General),2009-09-26,295 +166/UHDC/Admin.a/2009,2009-08-31,Shri Mohd.Yusuf 3rd Addl.CJ(JD) Kashipur is Transfer and Posted 2nd Addl.CJ(JD)USNagar.,Ravindra Maithani(Registrar General),2009-09-26,296 +169/UHC/Admin.A/2009,2009-09-04,Following Officer of the Civil Judge(JD) are Conferred with the Power of Judicial Magistrate Ist Class to Excercise...,Ravindra Maithani(Registrar General),2009-09-26,296 +158/UHC/Admin.A/2008,2009-08-31,Shri Uttam Singh Nabiyal Addl.District Session Judge Haridwar is Transfer to Rishikesh,Ravindra Maithani(Registrar General),2009-09-26,295 +"159/UHC/Admin,A/2009",2009-08-31,Shri Shahansha Mohd. Dilber Danish DJM Pauri is Transfer and Posted CJ(SD)Vikas Nagar,Ravindra Maithani(Registrar General),2009-09-26,295 +160/UHC/Admin.A/2009,2009-08-31,Shri Neena Agarwal ACJ(SD)Dehradun is Transfer and Posted CJM Pauri,Ravindra Maithani(Registrar General),2009-09-26,295 +171-173/UHC/Admin./2009,2009-09-08,Regarding Leave Sanction.,Prashant Joshi(Ragistrar -Inspection),2009-09-26,297 1085/XXXI(1)/2009,2009-08-27,निमà¥â€à¤¨à¤²à¤¿à¤–ित समीकà¥à¤·à¤¾ अधिकारियों को अनà¥à¤à¤¾à¤— अधिकारी के रिकà¥â€à¤¤ पदों पर पदोनà¥â€à¤¨à¤¤ किये जाने की सà¥â€à¤µà¥€à¤•ृति,M.H.Khan(Secretary),2009-09-26,383 1082/XXXI(1)/2009,2009-08-27,निमà¥â€à¤¨à¤²à¤¿à¤–ित निजी सचिव शà¥à¤°à¥‡à¤£à¥€-2 को निजी सचिव शà¥à¤°à¥‡à¤£à¥€-3 के रिकà¥â€à¤¤ पद पर पदोनà¥â€à¤¨à¤¤ किये जाने की सà¥â€à¤µà¥€à¤•ृति,M.H.Khan(Secretary),2009-09-26,382 1083/XXXI(1)/2009,2009-08-27,निमà¥â€à¤¨à¤²à¤¿à¤–ित निजी सचिव शà¥à¤°à¥‡à¤£à¥€-1 को निजी सचिव शà¥à¤°à¥‡à¤£à¥€-2के रिकà¥â€à¤¤ पद पर पदोनà¥â€à¤¨à¤¤ किये जाने की सà¥â€à¤µà¥€à¤•ृति,M.H.Khan(Secretary),2009-09-26,383 1084/XXXI(1)/2009,2009-08-27,निमà¥â€à¤¨à¤²à¤¿à¤–ित अपर निजी सचिवों को निजी सचिव शà¥à¤°à¥‡à¤£à¥€-1 के रिकà¥â€à¤¤ पद पर पदोनà¥â€à¤¨à¤¤ किये जाने की सà¥â€à¤µà¥€à¤•ृति,M.H.Khan(Secretary),2009-09-26,383 +672/XX(1)/78(193)/PPS/2007,2009-08-25,à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤‰à ¤ªà ¤¾à ¤§à ¥€à ¤•à ¥�à ¤·à ¤• à ¤¶à ¥�à ¤°à ¥€ à ¤—à ¤¿à ¤°à ¤¿à ¤¶à ¤šà ¤¨à ¥�â€�à ¤¦à ¥�à ¤° à ¤§à ¥�â€�à ¤¯à ¤¾à ¤¨à ¥€ à ¤•à ¥‹ 01.12.2002 à ¤¸à ¥‡ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤‰à ¤ªà ¤¾à ¤§à ¥€à ¤•à ¥�à ¤·à ¤• à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤ˆ à ¤•à ¤¿à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-09-26,382 +682/XX(1)/268/PPS/2004,2009-08-26,à ¤²à ¥‹à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤†à ¤¯à ¥‹à ¤— à ¤¹à ¤°à ¤¿à ¤¦à ¥�à ¤µà ¤¾à ¤° à ¤®à ¥‡à ¤‚ à ¤†à ¤¯à ¥‹à ¤œà ¤¿à ¤¤ à ¤šà ¤¯à ¤¨ à ¤¸à ¤®à ¤¿à ¤¤à ¤¿ à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¨à ¤¿à ¤°à ¤¿à ¤•à ¥�à ¤·à ¤•à ¥‹à ¤‚ à ¤•à ¥‹ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¨à ¤¿à ¤°à ¥€à ¤•à ¥�à ¤·à ¤• à ¤µà ¥‡à ¤¤à ¤¨à ¤®à ¤¾à ¤¨ ....,Subhash Kumar(PRINCIPAL SECRETARY),2009-09-26,382 +1031/XX(3)-55/CBI/2009,2009-09-14,Ms.Anuradha Garg All power to hear and try such cases in the filled after Investigation by CBI Delhi...,Bhaskra Nand(Additional Secretary),2009-09-26,385 1085/XXXI(1)/2009,2009-08-27,निमà¥â€à¤¨à¤²à¤¿à¤–ित समीकà¥à¤·à¤¾ अधिकारियों को अनà¥à¤à¤¾à¤— अधिकारी के रिकà¥â€à¤¤ पदों पर पदोनà¥â€à¤¨à¤¤ किये जाने की सà¥â€à¤µà¥€à¤•ृति,M.H.Khan(Secretary),2009-09-26,383 1082/XXXI(1)/2009,2009-08-27,निमà¥â€à¤¨à¤²à¤¿à¤–ित निजी सचिव शà¥à¤°à¥‡à¤£à¥€-2 को निजी सचिव शà¥à¤°à¥‡à¤£à¥€-3 के रिकà¥â€à¤¤ पद पर पदोनà¥â€à¤¨à¤¤ किये जाने की सà¥â€à¤µà¥€à¤•ृति,M.H.Khan(Secretary),2009-09-26,382 1083/XXXI(1)/2009,2009-08-27,निमà¥â€à¤¨à¤²à¤¿à¤–ित निजी सचिव शà¥à¤°à¥‡à¤£à¥€-1 को निजी सचिव शà¥à¤°à¥‡à¤£à¥€-2के रिकà¥â€à¤¤ पद पर पदोनà¥â€à¤¨à¤¤ किये जाने की सà¥â€à¤µà¥€à¤•ृति,M.H.Khan(Secretary),2009-09-26,383 1084/XXXI(1)/2009,2009-08-27,निमà¥â€à¤¨à¤²à¤¿à¤–ित अपर निजी सचिवों को निजी सचिव शà¥à¤°à¥‡à¤£à¥€-1 के रिकà¥â€à¤¤ पद पर पदोनà¥â€à¤¨à¤¤ किये जाने की सà¥â€à¤µà¥€à¤•ृति,M.H.Khan(Secretary),2009-09-26,383 672/XX(1)/78(193)/PPS/2007,2009-08-25,पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤• शà¥à¤°à¥€ गिरिशचनà¥â€à¤¦à¥à¤° धà¥â€à¤¯à¤¾à¤¨à¥€ को 01.12.2002 से पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤• के पद पर सà¥â€à¤¥à¤¾à¤ˆ किये जाने की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar(PRINCIPAL SECRETARY),2009-09-26,382 682/XX(1)/268/PPS/2004,2009-08-26,लोक सेवा आयोग हरिदà¥à¤µà¤¾à¤° में आयोजित चयन समिति दà¥à¤µà¤¾à¤°à¤¾ निमà¥â€à¤¨à¤²à¤¿à¤–ित पà¥à¤²à¤¿à¤¸ निरिकà¥à¤·à¤•ों को पà¥à¤²à¤¿à¤¸ निरीकà¥à¤·à¤• वेतनमान ....,Subhash Kumar(PRINCIPAL SECRETARY),2009-09-26,382 +1031/XX(3)-55/CBI/2009,2009-09-14,Ms.Anuradha Garg All power to hear and try such cases in the filled after Investigation by CBI Delhi...,Bhaskra Nand(Additional Secretary),2009-09-26,385 54/Upnirvachan/Panchayat/2009,2009-06-03,जनपद उधमसिंह नगर की सदसà¥â€à¤¯ गà¥à¤°à¤¾à¤® पंचायतों के उप निरà¥à¤µà¤¾à¤šà¤¨ हेतॠनिरà¥à¤§à¤¾à¤°à¤¿à¤¤ समय सारणी,Surendra Singh Rawat-District Magistrate USNagar(District Election Officer),2009-09-26,55 57/Upnivachan/Panchayat/2009,2009-06-03,जनपद पोडी गढवाल के गà¥à¤°à¤¾à¤® पà¥à¤°à¤§à¤¾à¤¨/सदसà¥â€à¤¯ गà¥à¤°à¤¾à¤® पंचायतों के उप निरà¥à¤µà¤¾à¤šà¤¨ हेतॠनिरà¥à¤§à¤¾à¤°à¤¿à¤¤ समय सारणी,District Election Officer(P)Pauri(District Election Officer),2009-09-26,56 269/P.Election/2009-10,2009-06-03,जनपद अलà¥â€à¤®à¥‹à¤¡à¤¾ के गà¥à¤°à¤¾à¤® पà¥à¤°à¤§à¤¾à¤¨/सदसà¥â€à¤¯ गà¥à¤°à¤¾à¤® पंचायतों के रिकà¥â€à¤¤ पदों पर उप निरà¥à¤µà¤¾à¤šà¤¨ हेतॠनिरà¥à¤§à¤¾à¤°à¤¿à¤¤ समय सारणी,District Election Officer(P) Almora(District Election Officer),2009-09-26,61 672/XX(1)/78(193)/PPS/2007,2009-08-25,पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤• शà¥à¤°à¥€ गिरिशचनà¥â€à¤¦à¥à¤° धà¥â€à¤¯à¤¾à¤¨à¥€ को 01.12.2002 से पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤• के पद पर सà¥â€à¤¥à¤¾à¤ˆ किये जाने की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar(PRINCIPAL SECRETARY),2009-09-26,382 682/XX(1)/268/PPS/2004,2009-08-26,लोक सेवा आयोग हरिदà¥à¤µà¤¾à¤° में आयोजित चयन समिति दà¥à¤µà¤¾à¤°à¤¾ निमà¥â€à¤¨à¤²à¤¿à¤–ित पà¥à¤²à¤¿à¤¸ निरिकà¥à¤·à¤•ों को पà¥à¤²à¤¿à¤¸ निरीकà¥à¤·à¤• वेतनमान ....,Subhash Kumar(PRINCIPAL SECRETARY),2009-09-26,382 +1031/XX(3)-55/CBI/2009,2009-09-14,Ms.Anuradha Garg All power to hear and try such cases in the filled after Investigation by CBI Delhi...,Bhaskra Nand(Additional Secretary),2009-09-26,385 1493/XXX-1-2009-25(8)/2004,2009-07-31,लोक सेवा आयोग दà¥à¤µà¤¾à¤°à¤¾ आयोजित राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर चयनित निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारियों को कारà¥à¤¯à¤à¤¾à¤° गà¥à¤°à¤¹à¤£ करने की सà¥â€à¤µà¥€à¤•ृति,Shatrughan Singh(Secretary),2009-10-03,388 642/2009/08(C)(100)XXVII/2009,2009-09-10,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ लोक सेवा आयोग हरिदà¥à¤µà¤¾à¤° दà¥à¤µà¤¾à¤°à¤¾ आयोजित उ0राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पद वाणà¥à¤œà¥à¤¯à¤¿à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक कमिशà¥â€à¤¨à¤° पद पर शà¥à¤°à¥€ अरविनà¥â€à¤¦ पà¥à¤°à¤¤à¤¾à¤ª सिंह की नियà¥à¤•à¥à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,M.L.Pant(Secretary),2009-10-03,390 +395/2(1)/2009,2009-06-15,Charge Certificate,Sharad Chandra Pandey(PRINCIPAL SECRETARY),2009-10-03,308 +532/2(1)/2009,2009-07-01,Handing Over Charge Certificate,R.C.Pasbola(Director),2009-10-03,308 428/XXIII/09/40/2004,2009-06-09,निमà¥â€à¤¨à¤²à¤¿à¤–ित सहायक आबकरी अधिकारियों को उप आबकारी आयà¥à¤•à¥â€à¤¤ के रिकà¥â€à¤¤ पदों पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Dr.Ranveer Singh(Secretary),2009-10-03,388 1493/XXX-1-2009-25(8)/2004,2009-07-31,लोक सेवा आयोग दà¥à¤µà¤¾à¤°à¤¾ आयोजित राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर चयनित निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारियों को कारà¥à¤¯à¤à¤¾à¤° गà¥à¤°à¤¹à¤£ करने की सà¥â€à¤µà¥€à¤•ृति,Shatrughan Singh(Secretary),2009-10-03,388 01/XXXVI(1)/2009-3-9/2002,2009-07-28,Three Member Interview board to Interview post of Notaries,R.D.Paliwal(Secretary),2009-10-03,391 642/2009/08(C)(100)XXVII/2009,2009-09-10,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ लोक सेवा आयोग हरिदà¥à¤µà¤¾à¤° दà¥à¤µà¤¾à¤°à¤¾ आयोजित उ0राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पद वाणà¥à¤œà¥à¤¯à¤¿à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक कमिशà¥â€à¤¨à¤° पद पर शà¥à¤°à¥€ अरविनà¥â€à¤¦ पà¥à¤°à¤¤à¤¾à¤ª सिंह की नियà¥à¤•à¥à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,M.L.Pant(Secretary),2009-10-03,390 +395/2(1)/2009,2009-06-15,Charge Certificate,Sharad Chandra Pandey(PRINCIPAL SECRETARY),2009-10-03,308 +532/2(1)/2009,2009-07-01,Handing Over Charge Certificate,R.C.Pasbola(Director),2009-10-03,308 1072/Ayuktkar/Form-Section/09,2009-06-19,निमà¥â€à¤¨à¤²à¤¿à¤žà¤–ित सूची में उलà¥à¤²à¤¿à¤–ित फारà¥à¤® à¤à¤« जिनके खो जाने चोरी हो जाने पर सूचनाà¤à¤‚ पà¥à¤°à¤¾à¤ªà¥â€à¤¤ हà¥à¤ˆ हे अवेध घोषित किये जाते है,M.L.Pant (Commissioner Tax Officer),2009-10-03,303 642/2009/08(C)(100)XXVII/2009,2009-09-10,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ लोक सेवा आयोग हरिदà¥à¤µà¤¾à¤° दà¥à¤µà¤¾à¤°à¤¾ आयोजित उ0राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पद वाणà¥à¤œà¥à¤¯à¤¿à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक कमिशà¥â€à¤¨à¤° पद पर शà¥à¤°à¥€ अरविनà¥â€à¤¦ पà¥à¤°à¤¤à¤¾à¤ª सिंह की नियà¥à¤•à¥à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,M.L.Pant(Secretary),2009-10-03,390 +395/2(1)/2009,2009-06-15,Charge Certificate,Sharad Chandra Pandey(PRINCIPAL SECRETARY),2009-10-03,308 +532/2(1)/2009,2009-07-01,Handing Over Charge Certificate,R.C.Pasbola(Director),2009-10-03,308 642/2009/08(C)(100)XXVII/2009,2009-09-10,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ लोक सेवा आयोग हरिदà¥à¤µà¤¾à¤° दà¥à¤µà¤¾à¤°à¤¾ आयोजित उ0राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पद वाणà¥à¤œà¥à¤¯à¤¿à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक कमिशà¥â€à¤¨à¤° पद पर शà¥à¤°à¥€ अरविनà¥â€à¤¦ पà¥à¤°à¤¤à¤¾à¤ª सिंह की नियà¥à¤•à¥à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,M.L.Pant(Secretary),2009-10-03,390 395/2(1)/2009,2009-06-15,Charge Certificate,Sharad Chandra Pandey(PRINCIPAL SECRETARY),2009-10-03,308 532/2(1)/2009,2009-07-01,Handing Over Charge Certificate,R.C.Pasbola(Director),2009-10-03,308 642/2009/08(C)(100)XXVII/2009,2009-09-10,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ लोक सेवा आयोग हरिदà¥à¤µà¤¾à¤° दà¥à¤µà¤¾à¤°à¤¾ आयोजित उ0राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पद वाणà¥à¤œà¥à¤¯à¤¿à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक कमिशà¥â€à¤¨à¤° पद पर शà¥à¤°à¥€ अरविनà¥â€à¤¦ पà¥à¤°à¤¤à¤¾à¤ª सिंह की नियà¥à¤•à¥à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,M.L.Pant(Secretary),2009-10-03,390 395/2(1)/2009,2009-06-15,Charge Certificate,Sharad Chandra Pandey(PRINCIPAL SECRETARY),2009-10-03,308 +532/2(1)/2009,2009-07-01,Handing Over Charge Certificate,R.C.Pasbola(Director),2009-10-03,308 642/2009/08(C)(100)XXVII/2009,2009-09-10,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ लोक सेवा आयोग हरिदà¥à¤µà¤¾à¤° दà¥à¤µà¤¾à¤°à¤¾ आयोजित उ0राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पद वाणà¥à¤œà¥à¤¯à¤¿à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक कमिशà¥â€à¤¨à¤° पद पर शà¥à¤°à¥€ अरविनà¥â€à¤¦ पà¥à¤°à¤¤à¤¾à¤ª सिंह की नियà¥à¤•à¥à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,M.L.Pant(Secretary),2009-10-03,390 +395/2(1)/2009,2009-06-15,Charge Certificate,Sharad Chandra Pandey(PRINCIPAL SECRETARY),2009-10-03,308 +532/2(1)/2009,2009-07-01,Handing Over Charge Certificate,R.C.Pasbola(Director),2009-10-03,308 01/XXXVI(1)/2009-3-9/2002,2009-07-28,Three Member Interview board to Interview post of Notaries,R.D.Paliwal(Secretary),2009-10-03,391 1493/XXX-1-2009-25(8)/2004,2009-07-31,लोक सेवा आयोग दà¥à¤µà¤¾à¤°à¤¾ आयोजित राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर चयनित निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारियों को कारà¥à¤¯à¤à¤¾à¤° गà¥à¤°à¤¹à¤£ करने की सà¥â€à¤µà¥€à¤•ृति,Shatrughan Singh(Secretary),2009-10-03,388 1072/Ayuktkar/Form-Section/09,2009-06-19,निमà¥â€à¤¨à¤²à¤¿à¤žà¤–ित सूची में उलà¥à¤²à¤¿à¤–ित फारà¥à¤® à¤à¤« जिनके खो जाने चोरी हो जाने पर सूचनाà¤à¤‚ पà¥à¤°à¤¾à¤ªà¥â€à¤¤ हà¥à¤ˆ हे अवेध घोषित किये जाते है,M.L.Pant (Commissioner Tax Officer),2009-10-03,303 +179/UHC/Admin.A/2009,2009-09-16,High Court is pleased to Appoint Ms.Anuradha Garg SJM(CBI) Dehradun.,Ravindra Maithani(Registrar General),2009-10-10,311 +714/5-Charge-Certificate,2009-09-14,Certificate of Handing Over Charge,"Neetu Joshi,Civil Judge-CD-Champawat(Civil Judge -CD)",2009-10-10,312 +180/UHC/XIV/48/2009,2009-09-16,Shri Uttamsingh Nabiyal ADJ(FTC)Haridwar is Sanction Leave.,Prashant Joshi(Ragistrar -Inspection),2009-10-10,312 +177/XIV/Admin.A/2009,2009-09-15,Reg.Leave Sanction,Prashant Joshi(Ragistrar -Inspection),2009-10-10,311 52/XXXVI(1)/2009-52/2009,2009-03-19,वरà¥à¤· 2009 में नोटरी कारà¥à¤¯ हेतॠनोटरियों की सूची,R.D.Paliwal(Secretary),2009-10-10,394 345/03/2009-10,2009-07-29,तहबाजारी उपनियम - नगर पालिका परिषद शà¥à¤°à¥€à¤¨à¤—र गढवाल,"Mohan Lal Jain,President Nagar Palika Parisad Shin(President)",2009-10-10,17 +179/UHC/Admin.A/2009,2009-09-16,High Court is pleased to Appoint Ms.Anuradha Garg SJM(CBI) Dehradun.,Ravindra Maithani(Registrar General),2009-10-10,311 +714/5-Charge-Certificate,2009-09-14,Certificate of Handing Over Charge,"Neetu Joshi,Civil Judge-CD-Champawat(Civil Judge -CD)",2009-10-10,312 +180/UHC/XIV/48/2009,2009-09-16,Shri Uttamsingh Nabiyal ADJ(FTC)Haridwar is Sanction Leave.,Prashant Joshi(Ragistrar -Inspection),2009-10-10,312 +177/XIV/Admin.A/2009,2009-09-15,Reg.Leave Sanction,Prashant Joshi(Ragistrar -Inspection),2009-10-10,311 52/XXXVI(1)/2009-52/2009,2009-03-19,वरà¥à¤· 2009 में नोटरी कारà¥à¤¯ हेतॠनोटरियों की सूची,R.D.Paliwal(Secretary),2009-10-10,394 831/IV(1)/2009-01(32)/09,2009-09-17,Reg.Shri Chander Sheker Ward Member Tanakpur,Anoop Wadhawan(Secretary),2009-10-10,394 184/UHC/Admin.a/2009,2009-09-23,"Shri Jayendra Singh,CJ(JD)Gopeshwar, will also Civil Judge(JD)Joshimath",Ravindra Maithani(Registrar General),2009-10-17,315 185/UHC/Admin/20009,2009-09-25,Ho'ble Justice Tarun Agarwal Assumed charge of Judge of the Uttarakhand High Court 25 Sept.2009,Ravindra Maithani(Registrar General),2009-10-17,315 +183/UHC/11/Admin/2009,2009-09-23,Shri Mithilesh JHa CJ(JD)Bageshwar will Also CJ(JD)Garur.,Ravindra Maithani(Registrar General),2009-10-17,315 621/XXXI(13)/G/07(71)/07,2009-09-24,से0नि0 शà¥à¤°à¥€ आर0à¤0शरà¥à¤®à¤¾ की अधà¥â€à¤¯à¤•à¥à¤·à¤¤à¤¾ में गठित à¤à¤•ल सदसà¥â€à¤¯à¥€à¤¯ जांच आयोग का कारà¥à¤¯à¤•ाल 1 वरà¥à¤· के लिठबढाये जाने की सà¥â€à¤µà¥€à¤•ृति,Rajeev Chandra(Secretary),2009-10-17,416 56/2009/PPS(II)/09,2009-09-14,Specifying the Name of Recognised National and State Parties Registered-unrecognised Parties and List of Free Symbols.,Radha Raturi(Secretary),2009-10-17,133 621/XXXI(13)/G/07(71)/07,2009-09-24,से0नि0 शà¥à¤°à¥€ आर0à¤0शरà¥à¤®à¤¾ की अधà¥â€à¤¯à¤•à¥à¤·à¤¤à¤¾ में गठित à¤à¤•ल सदसà¥â€à¤¯à¥€à¤¯ जांच आयोग का कारà¥à¤¯à¤•ाल 1 वरà¥à¤· के लिठबढाये जाने की सà¥â€à¤µà¥€à¤•ृति,Rajeev Chandra(Secretary),2009-10-17,416 184/UHC/Admin.a/2009,2009-09-23,"Shri Jayendra Singh,CJ(JD)Gopeshwar, will also Civil Judge(JD)Joshimath",Ravindra Maithani(Registrar General),2009-10-17,315 185/UHC/Admin/20009,2009-09-25,Ho'ble Justice Tarun Agarwal Assumed charge of Judge of the Uttarakhand High Court 25 Sept.2009,Ravindra Maithani(Registrar General),2009-10-17,315 +183/UHC/11/Admin/2009,2009-09-23,Shri Mithilesh JHa CJ(JD)Bageshwar will Also CJ(JD)Garur.,Ravindra Maithani(Registrar General),2009-10-17,315 +186/UHC/XIV/Admin/2009,2009-09-25,Reg.Leave Sanction Shri Amit Kumar Sirohi CJM USNagar,Prashant Joshi(Ragistrar -Inspection),2009-10-24,317 +187/XIV/39/Admin.A/2009,2009-10-06,"Reg.Leave Sanction Shri Laxman Singh,Judicial Magistrate Rudraprayag.",Prashant Joshi(Ragistrar -Inspection),2009-10-24,317 +188/XIV.40/Admin.A/2009,2009-10-07,"Reg.Leave Sanction Smt.Deepali Sharma,CJ(JD)Laksar",Prashant Joshi(Ragistrar -Inspection),2009-10-24,317 +190/UHC/XIV/57/Admin/2009,2009-10-09,"Reg.Leave Sanction Shri Ajay Chaudhary,JM-Chamoli",Prashant Joshi(Ragistrar -Inspection),2009-10-24,317 +193/UHC/XIV-93/Admin/2009,2009-10-13,"Reg.Leave Sanction Shri Sanjeev Kumar, CJ(JD)Srinagar Pauri",Prashant Joshi (Ragistrar -Inspection),2009-10-24,317 1428/VIII/544-ESI/2005,2009-10-13,"उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ परिवहन निगम देहरादून के करà¥à¤®à¤šà¤¾à¤°à¤¿à¤¯à¥‹à¤‚ को करà¥à¤®à¤šà¤¾à¤°à¥€ राजà¥â€à¤¯ बीमा अधिनियम 1949 के अधीन उपबनà¥à¤§à¤¿à¤¤ लाà¤à¥‹à¤‚ से उचà¥â€à¤šà¤¤à¤° लाठ,,,,",Dr.Dilbag Singh(Secretary),2009-10-24,422 1956/XXX-1-09-18(15)/2002-TC,2009-10-13,"Reg.Shri Ramdutt,Promoted to the post of Deputy Collector Pithoragarh.",Shatrughan Singh(Secretary),2009-10-24,421 +598/2009/XXVII(8)/S.A/05,2009-10-13,"à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤•à ¥‡ à ¤®à ¤£à ¥�â€�à ¤¡à ¤²à ¥€à ¤¯ à ¤¸à ¥�â€�à ¤¤à ¤°(à ¤¸à ¤‚à ¤Âà ¤¾à ¤—à ¥€à ¤¯ à ¤¸à ¥�â€�à ¤¤à ¤°) à ¤¹à ¥‡à ¤¤à ¥� à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€,à ¤…à ¤ªà ¥€à ¤²à ¥€à ¤¯ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿",Alok Kumar Jain(PRINCIPAL SECRETARY),2009-10-24,420 1428/VIII/544-ESI/2005,2009-10-13,"उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ परिवहन निगम देहरादून के करà¥à¤®à¤šà¤¾à¤°à¤¿à¤¯à¥‹à¤‚ को करà¥à¤®à¤šà¤¾à¤°à¥€ राजà¥â€à¤¯ बीमा अधिनियम 1949 के अधीन उपबनà¥à¤§à¤¿à¤¤ लाà¤à¥‹à¤‚ से उचà¥â€à¤šà¤¤à¤° लाठ,,,,",Dr.Dilbag Singh(Secretary),2009-10-24,422 1956/XXX-1-09-18(15)/2002-TC,2009-10-13,"Reg.Shri Ramdutt,Promoted to the post of Deputy Collector Pithoragarh.",Shatrughan Singh(Secretary),2009-10-24,421 +598/2009/XXVII(8)/S.A/05,2009-10-13,"à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤•à ¥‡ à ¤®à ¤£à ¥�â€�à ¤¡à ¤²à ¥€à ¤¯ à ¤¸à ¥�â€�à ¤¤à ¤°(à ¤¸à ¤‚à ¤Âà ¤¾à ¤—à ¥€à ¤¯ à ¤¸à ¥�â€�à ¤¤à ¤°) à ¤¹à ¥‡à ¤¤à ¥� à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€,à ¤…à ¤ªà ¥€à ¤²à ¥€à ¤¯ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿",Alok Kumar Jain(PRINCIPAL SECRETARY),2009-10-24,420 1520/II-2009-02(10)/2005,2009-10-08,शà¥à¤°à¥€ मà¥à¤¹à¤®à¥â€à¤®à¤¦ अधीकà¥à¤·à¤£ अà¤à¤¿à¤¯à¤‚ता हलà¥â€à¤¦à¥à¤µà¤¾à¤¨à¥€ को अपने कारà¥à¤¯ के साथ-साथ मà¥à¤–à¥â€à¤¯ अà¤à¤¿à¤¯à¤‚ता à¤à¤‚व विà¤à¤¾à¤—ाधà¥â€à¤¯à¤•à¥à¤· का अतिरिकà¥â€à¤¤ कारà¥à¤¯à¤à¤¾à¤° दिये जाने की सà¥â€à¤µà¥€à¤•ृति,N.S.Napalchyal(Addl Chief Secretary),2009-10-24,418 2391/VII-2-09/24/2007,2009-10-05,ईंट मिटटी पर रायलà¥â€à¤Ÿà¥€ हेतॠवारà¥à¤·à¤¿à¤• समाधान योजना के समà¥â€à¤¬à¤¨à¥â€à¤§ में,P.C.Sharma(PRINCIPAL SECRETARY),2009-10-24,418 1520/II-2009-02(10)/2005,2009-10-08,शà¥à¤°à¥€ मà¥à¤¹à¤®à¥â€à¤®à¤¦ अधीकà¥à¤·à¤£ अà¤à¤¿à¤¯à¤‚ता हलà¥â€à¤¦à¥à¤µà¤¾à¤¨à¥€ को अपने कारà¥à¤¯ के साथ-साथ मà¥à¤–à¥â€à¤¯ अà¤à¤¿à¤¯à¤‚ता à¤à¤‚व विà¤à¤¾à¤—ाधà¥â€à¤¯à¤•à¥à¤· का अतिरिकà¥â€à¤¤ कारà¥à¤¯à¤à¤¾à¤° दिये जाने की सà¥â€à¤µà¥€à¤•ृति,N.S.Napalchyal(Addl Chief Secretary),2009-10-24,418 +598/2009/XXVII(8)/S.A/05,2009-10-13,"à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤•à ¥‡ à ¤®à ¤£à ¥�â€�à ¤¡à ¤²à ¥€à ¤¯ à ¤¸à ¥�â€�à ¤¤à ¤°(à ¤¸à ¤‚à ¤Âà ¤¾à ¤—à ¥€à ¤¯ à ¤¸à ¥�â€�à ¤¤à ¤°) à ¤¹à ¥‡à ¤¤à ¥� à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€,à ¤…à ¤ªà ¥€à ¤²à ¥€à ¤¯ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿",Alok Kumar Jain(PRINCIPAL SECRETARY),2009-10-24,420 598/2009/XXVII(8)/S.A/05,2009-10-13,"वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के मणà¥â€à¤¡à¤²à¥€à¤¯ सà¥â€à¤¤à¤°(संà¤à¤¾à¤—ीय सà¥â€à¤¤à¤°) हेतॠलोक सूचना अधिकारी,अपीलीय अधिकारी नामित करने की सà¥â€à¤µà¥€à¤•ृति",Alok Kumar Jain(PRINCIPAL SECRETARY),2009-10-24,420 2391/VII-2-09/24/2007,2009-10-05,ईंट मिटटी पर रायलà¥â€à¤Ÿà¥€ हेतॠवारà¥à¤·à¤¿à¤• समाधान योजना के समà¥â€à¤¬à¤¨à¥â€à¤§ में,P.C.Sharma(PRINCIPAL SECRETARY),2009-10-24,418 +186/UHC/XIV/Admin/2009,2009-09-25,Reg.Leave Sanction Shri Amit Kumar Sirohi CJM USNagar,Prashant Joshi(Ragistrar -Inspection),2009-10-24,317 +187/XIV/39/Admin.A/2009,2009-10-06,"Reg.Leave Sanction Shri Laxman Singh,Judicial Magistrate Rudraprayag.",Prashant Joshi(Ragistrar -Inspection),2009-10-24,317 +188/XIV.40/Admin.A/2009,2009-10-07,"Reg.Leave Sanction Smt.Deepali Sharma,CJ(JD)Laksar",Prashant Joshi(Ragistrar -Inspection),2009-10-24,317 +190/UHC/XIV/57/Admin/2009,2009-10-09,"Reg.Leave Sanction Shri Ajay Chaudhary,JM-Chamoli",Prashant Joshi(Ragistrar -Inspection),2009-10-24,317 +193/UHC/XIV-93/Admin/2009,2009-10-13,"Reg.Leave Sanction Shri Sanjeev Kumar, CJ(JD)Srinagar Pauri",Prashant Joshi (Ragistrar -Inspection),2009-10-24,317 1520/II-2009-02(10)/2005,2009-10-08,शà¥à¤°à¥€ मà¥à¤¹à¤®à¥â€à¤®à¤¦ अधीकà¥à¤·à¤£ अà¤à¤¿à¤¯à¤‚ता हलà¥â€à¤¦à¥à¤µà¤¾à¤¨à¥€ को अपने कारà¥à¤¯ के साथ-साथ मà¥à¤–à¥â€à¤¯ अà¤à¤¿à¤¯à¤‚ता à¤à¤‚व विà¤à¤¾à¤—ाधà¥â€à¤¯à¤•à¥à¤· का अतिरिकà¥â€à¤¤ कारà¥à¤¯à¤à¤¾à¤° दिये जाने की सà¥â€à¤µà¥€à¤•ृति,N.S.Napalchyal(Addl Chief Secretary),2009-10-24,418 +598/2009/XXVII(8)/S.A/05,2009-10-13,"à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤•à ¥‡ à ¤®à ¤£à ¥�â€�à ¤¡à ¤²à ¥€à ¤¯ à ¤¸à ¥�â€�à ¤¤à ¤°(à ¤¸à ¤‚à ¤Âà ¤¾à ¤—à ¥€à ¤¯ à ¤¸à ¥�â€�à ¤¤à ¤°) à ¤¹à ¥‡à ¤¤à ¥� à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€,à ¤…à ¤ªà ¥€à ¤²à ¥€à ¤¯ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿",Alok Kumar Jain(PRINCIPAL SECRETARY),2009-10-24,420 +598/2009/XXVII(8)/S.A/05,2009-10-13,"à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤•à ¥‡ à ¤®à ¤£à ¥�â€�à ¤¡à ¤²à ¥€à ¤¯ à ¤¸à ¥�â€�à ¤¤à ¤°(à ¤¸à ¤‚à ¤Âà ¤¾à ¤—à ¥€à ¤¯ à ¤¸à ¥�â€�à ¤¤à ¤°) à ¤¹à ¥‡à ¤¤à ¥� à ¤²à ¥‹à ¤• à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€,à ¤…à ¤ªà ¥€à ¤²à ¥€à ¤¯ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¨à ¤¾à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿",Alok Kumar Jain(PRINCIPAL SECRETARY),2009-10-24,420 889/XXVIII-3-2009-133/2007,2009-10-15,"शà¥à¤°à¥€ डी0के0शरà¥à¤®à¤¾,लोक विशà¥â€à¤²à¥‡à¤·à¤• कमà¥â€à¤ªà¥‹à¤œà¤¿à¤Ÿ पà¥à¤°à¤¯à¥‹à¤—शाला सोलन हि0पà¥à¤°à¤¦à¥‡à¤¶ को उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ के खाà¥à¤¦à¥à¤¯ शà¥à¤°à¥‡à¤£à¥€ के समà¥â€à¤¸à¥â€à¤¤ बसà¥â€à¤¤à¥à¤“ं के विशà¥â€à¤²à¥‡à¤·à¤£à¤¾ हेतॠलोक विशà¥â€à¤²à¥‡à¤·à¤• नियà¥à¤•à¥â€à¤¤ करते है",Keshav Deshiraju(PRINCIPAL SECRETARY),2009-10-24,421 1956/XXX-1-09-18(15)/2002-TC,2009-10-13,"Reg.Shri Ramdutt,Promoted to the post of Deputy Collector Pithoragarh.",Shatrughan Singh(Secretary),2009-10-24,421 889/XXVIII-3-2009-133/2007,2009-10-15,"शà¥à¤°à¥€ डी0के0शरà¥à¤®à¤¾,लोक विशà¥â€à¤²à¥‡à¤·à¤• कमà¥â€à¤ªà¥‹à¤œà¤¿à¤Ÿ पà¥à¤°à¤¯à¥‹à¤—शाला सोलन हि0पà¥à¤°à¤¦à¥‡à¤¶ को उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ के खाà¥à¤¦à¥à¤¯ शà¥à¤°à¥‡à¤£à¥€ के समà¥â€à¤¸à¥â€à¤¤ बसà¥â€à¤¤à¥à¤“ं के विशà¥â€à¤²à¥‡à¤·à¤£à¤¾ हेतॠलोक विशà¥â€à¤²à¥‡à¤·à¤• नियà¥à¤•à¥â€à¤¤ करते है",Keshav Deshiraju(PRINCIPAL SECRETARY),2009-10-24,421 @@ -4028,79 +5547,134 @@ 1279/10-1-2009-4(18)/2009,2009-10-20,à¤à¤¾à¤°à¤¤à¥€à¤¯ वन सेवा उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सवंरà¥à¤— के निमà¥â€à¤¨à¤²à¤¿à¤–ित दो अधिकारियों को पà¥à¤°à¤¾à¤‡à¥› किये जाने की सà¥â€à¤µà¥€à¤•ृति,Nrip Singh Napalchyal(Addl Chief Secretary),2009-11-07,436 718/XXVII(1)/2009,2009-10-30,शà¥à¤°à¥€ टी0à¤à¤¨0सिंह को तृâ€à¤¤à¥€à¤¯ राजà¥â€à¤¯ वितà¥â€à¤¤ आयोग हतॠविशेष कारà¥à¤¯à¤¾à¤§à¤¿à¤•ारी के पद पर तैनात किया जाता है,Radha Raturi(Secretary),2009-11-07,438 768/XXVII-4(1)/2009,2009-10-22,à¤à¤®0à¤à¤²0à¤0 टांजिट हासà¥â€à¤Ÿà¤² में मा0 विधान सà¤à¤¾ सदसà¥â€à¤¯à¥‹à¤‚ को आबंटित ककà¥à¤·à¥‹à¤‚ में à¤0सी0अनà¥à¤®à¤¨à¥â€à¤¯ कराये जाने की सà¥â€à¤µà¥€à¤•ृति,Utpal Kumar Singh(Secretary),2009-11-07,438 +869/XX(1).127/CBI Jaanch/2009,2009-10-26,CBI Investigation of Crime NO170/2008 Relating the theft of arms and ammunition from Kote of Headquarter Uttarakhand Sub Area Dehradun,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-07,437 768/XXVII-4(1)/2009,2009-10-22,à¤à¤®0à¤à¤²0à¤0 टांजिट हासà¥â€à¤Ÿà¤² में मा0 विधान सà¤à¤¾ सदसà¥â€à¤¯à¥‹à¤‚ को आबंटित ककà¥à¤·à¥‹à¤‚ में à¤0सी0अनà¥à¤®à¤¨à¥â€à¤¯ कराये जाने की सà¥â€à¤µà¥€à¤•ृति,Utpal Kumar Singh(Secretary),2009-11-07,438 796/XXVIII-1(4)/2009-01/01,2009-10-22,राजà¥â€à¤¯à¤ªà¤¾à¤² उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ आरà¥à¤¯à¥à¤µà¥‡à¤¦ विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ अधिनियम 2009 को पवृत करने के लिठ22 जà¥à¤²à¤¾à¤ˆ 2009 की तारीख नियत करते है,Keshav Desiraju(PRINCIPAL SECRETARY),2009-11-07,436 +869/XX(1).127/CBI Jaanch/2009,2009-10-26,CBI Investigation of Crime NO170/2008 Relating the theft of arms and ammunition from Kote of Headquarter Uttarakhand Sub Area Dehradun,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-07,437 796/XXVIII-1(4)/2009-01/01,2009-10-22,राजà¥â€à¤¯à¤ªà¤¾à¤² उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ आरà¥à¤¯à¥à¤µà¥‡à¤¦ विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ अधिनियम 2009 को पवृत करने के लिठ22 जà¥à¤²à¤¾à¤ˆ 2009 की तारीख नियत करते है,Keshav Desiraju(PRINCIPAL SECRETARY),2009-11-07,436 +869/XX(1).127/CBI Jaanch/2009,2009-10-26,CBI Investigation of Crime NO170/2008 Relating the theft of arms and ammunition from Kote of Headquarter Uttarakhand Sub Area Dehradun,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-07,437 192/VIII-A-1/Stat/UHC/2008,2009-10-13,Court shall remain closed on 15.10.2009 on account of Dhanteres and in lieu Remain Open 07/11/2009(Saturday),Ravindra Maithani(Registrar General),2009-11-07,325 +195/UHC/Stationary/2009,2009-10-14,List of Holidays 2010,Ravindra Maithani(Registrar General),2009-11-07,326 +"196/XIV/14/Admin,A./2009",2009-10-23,Shri Dharmendra Kumar Singh ACJ(JD) roorkee is hereby Sanction Leave.,Prashant Joshi(Ragistrar -Inspection),2009-11-07,196 796/XXVIII-1(4)/2009-01/01,2009-10-22,राजà¥â€à¤¯à¤ªà¤¾à¤² उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ आरà¥à¤¯à¥à¤µà¥‡à¤¦ विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ अधिनियम 2009 को पवृत करने के लिठ22 जà¥à¤²à¤¾à¤ˆ 2009 की तारीख नियत करते है,Keshav Desiraju(PRINCIPAL SECRETARY),2009-11-07,436 +869/XX(1).127/CBI Jaanch/2009,2009-10-26,CBI Investigation of Crime NO170/2008 Relating the theft of arms and ammunition from Kote of Headquarter Uttarakhand Sub Area Dehradun,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-07,437 1632/I(2)/2009-04(3)/22/2008,2009-10-26,जल विदà¥à¤¯à¥à¤¤ परियोजनाओं के समà¥â€à¤¬à¤¨à¥â€à¤§ में 01 अपà¥à¤°à¥ˆà¤² 2009 से पà¥à¤°à¤¤à¤¿ यà¥à¤¨à¤¿à¤Ÿ शà¥à¤²à¥â€à¤• की दर 40 पैसा पà¥à¤°à¤¤à¤¿ यूनिट के सà¥â€à¤¥à¤¾à¤¨à¤¨ पर 30 पैसा पà¥à¤°à¤¤à¤¿ यà¥à¤¨à¤¿à¤Ÿ किये जाने की सà¥â€à¤µà¥€à¤•ृति,Saurab Jain(PRINCIPAL SECRETARY),2009-11-07,439 841/XXIV-2/09/12(4)/2009,2009-10-16,शà¥à¤°à¥€ नवीन चनà¥â€à¤¦à¥à¤° कबडवाल को पदोनà¥â€à¤¨à¤¤ करते हà¥à¤ अपर शिकà¥à¤·à¤¾ निदेशक सà¥â€à¤¤à¤° पर तैनात किये जाने की सà¥â€à¤µà¥€à¤•ृति,Dr.Rakesh Kumar(Secretary),2009-11-07,437 841/XXIV-2/09/12(4)/2009,2009-10-16,शà¥à¤°à¥€ नवीन चनà¥â€à¤¦à¥à¤° कबडवाल को पदोनà¥â€à¤¨à¤¤ करते हà¥à¤ अपर शिकà¥à¤·à¤¾ निदेशक सà¥â€à¤¤à¤° पर तैनात किये जाने की सà¥â€à¤µà¥€à¤•ृति,Dr.Rakesh Kumar(Secretary),2009-11-07,437 718/XXVII(1)/2009,2009-10-30,शà¥à¤°à¥€ टी0à¤à¤¨0सिंह को तृâ€à¤¤à¥€à¤¯ राजà¥â€à¤¯ वितà¥â€à¤¤ आयोग हतॠविशेष कारà¥à¤¯à¤¾à¤§à¤¿à¤•ारी के पद पर तैनात किया जाता है,Radha Raturi(Secretary),2009-11-07,438 +869/XX(1).127/CBI Jaanch/2009,2009-10-26,CBI Investigation of Crime NO170/2008 Relating the theft of arms and ammunition from Kote of Headquarter Uttarakhand Sub Area Dehradun,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-07,437 1278/10-1-2009-4(26)/2008,2009-10-20,शà¥à¤°à¥€ à¤à¤¸0à¤à¤¸0शरà¥à¤®à¤¾ à¤à¤¾à¤°à¤¤à¥€à¤¯ वन सेवा को पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤ पà¥à¤°à¤®à¥à¤– वन सेवक के पद परतैनात किये जाने की सà¥â€à¤µà¥€à¤•ृति,Nrip Singh Napalchyal(Addl Chief Secretary),2009-11-07,436 1279/10-1-2009-4(18)/2009,2009-10-20,à¤à¤¾à¤°à¤¤à¥€à¤¯ वन सेवा उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सवंरà¥à¤— के निमà¥â€à¤¨à¤²à¤¿à¤–ित दो अधिकारियों को पà¥à¤°à¤¾à¤‡à¥› किये जाने की सà¥â€à¤µà¥€à¤•ृति,Nrip Singh Napalchyal(Addl Chief Secretary),2009-11-07,436 718/XXVII(1)/2009,2009-10-30,शà¥à¤°à¥€ टी0à¤à¤¨0सिंह को तृâ€à¤¤à¥€à¤¯ राजà¥â€à¤¯ वितà¥â€à¤¤ आयोग हतॠविशेष कारà¥à¤¯à¤¾à¤§à¤¿à¤•ारी के पद पर तैनात किया जाता है,Radha Raturi(Secretary),2009-11-07,438 1278/10-1-2009-4(26)/2008,2009-10-20,शà¥à¤°à¥€ à¤à¤¸0à¤à¤¸0शरà¥à¤®à¤¾ à¤à¤¾à¤°à¤¤à¥€à¤¯ वन सेवा को पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤ पà¥à¤°à¤®à¥à¤– वन सेवक के पद परतैनात किये जाने की सà¥â€à¤µà¥€à¤•ृति,Nrip Singh Napalchyal(Addl Chief Secretary),2009-11-07,436 1279/10-1-2009-4(18)/2009,2009-10-20,à¤à¤¾à¤°à¤¤à¥€à¤¯ वन सेवा उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सवंरà¥à¤— के निमà¥â€à¤¨à¤²à¤¿à¤–ित दो अधिकारियों को पà¥à¤°à¤¾à¤‡à¥› किये जाने की सà¥â€à¤µà¥€à¤•ृति,Nrip Singh Napalchyal(Addl Chief Secretary),2009-11-07,436 192/VIII-A-1/Stat/UHC/2008,2009-10-13,Court shall remain closed on 15.10.2009 on account of Dhanteres and in lieu Remain Open 07/11/2009(Saturday),Ravindra Maithani(Registrar General),2009-11-07,325 +195/UHC/Stationary/2009,2009-10-14,List of Holidays 2010,Ravindra Maithani(Registrar General),2009-11-07,326 +"196/XIV/14/Admin,A./2009",2009-10-23,Shri Dharmendra Kumar Singh ACJ(JD) roorkee is hereby Sanction Leave.,Prashant Joshi(Ragistrar -Inspection),2009-11-07,196 718/XXVII(1)/2009,2009-10-30,शà¥à¤°à¥€ टी0à¤à¤¨0सिंह को तृâ€à¤¤à¥€à¤¯ राजà¥â€à¤¯ वितà¥â€à¤¤ आयोग हतॠविशेष कारà¥à¤¯à¤¾à¤§à¤¿à¤•ारी के पद पर तैनात किया जाता है,Radha Raturi(Secretary),2009-11-07,438 1632/I(2)/2009-04(3)/22/2008,2009-10-26,जल विदà¥à¤¯à¥à¤¤ परियोजनाओं के समà¥â€à¤¬à¤¨à¥â€à¤§ में 01 अपà¥à¤°à¥ˆà¤² 2009 से पà¥à¤°à¤¤à¤¿ यà¥à¤¨à¤¿à¤Ÿ शà¥à¤²à¥â€à¤• की दर 40 पैसा पà¥à¤°à¤¤à¤¿ यूनिट के सà¥â€à¤¥à¤¾à¤¨à¤¨ पर 30 पैसा पà¥à¤°à¤¤à¤¿ यà¥à¤¨à¤¿à¤Ÿ किये जाने की सà¥â€à¤µà¥€à¤•ृति,Saurab Jain(PRINCIPAL SECRETARY),2009-11-07,439 1278/10-1-2009-4(26)/2008,2009-10-20,शà¥à¤°à¥€ à¤à¤¸0à¤à¤¸0शरà¥à¤®à¤¾ à¤à¤¾à¤°à¤¤à¥€à¤¯ वन सेवा को पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤ पà¥à¤°à¤®à¥à¤– वन सेवक के पद परतैनात किये जाने की सà¥â€à¤µà¥€à¤•ृति,Nrip Singh Napalchyal(Addl Chief Secretary),2009-11-07,436 1279/10-1-2009-4(18)/2009,2009-10-20,à¤à¤¾à¤°à¤¤à¥€à¤¯ वन सेवा उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सवंरà¥à¤— के निमà¥â€à¤¨à¤²à¤¿à¤–ित दो अधिकारियों को पà¥à¤°à¤¾à¤‡à¥› किये जाने की सà¥â€à¤µà¥€à¤•ृति,Nrip Singh Napalchyal(Addl Chief Secretary),2009-11-07,436 +869/XX(1).127/CBI Jaanch/2009,2009-10-26,CBI Investigation of Crime NO170/2008 Relating the theft of arms and ammunition from Kote of Headquarter Uttarakhand Sub Area Dehradun,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-07,437 718/XXVII(1)/2009,2009-10-30,शà¥à¤°à¥€ टी0à¤à¤¨0सिंह को तृâ€à¤¤à¥€à¤¯ राजà¥â€à¤¯ वितà¥â€à¤¤ आयोग हतॠविशेष कारà¥à¤¯à¤¾à¤§à¤¿à¤•ारी के पद पर तैनात किया जाता है,Radha Raturi(Secretary),2009-11-07,438 796/XXVIII-1(4)/2009-01/01,2009-10-22,राजà¥â€à¤¯à¤ªà¤¾à¤² उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ आरà¥à¤¯à¥à¤µà¥‡à¤¦ विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ अधिनियम 2009 को पवृत करने के लिठ22 जà¥à¤²à¤¾à¤ˆ 2009 की तारीख नियत करते है,Keshav Desiraju(PRINCIPAL SECRETARY),2009-11-07,436 718/XXVII(1)/2009,2009-10-30,शà¥à¤°à¥€ टी0à¤à¤¨0सिंह को तृâ€à¤¤à¥€à¤¯ राजà¥â€à¤¯ वितà¥â€à¤¤ आयोग हतॠविशेष कारà¥à¤¯à¤¾à¤§à¤¿à¤•ारी के पद पर तैनात किया जाता है,Radha Raturi(Secretary),2009-11-07,438 +1323/XX(2)/177/Security/2006,2009-11-05,The Entire area from Gori Bridge to Jauljivi and area upto 1 km to the north on the Dharchula Motor Road.,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-14,442 +1323/XX(2)/177/Security/2006,2009-11-05,The Entire area from Gori Bridge to Jauljivi and area upto 1 km to the north on the Dharchula Motor Road.,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-14,442 +1323/XX(2)/177/Security/2006,2009-11-05,The Entire area from Gori Bridge to Jauljivi and area upto 1 km to the north on the Dharchula Motor Road.,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-14,442 198/UHC/Admin/2007,2009-10-28,"Shri Harish Kumar Goel,ADSJ-4th FTC Haridwar is confirmed priside over the special court at Haridwar Under UP Gangsters and Anti Social Activities.",Ravindra Maithani(Registrar General),2009-11-14,329 +197/UHC/XIV/68/Admin,2009-10-26,"Shri Bindhyachal Singh,CJM Bageshwar is hereby Sanction Leave.",Prashant Joshi(Ragistrar -Inspection),2009-11-14,329 +1323/XX(2)/177/Security/2006,2009-11-05,The Entire area from Gori Bridge to Jauljivi and area upto 1 km to the north on the Dharchula Motor Road.,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-14,442 No....,2009-11-14,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ मà¥à¤•à¥â€à¤¤ विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ हलà¥â€à¤¦à¥à¤µà¤¾à¤¨à¥€ नैनीताल पà¥à¤°à¤¥à¤® अधà¥â€à¤¯à¤¾à¤¦à¥‡à¤¶ 2009,Radhika Jha(Additional Secretary),2009-11-14,443 No....,2009-11-14,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ मà¥à¤•à¥â€à¤¤ विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ हलà¥â€à¤¦à¥à¤µà¤¾à¤¨à¥€ नैनीताल पà¥à¤°à¤¥à¤® अधà¥â€à¤¯à¤¾à¤¦à¥‡à¤¶ 2009,Radhika Jha(Additional Secretary),2009-11-14,443 +1323/XX(2)/177/Security/2006,2009-11-05,The Entire area from Gori Bridge to Jauljivi and area upto 1 km to the north on the Dharchula Motor Road.,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-14,442 198/UHC/Admin/2007,2009-10-28,"Shri Harish Kumar Goel,ADSJ-4th FTC Haridwar is confirmed priside over the special court at Haridwar Under UP Gangsters and Anti Social Activities.",Ravindra Maithani(Registrar General),2009-11-14,329 +197/UHC/XIV/68/Admin,2009-10-26,"Shri Bindhyachal Singh,CJM Bageshwar is hereby Sanction Leave.",Prashant Joshi(Ragistrar -Inspection),2009-11-14,329 +1323/XX(2)/177/Security/2006,2009-11-05,The Entire area from Gori Bridge to Jauljivi and area upto 1 km to the north on the Dharchula Motor Road.,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-14,442 823/XX(4)-01/2009,2009-11-05,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ के राजà¥â€à¤¯ आनà¥â€à¤¦à¥‹à¤²à¤¨à¤•ारियों को दी जाने वाली पेंशन को विनियमित करने समà¥â€à¤¬à¤¨à¥â€à¤§à¥€ नियमावली 2009,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-21,468 823/XX(4)-01/2009,2009-11-05,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ के राजà¥â€à¤¯ आनà¥â€à¤¦à¥‹à¤²à¤¨à¤•ारियों को दी जाने वाली पेंशन को विनियमित करने समà¥â€à¤¬à¤¨à¥â€à¤§à¥€ नियमावली 2009,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-21,468 +823/XX(4)-01/2009,2009-11-05,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤•à ¥‡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤†à ¤¨à ¥�â€�à ¤¦à ¥‹à ¤²à ¤¨à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤¦à ¥€ à ¤œà ¤¾à ¤¨à ¥‡ à ¤µà ¤¾à ¤²à ¥€ à ¤ªà ¥‡à ¤‚à ¤¶à ¤¨ à ¤•à ¥‹ à ¤µà ¤¿à ¤¨à ¤¿à ¤¯à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§à ¥€ à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤²à ¥€ 2009,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-21,468 200/UHC/Admin-a/2009,2009-10-30,"Reg.Shri Suresh Kumar Gupta Chairman,Commercial Tax Uttarakhand.",Ravindra Maithani(Registrar General),2009-11-21,331 +199/UHC/XIV-90/Admin.A,2009-10-28,"Reg.leave Sanction Shri Mithilesh Jha,CJ(JD)Bageshwar",Prashant Joshi(Ragistrar -Inspection),2009-11-21,331 823/XX(4)-01/2009,2009-11-05,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ के राजà¥â€à¤¯ आनà¥â€à¤¦à¥‹à¤²à¤¨à¤•ारियों को दी जाने वाली पेंशन को विनियमित करने समà¥â€à¤¬à¤¨à¥â€à¤§à¥€ नियमावली 2009,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-21,468 1659/I/2009-01(2)/04/2006,2009-10-28,"Uttarakhand Electricity Safety Ministrial and Account Service Rules 2009,",Shatrughan Singh(Secretary),2009-11-21,469 +823/XX(4)-01/2009,2009-11-05,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤•à ¥‡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤†à ¤¨à ¥�â€�à ¤¦à ¥‹à ¤²à ¤¨à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤¦à ¥€ à ¤œà ¤¾à ¤¨à ¥‡ à ¤µà ¤¾à ¤²à ¥€ à ¤ªà ¥‡à ¤‚à ¤¶à ¤¨ à ¤•à ¥‹ à ¤µà ¤¿à ¤¨à ¤¿à ¤¯à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§à ¥€ à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤²à ¥€ 2009,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-21,468 200/UHC/Admin-a/2009,2009-10-30,"Reg.Shri Suresh Kumar Gupta Chairman,Commercial Tax Uttarakhand.",Ravindra Maithani(Registrar General),2009-11-21,331 +199/UHC/XIV-90/Admin.A,2009-10-28,"Reg.leave Sanction Shri Mithilesh Jha,CJ(JD)Bageshwar",Prashant Joshi(Ragistrar -Inspection),2009-11-21,331 316/IX/216/2009-10,2009-11-12,बहादराबाद-पिरानकलियर-रोशनाबाद-रूडकी निजी कà¥à¤·à¥‡à¤¤à¥à¤° की मिनी बसों के सचालन हेतà¥,Umakant Panwar(Secretary),2009-11-21,483 1659/I/2009-01(2)/04/2006,2009-10-28,"Uttarakhand Electricity Safety Ministrial and Account Service Rules 2009,",Shatrughan Singh(Secretary),2009-11-21,469 +823/XX(4)-01/2009,2009-11-05,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤•à ¥‡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤†à ¤¨à ¥�â€�à ¤¦à ¥‹à ¤²à ¤¨à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤¦à ¥€ à ¤œà ¤¾à ¤¨à ¥‡ à ¤µà ¤¾à ¤²à ¥€ à ¤ªà ¥‡à ¤‚à ¤¶à ¤¨ à ¤•à ¥‹ à ¤µà ¤¿à ¤¨à ¤¿à ¤¯à ¤®à ¤¿à ¤¤ à ¤•à ¤°à ¤¨à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§à ¥€ à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤²à ¥€ 2009,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-21,468 1301/XVII-3/09-35/2002,2009-11-09,"शà¥à¤°à¥€ महेश पà¥à¤°à¤¸à¤¾à¤¦ पैनà¥â€à¤¯à¥‚ली, अपर साखà¥à¤¯à¤¿à¤•ी अधिकारी की पà¥à¤°à¥‹à¤œà¥‡à¤•à¥à¤Ÿ की सà¥â€à¤µà¥€à¤•ृति",Anoop Wadhawan(Secretary),2009-11-28,490 381/XXVII(6)/2009,2009-11-12,वित à¤à¤‚व लेखा सवंरà¥à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त शà¥à¤°à¥€ गिरिजा कà¥à¤®à¤¾à¤° पनà¥â€à¤¤ को अपर निदेशक कोषागार के पद पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Radha Raturi(Secretary),2009-11-28,491 +725/2009/18(100)/XXVII(8)/09,2009-11-06,"à ¤¶à ¥�à ¤°à ¥€ à ¤¬à ¥€0à ¤¬à ¥€0à ¤®à ¤ à ¤ªà ¤¾à ¤²,à ¤œà ¥�â€�à ¤µà ¤¾à ¤‚à ¤‡à ¤Ÿ à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥�à ¤®à ¤¾à ¤‰à ¤œà ¥‹à ¤¨ à ¤•à ¥‹ à ¤•à ¤¾à ¤¶à ¥€à ¤ªà ¥�à ¤° à ¤¸à ¤‚à ¤Âà ¤¾à ¤— à ¤•à ¤¾ à ¤…à ¤¤à ¤¿à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤Âà ¤¾à ¤°",Alok Kumar Jain(PRINCIPAL SECRETARY),2009-11-28,487 1250/(2)/20-6/01(2)/2009,2009-11-16,निमà¥â€à¤¨à¤¾à¤‚कित सहायक अà¤à¤¿à¤¯à¥‹à¤œà¤¨ अधिकारियों को अà¤à¤¿à¤¯à¥‹à¤œà¤¨ अधिकारी के रिकà¥â€à¤¤ पदों पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,489 880/XX(1)/224/IPS/2004,2009-10-28,à¤à¤¾à¤°à¤¤à¥€à¤¯ पà¥à¤²à¤¿à¤¸ सेवा 1996 बैच के अधिकारी शà¥à¤°à¥€ अà¤à¤¿à¤¨à¤µ कà¥à¤®à¤¾à¤° को वेतन बैंड रू0 37400-67000 गà¥à¤°à¥‡à¤¡ पे0रू08700 पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,486 +911/XX(1)/146/CBI-Jaanch/2009,2009-11-10,"Reg.Kednapping of Shri Anand Prakash, Assistant Engineer P.W.D.",Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,488 +1466(2)/20-6/01(02)/2008,2009-11-16,à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤•à ¤¿à ¤¤ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤œà ¥�â€�à ¤¯à ¥‡à ¤·à ¥�â€�à ¤Ÿ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,489 1206/XXVIII-2-2009-92/2006,2009-10-30,पी0à¤à¤®0à¤à¤š0à¤à¤¸0संवरà¥à¤— निदेशकों के मधà¥â€à¤¯ कारà¥à¤¯ विà¤à¤¾à¤œà¤¨,Keshav Deshiraju(PRINCIPAL SECRETARY),2009-11-28,487 1190/XXVIII-2-2009-92/2006,2009-10-30,पी0à¤à¤®0à¤à¤š0à¤à¤¸0 संबरà¥à¤— के निमà¥â€à¤¨à¤²à¤¿à¤–ित अपर निदेशकों को पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Keshav Deshiraju(PRINCIPAL SECRETARY),2009-11-28,486 880/XX(1)/224/IPS/2004,2009-10-28,à¤à¤¾à¤°à¤¤à¥€à¤¯ पà¥à¤²à¤¿à¤¸ सेवा 1996 बैच के अधिकारी शà¥à¤°à¥€ अà¤à¤¿à¤¨à¤µ कà¥à¤®à¤¾à¤° को वेतन बैंड रू0 37400-67000 गà¥à¤°à¥‡à¤¡ पे0रू08700 पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,486 911/XX(1)/146/CBI-Jaanch/2009,2009-11-10,"Reg.Kednapping of Shri Anand Prakash, Assistant Engineer P.W.D.",Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,488 +1466(2)/20-6/01(02)/2008,2009-11-16,à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤•à ¤¿à ¤¤ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤œà ¥�â€�à ¤¯à ¥‡à ¤·à ¥�â€�à ¤Ÿ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,489 +1250/(2)/20-6/01(2)/2009,2009-11-16,à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤‚à ¤•à ¤¿à ¤¤ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,489 2395/V-H-2009-25/01,2009-11-06,आवास विà¤à¤¾à¤— के समकà¥à¤· वाद/अपील à¤à¤‚व विधिक मामलों की सà¥à¤¨à¤µà¤¾à¤ˆ हेतॠशà¥à¤°à¥€à¤®à¤¤à¤¿ निधिमणी तà¥à¤°à¤¿à¤ªà¤¾à¤ ी को अधिकृत किया जाता है,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,487 1206/XXVIII-2-2009-92/2006,2009-10-30,पी0à¤à¤®0à¤à¤š0à¤à¤¸0संवरà¥à¤— निदेशकों के मधà¥â€à¤¯ कारà¥à¤¯ विà¤à¤¾à¤œà¤¨,Keshav Deshiraju(PRINCIPAL SECRETARY),2009-11-28,487 1190/XXVIII-2-2009-92/2006,2009-10-30,पी0à¤à¤®0à¤à¤š0à¤à¤¸0 संबरà¥à¤— के निमà¥â€à¤¨à¤²à¤¿à¤–ित अपर निदेशकों को पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Keshav Deshiraju(PRINCIPAL SECRETARY),2009-11-28,486 +1250/(2)/20-6/01(2)/2009,2009-11-16,à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤‚à ¤•à ¤¿à ¤¤ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,489 +880/XX(1)/224/IPS/2004,2009-10-28,à ¤Âà ¤¾à ¤°à ¤¤à ¥€à ¤¯ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¸à ¥‡à ¤µà ¤¾ 1996 à ¤¬à ¥ˆà ¤š à ¤•à ¥‡ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¶à ¥�à ¤°à ¥€ à ¤…à ¤Âà ¤¿à ¤¨à ¤µ à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤•à ¥‹ à ¤µà ¥‡à ¤¤à ¤¨ à ¤¬à ¥ˆà ¤‚à ¤¡ à ¤°à ¥‚0 37400-67000 à ¤—à ¥�à ¤°à ¥‡à ¤¡ à ¤ªà ¥‡0à ¤°à ¥‚08700 à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,486 +911/XX(1)/146/CBI-Jaanch/2009,2009-11-10,"Reg.Kednapping of Shri Anand Prakash, Assistant Engineer P.W.D.",Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,488 +1466(2)/20-6/01(02)/2008,2009-11-16,à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤•à ¤¿à ¤¤ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤œà ¥�â€�à ¤¯à ¥‡à ¤·à ¥�â€�à ¤Ÿ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,489 859/XVII-3/09-35(S.K.)/2002,2009-10-26,"शà¥à¤°à¥€ मजहर नईम,जवाहर नगर हलà¥â€à¤¦à¥à¤µà¤¾à¤¨à¥€ को तीन वरà¥à¤· की अवधि के लिठअलà¥â€à¤ªà¤¸à¤‚खà¥â€à¤¯à¤• आयोग का उपाधà¥â€à¤¯à¤•à¥à¤· नामित किये जाने की सà¥â€à¤µà¥€à¤•ृति",Manisha Panwar(Secretary),2009-11-28,490 1206/XXVIII-2-2009-92/2006,2009-10-30,पी0à¤à¤®0à¤à¤š0à¤à¤¸0संवरà¥à¤— निदेशकों के मधà¥â€à¤¯ कारà¥à¤¯ विà¤à¤¾à¤œà¤¨,Keshav Deshiraju(PRINCIPAL SECRETARY),2009-11-28,487 1190/XXVIII-2-2009-92/2006,2009-10-30,पी0à¤à¤®0à¤à¤š0à¤à¤¸0 संबरà¥à¤— के निमà¥â€à¤¨à¤²à¤¿à¤–ित अपर निदेशकों को पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Keshav Deshiraju(PRINCIPAL SECRETARY),2009-11-28,486 880/XX(1)/224/IPS/2004,2009-10-28,à¤à¤¾à¤°à¤¤à¥€à¤¯ पà¥à¤²à¤¿à¤¸ सेवा 1996 बैच के अधिकारी शà¥à¤°à¥€ अà¤à¤¿à¤¨à¤µ कà¥à¤®à¤¾à¤° को वेतन बैंड रू0 37400-67000 गà¥à¤°à¥‡à¤¡ पे0रू08700 पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,486 911/XX(1)/146/CBI-Jaanch/2009,2009-11-10,"Reg.Kednapping of Shri Anand Prakash, Assistant Engineer P.W.D.",Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,488 +1466(2)/20-6/01(02)/2008,2009-11-16,à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤•à ¤¿à ¤¤ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤œà ¥�â€�à ¤¯à ¥‡à ¤·à ¥�â€�à ¤Ÿ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,489 +1250/(2)/20-6/01(2)/2009,2009-11-16,à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤‚à ¤•à ¤¿à ¤¤ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,489 F-9(16)/R.G.UERC/2009/1116,2009-11-09,Uttarakhand Electricity regulatory Commission(The Electricity Supply code) Second Amendment regulations 2009.,Pankaj Prakash(Secretary),2009-11-28,333 859/XVII-3/09-35(S.K.)/2002,2009-10-26,"शà¥à¤°à¥€ मजहर नईम,जवाहर नगर हलà¥â€à¤¦à¥à¤µà¤¾à¤¨à¥€ को तीन वरà¥à¤· की अवधि के लिठअलà¥â€à¤ªà¤¸à¤‚खà¥â€à¤¯à¤• आयोग का उपाधà¥â€à¤¯à¤•à¥à¤· नामित किये जाने की सà¥â€à¤µà¥€à¤•ृति",Manisha Panwar(Secretary),2009-11-28,490 381/XXVII(6)/2009,2009-11-12,वित à¤à¤‚व लेखा सवंरà¥à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त शà¥à¤°à¥€ गिरिजा कà¥à¤®à¤¾à¤° पनà¥â€à¤¤ को अपर निदेशक कोषागार के पद पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Radha Raturi(Secretary),2009-11-28,491 +725/2009/18(100)/XXVII(8)/09,2009-11-06,"à ¤¶à ¥�à ¤°à ¥€ à ¤¬à ¥€0à ¤¬à ¥€0à ¤®à ¤ à ¤ªà ¤¾à ¤²,à ¤œà ¥�â€�à ¤µà ¤¾à ¤‚à ¤‡à ¤Ÿ à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥�à ¤®à ¤¾à ¤‰à ¤œà ¥‹à ¤¨ à ¤•à ¥‹ à ¤•à ¤¾à ¤¶à ¥€à ¤ªà ¥�à ¤° à ¤¸à ¤‚à ¤Âà ¤¾à ¤— à ¤•à ¤¾ à ¤…à ¤¤à ¤¿à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤Âà ¤¾à ¤°",Alok Kumar Jain(PRINCIPAL SECRETARY),2009-11-28,487 911/XX(1)/146/CBI-Jaanch/2009,2009-11-10,"Reg.Kednapping of Shri Anand Prakash, Assistant Engineer P.W.D.",Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,488 1466(2)/20-6/01(02)/2008,2009-11-16,निमà¥â€à¤¨à¤¾à¤•ित अà¤à¤¿à¤¯à¥‹à¤œà¤¨ अधिकारियों को जà¥â€à¤¯à¥‡à¤·à¥â€à¤Ÿ अà¤à¤¿à¤¯à¥‹à¤œà¤¨ अधिकारी के रिकà¥â€à¤¤ पदों पर पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,489 +1250/(2)/20-6/01(2)/2009,2009-11-16,à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤‚à ¤•à ¤¿à ¤¤ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,489 +880/XX(1)/224/IPS/2004,2009-10-28,à ¤Âà ¤¾à ¤°à ¤¤à ¥€à ¤¯ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¸à ¥‡à ¤µà ¤¾ 1996 à ¤¬à ¥ˆà ¤š à ¤•à ¥‡ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¶à ¥�à ¤°à ¥€ à ¤…à ¤Âà ¤¿à ¤¨à ¤µ à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤•à ¥‹ à ¤µà ¥‡à ¤¤à ¤¨ à ¤¬à ¥ˆà ¤‚à ¤¡ à ¤°à ¥‚0 37400-67000 à ¤—à ¥�à ¤°à ¥‡à ¤¡ à ¤ªà ¥‡0à ¤°à ¥‚08700 à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,486 1301/XVII-3/09-35/2002,2009-11-09,"शà¥à¤°à¥€ महेश पà¥à¤°à¤¸à¤¾à¤¦ पैनà¥â€à¤¯à¥‚ली, अपर साखà¥à¤¯à¤¿à¤•ी अधिकारी की पà¥à¤°à¥‹à¤œà¥‡à¤•à¥à¤Ÿ की सà¥â€à¤µà¥€à¤•ृति",Anoop Wadhawan(Secretary),2009-11-28,490 381/XXVII(6)/2009,2009-11-12,वित à¤à¤‚व लेखा सवंरà¥à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त शà¥à¤°à¥€ गिरिजा कà¥à¤®à¤¾à¤° पनà¥â€à¤¤ को अपर निदेशक कोषागार के पद पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Radha Raturi(Secretary),2009-11-28,491 +725/2009/18(100)/XXVII(8)/09,2009-11-06,"à ¤¶à ¥�à ¤°à ¥€ à ¤¬à ¥€0à ¤¬à ¥€0à ¤®à ¤ à ¤ªà ¤¾à ¤²,à ¤œà ¥�â€�à ¤µà ¤¾à ¤‚à ¤‡à ¤Ÿ à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥�à ¤®à ¤¾à ¤‰à ¤œà ¥‹à ¤¨ à ¤•à ¥‹ à ¤•à ¤¾à ¤¶à ¥€à ¤ªà ¥�à ¤° à ¤¸à ¤‚à ¤Âà ¤¾à ¤— à ¤•à ¤¾ à ¤…à ¤¤à ¤¿à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤Âà ¤¾à ¤°",Alok Kumar Jain(PRINCIPAL SECRETARY),2009-11-28,487 1301/XVII-3/09-35/2002,2009-11-09,"शà¥à¤°à¥€ महेश पà¥à¤°à¤¸à¤¾à¤¦ पैनà¥â€à¤¯à¥‚ली, अपर साखà¥à¤¯à¤¿à¤•ी अधिकारी की पà¥à¤°à¥‹à¤œà¥‡à¤•à¥à¤Ÿ की सà¥â€à¤µà¥€à¤•ृति",Anoop Wadhawan(Secretary),2009-11-28,490 F-9(16)/R.G.UERC/2009/1116,2009-11-09,Uttarakhand Electricity regulatory Commission(The Electricity Supply code) Second Amendment regulations 2009.,Pankaj Prakash(Secretary),2009-11-28,333 381/XXVII(6)/2009,2009-11-12,वित à¤à¤‚व लेखा सवंरà¥à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त शà¥à¤°à¥€ गिरिजा कà¥à¤®à¤¾à¤° पनà¥â€à¤¤ को अपर निदेशक कोषागार के पद पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Radha Raturi(Secretary),2009-11-28,491 +725/2009/18(100)/XXVII(8)/09,2009-11-06,"à ¤¶à ¥�à ¤°à ¥€ à ¤¬à ¥€0à ¤¬à ¥€0à ¤®à ¤ à ¤ªà ¤¾à ¤²,à ¤œà ¥�â€�à ¤µà ¤¾à ¤‚à ¤‡à ¤Ÿ à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥�à ¤®à ¤¾à ¤‰à ¤œà ¥‹à ¤¨ à ¤•à ¥‹ à ¤•à ¤¾à ¤¶à ¥€à ¤ªà ¥�à ¤° à ¤¸à ¤‚à ¤Âà ¤¾à ¤— à ¤•à ¤¾ à ¤…à ¤¤à ¤¿à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤Âà ¤¾à ¤°",Alok Kumar Jain(PRINCIPAL SECRETARY),2009-11-28,487 1301/XVII-3/09-35/2002,2009-11-09,"शà¥à¤°à¥€ महेश पà¥à¤°à¤¸à¤¾à¤¦ पैनà¥â€à¤¯à¥‚ली, अपर साखà¥à¤¯à¤¿à¤•ी अधिकारी की पà¥à¤°à¥‹à¤œà¥‡à¤•à¥à¤Ÿ की सà¥â€à¤µà¥€à¤•ृति",Anoop Wadhawan(Secretary),2009-11-28,490 +1250/(2)/20-6/01(2)/2009,2009-11-16,à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤‚à ¤•à ¤¿à ¤¤ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,489 +880/XX(1)/224/IPS/2004,2009-10-28,à ¤Âà ¤¾à ¤°à ¤¤à ¥€à ¤¯ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¸à ¥‡à ¤µà ¤¾ 1996 à ¤¬à ¥ˆà ¤š à ¤•à ¥‡ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤¶à ¥�à ¤°à ¥€ à ¤…à ¤Âà ¤¿à ¤¨à ¤µ à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤•à ¥‹ à ¤µà ¥‡à ¤¤à ¤¨ à ¤¬à ¥ˆà ¤‚à ¤¡ à ¤°à ¥‚0 37400-67000 à ¤—à ¥�à ¤°à ¥‡à ¤¡ à ¤ªà ¥‡0à ¤°à ¥‚08700 à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,486 +911/XX(1)/146/CBI-Jaanch/2009,2009-11-10,"Reg.Kednapping of Shri Anand Prakash, Assistant Engineer P.W.D.",Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,488 +1466(2)/20-6/01(02)/2008,2009-11-16,à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤•à ¤¿à ¤¤ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤œà ¥�â€�à ¤¯à ¥‡à ¤·à ¥�â€�à ¤Ÿ à ¤…à ¤Âà ¤¿à ¤¯à ¥‹à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-11-28,489 381/XXVII(6)/2009,2009-11-12,वित à¤à¤‚व लेखा सवंरà¥à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त शà¥à¤°à¥€ गिरिजा कà¥à¤®à¤¾à¤° पनà¥â€à¤¤ को अपर निदेशक कोषागार के पद पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Radha Raturi(Secretary),2009-11-28,491 +725/2009/18(100)/XXVII(8)/09,2009-11-06,"à ¤¶à ¥�à ¤°à ¥€ à ¤¬à ¥€0à ¤¬à ¥€0à ¤®à ¤ à ¤ªà ¤¾à ¤²,à ¤œà ¥�â€�à ¤µà ¤¾à ¤‚à ¤‡à ¤Ÿ à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥�à ¤®à ¤¾à ¤‰à ¤œà ¥‹à ¤¨ à ¤•à ¥‹ à ¤•à ¤¾à ¤¶à ¥€à ¤ªà ¥�à ¤° à ¤¸à ¤‚à ¤Âà ¤¾à ¤— à ¤•à ¤¾ à ¤…à ¤¤à ¤¿à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤Âà ¤¾à ¤°",Alok Kumar Jain(PRINCIPAL SECRETARY),2009-11-28,487 1206/XXVIII-2-2009-92/2006,2009-10-30,पी0à¤à¤®0à¤à¤š0à¤à¤¸0संवरà¥à¤— निदेशकों के मधà¥â€à¤¯ कारà¥à¤¯ विà¤à¤¾à¤œà¤¨,Keshav Deshiraju(PRINCIPAL SECRETARY),2009-11-28,487 1190/XXVIII-2-2009-92/2006,2009-10-30,पी0à¤à¤®0à¤à¤š0à¤à¤¸0 संबरà¥à¤— के निमà¥â€à¤¨à¤²à¤¿à¤–ित अपर निदेशकों को पदोनà¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Keshav Deshiraju(PRINCIPAL SECRETARY),2009-11-28,486 381/XXVII(6)/2009,2009-11-12,वित à¤à¤‚व लेखा सवंरà¥à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त शà¥à¤°à¥€ गिरिजा कà¥à¤®à¤¾à¤° पनà¥â€à¤¤ को अपर निदेशक कोषागार के पद पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Radha Raturi(Secretary),2009-11-28,491 725/2009/18(100)/XXVII(8)/09,2009-11-06,"शà¥à¤°à¥€ बी0बी0मठपाल,जà¥â€à¤µà¤¾à¤‚इट कमिशà¥â€à¤¨à¤° कà¥à¤®à¤¾à¤‰à¤œà¥‹à¤¨ को काशीपà¥à¤° संà¤à¤¾à¤— का अतिरिकà¥â€à¤¤ कारà¥à¤¯à¤à¤¾à¤°",Alok Kumar Jain(PRINCIPAL SECRETARY),2009-11-28,487 304/XXXVI(1)/2009-496/2007,2009-11-23,मà¥à¤–à¥â€à¤¯à¤®à¤‚तà¥à¤°à¥€ à¤à¤µà¤‚ उचà¥â€à¤š नà¥â€à¤¯à¤¾à¤¯à¤¾à¤²à¤¯à¥‹à¤‚ के मà¥à¤–à¥â€à¤¯ नà¥â€à¤¯à¤¾à¤¯à¤¾à¤§à¥€à¤¶à¤—ण के पà¥à¤°à¤¥à¤® सà¥â€à¤¤à¤°à¥€à¤¯ कमेटी à¤à¤µà¤‚ दà¥à¤µà¤¿à¤¤à¥€à¤¯ सà¥â€à¤¤à¤°à¥€à¤¯ कमेटी का गठन,R.D.Paliwal(Secretary),2009-12-05,508 206/UHC/Admin/2009,2009-11-18,Has passed High School Examination or an Examination Equivalent thereof.,Ravindra Maithani(Registrar General),2009-12-05,336 +204/UHC/Admin/2009,2009-11-18,Shri Bindhyachal Singh CJM Bageshwar is transfered and posted CJM Almora,Ravindra Maithani(Registrar General),2009-12-05,335 +205/UHC/Admin/2009,2009-11-18,Shri Anjushree Juyal CJ(SD)Bageshwar is posted at CJM Bageshwar,Ravindra Maithani(Registrar General),2009-12-05,335 +201/XIV/31/Admin/2008,2009-11-07,Shri Madan Ram Civil Judge(JD) Rishikesh Sanction Leave 15 days,Prashant Joshi(Ragistrar -Inspection),2009-12-05,335 +202/XIV/26/Admin/2008,2009-11-17,Shri M.N.Pandey ACJ(JD)Dehradun hereby Sanction Leave,Prashant Joshi(Ragistrar -Inspection),2009-12-05,335 873/XXIV-2/09/12(7)/09,2009-10-27,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ शैकà¥à¤·à¤¿à¤• शिकà¥à¤·à¤¾ सेवा संवरà¥à¤— निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारियों को पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Dr.Rakesh Kumar(Secretary),2009-12-05,507 138/VIII/XXIV(6)/2009,2009-11-11,"कà¥à¤®à¤¾à¤Š विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¯à¤¾à¤²à¤¯ नैनीताल,उ0मà¥à¤•à¥â€à¤¤ विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ हलà¥â€à¤¦à¥à¤µà¤¾à¤¨à¥€,दून विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ देदून राजकीय महाविदà¥à¤¯à¤¾à¤²à¤¯,सहायतापà¥à¤°à¤¾à¤ªà¥â€à¤¤ महाविदà¥à¤¯à¤¾à¤²à¤¯ के शिकà¥à¤·à¤•ों को छटे वेतनमान,यूजीसी के अनà¥à¤°à¥‚प पदनाम परिवरà¥à¤¤à¤¨ à¤à¤µà¤‚ वेतनमानों को पà¥à¤°à¥à¤¨à¤°à¤¿à¤•à¥à¤·à¤¿à¤¤ के समà¥â€à¤¬à¤¨à¥â€à¤§ में",Shatrughan Singh(PRINCIPAL SECRETARY),2009-12-05,494 205/UHC/Admin/2009,2009-11-18,Shri Anjushree Juyal CJ(SD)Bageshwar is posted at CJM Bageshwar,Ravindra Maithani(Registrar General),2009-12-05,335 206/UHC/Admin/2009,2009-11-18,Has passed High School Examination or an Examination Equivalent thereof.,Ravindra Maithani(Registrar General),2009-12-05,336 +204/UHC/Admin/2009,2009-11-18,Shri Bindhyachal Singh CJM Bageshwar is transfered and posted CJM Almora,Ravindra Maithani(Registrar General),2009-12-05,335 +201/XIV/31/Admin/2008,2009-11-07,Shri Madan Ram Civil Judge(JD) Rishikesh Sanction Leave 15 days,Prashant Joshi(Ragistrar -Inspection),2009-12-05,335 +202/XIV/26/Admin/2008,2009-11-17,Shri M.N.Pandey ACJ(JD)Dehradun hereby Sanction Leave,Prashant Joshi(Ragistrar -Inspection),2009-12-05,335 206/UHC/Admin/2009,2009-11-18,Has passed High School Examination or an Examination Equivalent thereof.,Ravindra Maithani(Registrar General),2009-12-05,336 +204/UHC/Admin/2009,2009-11-18,Shri Bindhyachal Singh CJM Bageshwar is transfered and posted CJM Almora,Ravindra Maithani(Registrar General),2009-12-05,335 +205/UHC/Admin/2009,2009-11-18,Shri Anjushree Juyal CJ(SD)Bageshwar is posted at CJM Bageshwar,Ravindra Maithani(Registrar General),2009-12-05,335 +201/XIV/31/Admin/2008,2009-11-07,Shri Madan Ram Civil Judge(JD) Rishikesh Sanction Leave 15 days,Prashant Joshi(Ragistrar -Inspection),2009-12-05,335 +202/XIV/26/Admin/2008,2009-11-17,Shri M.N.Pandey ACJ(JD)Dehradun hereby Sanction Leave,Prashant Joshi(Ragistrar -Inspection),2009-12-05,335 873/XXIV-2/09/12(7)/09,2009-10-27,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ शैकà¥à¤·à¤¿à¤• शिकà¥à¤·à¤¾ सेवा संवरà¥à¤— निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारियों को पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Dr.Rakesh Kumar(Secretary),2009-12-05,507 138/VIII/XXIV(6)/2009,2009-11-11,"कà¥à¤®à¤¾à¤Š विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¯à¤¾à¤²à¤¯ नैनीताल,उ0मà¥à¤•à¥â€à¤¤ विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ हलà¥â€à¤¦à¥à¤µà¤¾à¤¨à¥€,दून विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ देदून राजकीय महाविदà¥à¤¯à¤¾à¤²à¤¯,सहायतापà¥à¤°à¤¾à¤ªà¥â€à¤¤ महाविदà¥à¤¯à¤¾à¤²à¤¯ के शिकà¥à¤·à¤•ों को छटे वेतनमान,यूजीसी के अनà¥à¤°à¥‚प पदनाम परिवरà¥à¤¤à¤¨ à¤à¤µà¤‚ वेतनमानों को पà¥à¤°à¥à¤¨à¤°à¤¿à¤•à¥à¤·à¤¿à¤¤ के समà¥â€à¤¬à¤¨à¥â€à¤§ में",Shatrughan Singh(PRINCIPAL SECRETARY),2009-12-05,494 1408/XX(2)/109/Security/2004,2009-11-11,शà¥à¤°à¥€ राजà¥â€à¤¯à¤ªà¤¾à¤² उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ लोक सेवा आयोग दà¥à¤µà¤¾à¤°à¤¾ संचालित समीकà¥à¤·à¤¾ अधिकारी परीकà¥à¤·à¤¾ हेतॠपरीकà¥à¤·à¤¾ केनà¥â€à¤¦à¥à¤°à¥‹ के पà¥à¤°à¤§à¤¾à¤¨à¤¾à¤šà¤¾à¤°à¥à¤¯à¥‹ परà¥à¤¯à¤µà¥‡à¤•à¥à¤·à¤• को कारà¥à¤¯à¤ªà¤¾à¤²à¤• मजिसà¥â€à¤Ÿà¥à¤°à¥‡à¤Ÿ नियà¥à¤•à¥â€à¤¤ करते हैं,Subhash Kumar(PRINCIPAL SECRETARY),2009-12-12,512 @@ -4117,16 +5691,33 @@ 861/2009/08(E)100/XXVII(8)/09,2009-11-20,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक कमिशà¥â€à¤¨à¤° शà¥à¤°à¥€ नीरज गà¥à¤ªà¥â€à¤¤à¤¾ के सà¥â€à¤¥à¤¾à¤¨ पर शà¥à¤°à¥€ नीरज कà¥à¤®à¤¾à¤° गà¥à¤ªà¥â€à¤¤à¤¾ पढा जाय,Radha Raturi(Secretary),2009-12-12,512 861/2009/08(E)100/XXVII(8)/09,2009-11-20,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक कमिशà¥â€à¤¨à¤° शà¥à¤°à¥€ नीरज गà¥à¤ªà¥â€à¤¤à¤¾ के सà¥â€à¤¥à¤¾à¤¨ पर शà¥à¤°à¥€ नीरज कà¥à¤®à¤¾à¤° गà¥à¤ªà¥â€à¤¤à¤¾ पढा जाय,Radha Raturi(Secretary),2009-12-12,512 2143/30-1-23(2)/2009/1962/09,2009-11-24,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ लोक सेवा आयोग सिविल सेवा परीकà¥à¤·à¤¾-2004 के आधार पर चयनित शà¥à¤°à¥€ राहà¥à¤² कà¥à¤®à¤¾à¤° गोयल डिपà¥â€à¤Ÿà¥€ कलैकà¥â€à¤Ÿà¤° चमोली के पद तैनात की सà¥â€à¤µà¥€à¤•ृति,Shatrughan Singh(PRINCIPAL SECRETARY),2009-12-12,512 +1408/XX(2)/109/Security/2004,2009-11-11,à ¤¶à ¥�à ¤°à ¥€ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯à ¤ªà ¤¾à ¤² à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤²à ¥‹à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤†à ¤¯à ¥‹à ¤— à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ à ¤¸à ¤®à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤¹à ¥‡à ¤¤à ¥� à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¥‹ à ¤•à ¥‡ à ¤ªà ¥�à ¤°à ¤§à ¤¾à ¤¨à ¤¾à ¤šà ¤¾à ¤°à ¥�à ¤¯à ¥‹ à ¤ªà ¤°à ¥�à ¤¯à ¤µà ¥‡à ¤•à ¥�à ¤·à ¤• à ¤•à ¥‹ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤ªà ¤¾à ¤²à ¤• à ¤®à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¥�à ¤°à ¥‡à ¤Ÿ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤ à ¤•à ¤°à ¤¤à ¥‡ à ¤¹à ¥ˆà ¤‚,Subhash Kumar(PRINCIPAL SECRETARY),2009-12-12,512 +1408/XX(2)/109/Security/2004,2009-11-11,à ¤¶à ¥�à ¤°à ¥€ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯à ¤ªà ¤¾à ¤² à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤²à ¥‹à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤†à ¤¯à ¥‹à ¤— à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ à ¤¸à ¤®à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤¹à ¥‡à ¤¤à ¥� à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¥‹ à ¤•à ¥‡ à ¤ªà ¥�à ¤°à ¤§à ¤¾à ¤¨à ¤¾à ¤šà ¤¾à ¤°à ¥�à ¤¯à ¥‹ à ¤ªà ¤°à ¥�à ¤¯à ¤µà ¥‡à ¤•à ¥�à ¤·à ¤• à ¤•à ¥‹ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤ªà ¤¾à ¤²à ¤• à ¤®à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¥�à ¤°à ¥‡à ¤Ÿ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤ à ¤•à ¤°à ¤¤à ¥‡ à ¤¹à ¥ˆà ¤‚,Subhash Kumar(PRINCIPAL SECRETARY),2009-12-12,512 2143/30-1-23(2)/2009/1962/09,2009-11-24,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ लोक सेवा आयोग सिविल सेवा परीकà¥à¤·à¤¾-2004 के आधार पर चयनित शà¥à¤°à¥€ राहà¥à¤² कà¥à¤®à¤¾à¤° गोयल डिपà¥â€à¤Ÿà¥€ कलैकà¥â€à¤Ÿà¤° चमोली के पद तैनात की सà¥â€à¤µà¥€à¤•ृति,Shatrughan Singh(PRINCIPAL SECRETARY),2009-12-12,512 1408/XX(2)/109/Security/2004,2009-11-11,शà¥à¤°à¥€ राजà¥â€à¤¯à¤ªà¤¾à¤² उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ लोक सेवा आयोग दà¥à¤µà¤¾à¤°à¤¾ संचालित समीकà¥à¤·à¤¾ अधिकारी परीकà¥à¤·à¤¾ हेतॠपरीकà¥à¤·à¤¾ केनà¥â€à¤¦à¥à¤°à¥‹ के पà¥à¤°à¤§à¤¾à¤¨à¤¾à¤šà¤¾à¤°à¥à¤¯à¥‹ परà¥à¤¯à¤µà¥‡à¤•à¥à¤·à¤• को कारà¥à¤¯à¤ªà¤¾à¤²à¤• मजिसà¥â€à¤Ÿà¥à¤°à¥‡à¤Ÿ नियà¥à¤•à¥â€à¤¤ करते हैं,Subhash Kumar(PRINCIPAL SECRETARY),2009-12-12,512 962/XX(1).346/IPS/2005,2009-12-03,शà¥à¤°à¥€ दीपम सैठआई.पी.à¤à¤¸. को उप महानिरिकà¥à¤·à¤• के पद पर पदोनà¥â€à¤¨à¤¤à¤¿ 03-02-2009 से पà¥à¤°à¤¦à¤¾à¤¨ की जाती है,Subhash Kumar(PRINCIPAL SECRETARY),2009-12-19,516 +829/2009-(9)Stamp-78/2008,2009-12-10,Notification 668/27-09-2009/Stamp-61/2008 dt.02-9-2009 issued by uttarakhand Finance Section-9 the workds with efect from 12.09-09 shall be Read.,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-12-19,516 +829/2009-(9)Stamp-78/2008,2009-12-10,Notification 668/27-09-2009/Stamp-61/2008 dt.02-9-2009 issued by uttarakhand Finance Section-9 the workds with efect from 12.09-09 shall be Read.,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-12-19,516 +829/2009-(9)Stamp-78/2008,2009-12-10,Notification 668/27-09-2009/Stamp-61/2008 dt.02-9-2009 issued by uttarakhand Finance Section-9 the workds with efect from 12.09-09 shall be Read.,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-12-19,516 212/UHC/Admn/2009,2009-11-29,Hon'ble Shri Justice Jagdish Singh Khehar as Assumed CHarge office of Chief Justice UKHighCourt,Ravindra Maithani(Registrar General),2009-12-19,349 +209/XIV/08/Admin/2008,2009-11-25,Ms.Reena Negi CJ(JD)Hardwar is hereby Sanction EL,Prashant Joshi(Ragistrar -Inspection),2009-12-19,349 +211/uhc/XIV/63/admin,2009-11-27,Km.Neetu Joshi CJ(SD) Champawat is hereby Sanctioned EL,Prashant Joshi(Ragistrar -Inspection),2009-12-19,349 962/XX(1).346/IPS/2005,2009-12-03,शà¥à¤°à¥€ दीपम सैठआई.पी.à¤à¤¸. को उप महानिरिकà¥à¤·à¤• के पद पर पदोनà¥â€à¤¨à¤¤à¤¿ 03-02-2009 से पà¥à¤°à¤¦à¤¾à¤¨ की जाती है,Subhash Kumar(PRINCIPAL SECRETARY),2009-12-19,516 +962/XX(1).346/IPS/2005,2009-12-03,à ¤¶à ¥�à ¤°à ¥€ à ¤¦à ¥€à ¤ªà ¤® à ¤¸à ¥ˆà ¤ à ¤†à ¤ˆ.à ¤ªà ¥€.à ¤�à ¤¸. à ¤•à ¥‹ à ¤‰à ¤ª à ¤®à ¤¹à ¤¾à ¤¨à ¤¿à ¤°à ¤¿à ¤•à ¥�à ¤·à ¤• à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ 03-02-2009 à ¤¸à ¥‡ à ¤ªà ¥�à ¤°à ¤¦à ¤¾à ¤¨ à ¤•à ¥€ à ¤œà ¤¾à ¤¤à ¥€ à ¤¹à ¥ˆ,Subhash Kumar(PRINCIPAL SECRETARY),2009-12-19,516 962/XX(1).346/IPS/2005,2009-12-03,शà¥à¤°à¥€ दीपम सैठआई.पी.à¤à¤¸. को उप महानिरिकà¥à¤·à¤• के पद पर पदोनà¥â€à¤¨à¤¤à¤¿ 03-02-2009 से पà¥à¤°à¤¦à¤¾à¤¨ की जाती है,Subhash Kumar(PRINCIPAL SECRETARY),2009-12-19,516 720/XXXI(13)/G/09-37(1)/09,2009-12-03,सन 2010 की सारà¥à¤µà¤œà¤¨à¤¿à¤• अवकाशों की अनà¥à¤¸à¥‚ची,Rajeev Chandra(Secretary),2009-12-19,517 212/UHC/Admn/2009,2009-11-29,Hon'ble Shri Justice Jagdish Singh Khehar as Assumed CHarge office of Chief Justice UKHighCourt,Ravindra Maithani(Registrar General),2009-12-19,349 +209/XIV/08/Admin/2008,2009-11-25,Ms.Reena Negi CJ(JD)Hardwar is hereby Sanction EL,Prashant Joshi(Ragistrar -Inspection),2009-12-19,349 +211/uhc/XIV/63/admin,2009-11-27,Km.Neetu Joshi CJ(SD) Champawat is hereby Sanctioned EL,Prashant Joshi(Ragistrar -Inspection),2009-12-19,349 +829/2009-(9)Stamp-78/2008,2009-12-10,Notification 668/27-09-2009/Stamp-61/2008 dt.02-9-2009 issued by uttarakhand Finance Section-9 the workds with efect from 12.09-09 shall be Read.,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-12-19,516 212/UHC/Admn/2009,2009-11-29,Hon'ble Shri Justice Jagdish Singh Khehar as Assumed CHarge office of Chief Justice UKHighCourt,Ravindra Maithani(Registrar General),2009-12-19,349 +209/XIV/08/Admin/2008,2009-11-25,Ms.Reena Negi CJ(JD)Hardwar is hereby Sanction EL,Prashant Joshi(Ragistrar -Inspection),2009-12-19,349 +211/uhc/XIV/63/admin,2009-11-27,Km.Neetu Joshi CJ(SD) Champawat is hereby Sanctioned EL,Prashant Joshi(Ragistrar -Inspection),2009-12-19,349 720/XXXI(13)/G/09-37(1)/09,2009-12-03,सन 2010 की सारà¥à¤µà¤œà¤¨à¤¿à¤• अवकाशों की अनà¥à¤¸à¥‚ची,Rajeev Chandra(Secretary),2009-12-19,517 +829/2009-(9)Stamp-78/2008,2009-12-10,Notification 668/27-09-2009/Stamp-61/2008 dt.02-9-2009 issued by uttarakhand Finance Section-9 the workds with efect from 12.09-09 shall be Read.,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-12-19,516 +829/2009-(9)Stamp-78/2008,2009-12-10,Notification 668/27-09-2009/Stamp-61/2008 dt.02-9-2009 issued by uttarakhand Finance Section-9 the workds with efect from 12.09-09 shall be Read.,Alok Kumar Jain(PRINCIPAL SECRETARY),2009-12-19,516 +962/XX(1).346/IPS/2005,2009-12-03,à ¤¶à ¥�à ¤°à ¥€ à ¤¦à ¥€à ¤ªà ¤® à ¤¸à ¥ˆà ¤ à ¤†à ¤ˆ.à ¤ªà ¥€.à ¤�à ¤¸. à ¤•à ¥‹ à ¤‰à ¤ª à ¤®à ¤¹à ¤¾à ¤¨à ¤¿à ¤°à ¤¿à ¤•à ¥�à ¤·à ¤• à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ 03-02-2009 à ¤¸à ¥‡ à ¤ªà ¥�à ¤°à ¤¦à ¤¾à ¤¨ à ¤•à ¥€ à ¤œà ¤¾à ¤¤à ¥€ à ¤¹à ¥ˆ,Subhash Kumar(PRINCIPAL SECRETARY),2009-12-19,516 +962/XX(1).346/IPS/2005,2009-12-03,à ¤¶à ¥�à ¤°à ¥€ à ¤¦à ¥€à ¤ªà ¤® à ¤¸à ¥ˆà ¤ à ¤†à ¤ˆ.à ¤ªà ¥€.à ¤�à ¤¸. à ¤•à ¥‹ à ¤‰à ¤ª à ¤®à ¤¹à ¤¾à ¤¨à ¤¿à ¤°à ¤¿à ¤•à ¥�à ¤·à ¤• à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ 03-02-2009 à ¤¸à ¥‡ à ¤ªà ¥�à ¤°à ¤¦à ¤¾à ¤¨ à ¤•à ¥€ à ¤œà ¤¾à ¤¤à ¥€ à ¤¹à ¥ˆ,Subhash Kumar(PRINCIPAL SECRETARY),2009-12-19,516 962/XX(1).346/IPS/2005,2009-12-03,शà¥à¤°à¥€ दीपम सैठआई.पी.à¤à¤¸. को उप महानिरिकà¥à¤·à¤• के पद पर पदोनà¥â€à¤¨à¤¤à¤¿ 03-02-2009 से पà¥à¤°à¤¦à¤¾à¤¨ की जाती है,Subhash Kumar(PRINCIPAL SECRETARY),2009-12-19,516 720/XXXI(13)/G/09-37(1)/09,2009-12-03,सन 2010 की सारà¥à¤µà¤œà¤¨à¤¿à¤• अवकाशों की अनà¥à¤¸à¥‚ची,Rajeev Chandra(Secretary),2009-12-19,517 720/XXXI(13)/G/09-37(1)/09,2009-12-03,सन 2010 की सारà¥à¤µà¤œà¤¨à¤¿à¤• अवकाशों की अनà¥à¤¸à¥‚ची,Rajeev Chandra(Secretary),2009-12-19,517 @@ -4134,6 +5725,7 @@ 3282/18(2)/09-3(28)/2008,2009-12-02,Appeal no.510/224 year 2006-07 Shri Dalip Singh V/s Shri Surat Singh and other pending in the court of Settlement officer Consolidation USNagar.,Subhash Kumar(PRINCIPAL SECRETARY),2009-12-26,522 214/UHC/XIV-1/Admin/,2009-12-09,Smt Neena Agarwal CJM Pauri is hereby Sanctioned leave.,Ravindra Maithani(Registrar General),2009-12-26,351 989/Home-1/143/UO/09,2009-12-14,शव विचà¥â€à¤›à¥‡à¤¦à¤¨ गृह फारेसà¥â€à¤Ÿ हासà¥à¤ªà¤¿à¤Ÿà¤² मेडिकल कालेज हलà¥â€à¤¦à¥à¤µà¤¾à¤¨à¥€ में सà¥â€à¤¥à¤¾à¤¨à¤¾à¤¨à¤¤à¤°à¤¿à¤¤ किये जाने की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar(PRINCIPAL SECRETARY),2009-12-26,523 +989/Home-1/143/UO/09,2009-12-14,à ¤¶à ¤µ à ¤µà ¤¿à ¤šà ¥�â€�à ¤›à ¥‡à ¤¦à ¤¨ à ¤—à ¥ƒà ¤¹ à ¤«à ¤¾à ¤°à ¥‡à ¤¸à ¥�â€�à ¤Ÿ à ¤¹à ¤¾à ¤¸à ¥�à ¤ªà ¤¿à ¤Ÿà ¤² à ¤®à ¥‡à ¤¡à ¤¿à ¤•à ¤² à ¤•à ¤¾à ¤²à ¥‡à ¤œ à ¤¹à ¤²à ¥�â€�à ¤¦à ¥�à ¤µà ¤¾à ¤¨à ¥€ à ¤®à ¥‡à ¤‚ à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤¨à ¤¾à ¤¨à ¤¤à ¤°à ¤¿à ¤¤ à ¤•à ¤¿à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-12-26,523 989/Home-1/143/UO/09,2009-12-14,शव विचà¥â€à¤›à¥‡à¤¦à¤¨ गृह फारेसà¥â€à¤Ÿ हासà¥à¤ªà¤¿à¤Ÿà¤² मेडिकल कालेज हलà¥â€à¤¦à¥à¤µà¤¾à¤¨à¥€ में सà¥â€à¤¥à¤¾à¤¨à¤¾à¤¨à¤¤à¤°à¤¿à¤¤ किये जाने की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar(PRINCIPAL SECRETARY),2009-12-26,523 214/UHC/XIV-1/Admin/,2009-12-09,Smt Neena Agarwal CJM Pauri is hereby Sanctioned leave.,Ravindra Maithani(Registrar General),2009-12-26,351 3282/18(2)/09-3(28)/2008,2009-12-02,Appeal no.510/224 year 2006-07 Shri Dalip Singh V/s Shri Surat Singh and other pending in the court of Settlement officer Consolidation USNagar.,Subhash Kumar(PRINCIPAL SECRETARY),2009-12-26,522 @@ -4145,7 +5737,9 @@ 1153/XVII-1/2009-2/2004,2009-11-27,शà¥à¤°à¥€ आर.पी.पनà¥â€à¤¤ सहायक निदेशक को उप निदेशक के पद पद पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Manisha Panwar(Secretary),2009-12-26,523 1854/I/2009-01(2)-15/2006,2009-12-03,शà¥à¤°à¥€ जà¥à¤žà¤¾à¤¨ पà¥à¤°à¤•ाशà¥â€à¤¾ सिंह अवर अà¤à¤¿à¤¯à¤¨à¥â€à¤¤à¤¾ को सहायक विदà¥à¤¯à¥à¤¤ निरीकà¥à¤·à¤• के पद पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Shatrughan Singh(PRINCIPAL SECRETARY),2009-12-26,522 2192/XXX-1-09-18(15)/2002,2009-12-03,शà¥à¤°à¥€ शà¥â€à¤¯à¤¾à¤® सिंह राणा तहसीलदार को डिपà¥â€à¤Ÿà¥€ कलेकà¥â€à¤Ÿà¤° बागेशà¥â€à¤µà¤° के पद पर तैनात करने की सà¥â€à¤µà¥€à¤•ृति,Shatrughan Singh(PRINCIPAL SECRETARY),2009-12-26,523 +989/Home-1/143/UO/09,2009-12-14,à ¤¶à ¤µ à ¤µà ¤¿à ¤šà ¥�â€�à ¤›à ¥‡à ¤¦à ¤¨ à ¤—à ¥ƒà ¤¹ à ¤«à ¤¾à ¤°à ¥‡à ¤¸à ¥�â€�à ¤Ÿ à ¤¹à ¤¾à ¤¸à ¥�à ¤ªà ¤¿à ¤Ÿà ¤² à ¤®à ¥‡à ¤¡à ¤¿à ¤•à ¤² à ¤•à ¤¾à ¤²à ¥‡à ¤œ à ¤¹à ¤²à ¥�â€�à ¤¦à ¥�à ¤µà ¤¾à ¤¨à ¥€ à ¤®à ¥‡à ¤‚ à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤¨à ¤¾à ¤¨à ¤¤à ¤°à ¤¿à ¤¤ à ¤•à ¤¿à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-12-26,523 MCTTribunal/P/File/charge/58/09,2009-11-03,Charge Certificate-HC Nainital the Charge of Member Comercial Tax Tribunal UK Ddun,Sarvesh Kumar Gupta(Commissioner Tax Officer),2009-12-26,352 +989/Home-1/143/UO/09,2009-12-14,à ¤¶à ¤µ à ¤µà ¤¿à ¤šà ¥�â€�à ¤›à ¥‡à ¤¦à ¤¨ à ¤—à ¥ƒà ¤¹ à ¤«à ¤¾à ¤°à ¥‡à ¤¸à ¥�â€�à ¤Ÿ à ¤¹à ¤¾à ¤¸à ¥�à ¤ªà ¤¿à ¤Ÿà ¤² à ¤®à ¥‡à ¤¡à ¤¿à ¤•à ¤² à ¤•à ¤¾à ¤²à ¥‡à ¤œ à ¤¹à ¤²à ¥�â€�à ¤¦à ¥�à ¤µà ¤¾à ¤¨à ¥€ à ¤®à ¥‡à ¤‚ à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤¨à ¤¾à ¤¨à ¤¤à ¤°à ¤¿à ¤¤ à ¤•à ¤¿à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Subhash Kumar(PRINCIPAL SECRETARY),2009-12-26,523 2192/XXX-1-09-18(15)/2002,2009-12-03,शà¥à¤°à¥€ शà¥â€à¤¯à¤¾à¤® सिंह राणा तहसीलदार को डिपà¥â€à¤Ÿà¥€ कलेकà¥â€à¤Ÿà¤° बागेशà¥â€à¤µà¤° के पद पर तैनात करने की सà¥â€à¤µà¥€à¤•ृति,Shatrughan Singh(PRINCIPAL SECRETARY),2009-12-26,523 2445/III(1)/09-100/09,2009-12-11,कारà¥à¤¯à¤¾à¤²à¤¯ जà¥à¤žà¤¾à¤ª-शà¥à¤°à¥€ लोकेश शरà¥à¤®à¤¾ को अधिशासी अà¤à¤¿à¤¯à¤‚ता (सिविल)के पद पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Utpal Kumar Singh(Secretary),2009-12-26,524 3282/18(2)/09-3(28)/2008,2009-12-02,Appeal no.510/224 year 2006-07 Shri Dalip Singh V/s Shri Surat Singh and other pending in the court of Settlement officer Consolidation USNagar.,Subhash Kumar(PRINCIPAL SECRETARY),2009-12-26,522 @@ -4153,6 +5747,7 @@ MCTTribunal/P/File/charge/58/09,2009-11-03,Charge Certificate-HC Nainital the Charge of Member Comercial Tax Tribunal UK Ddun,Sarvesh Kumar Gupta(Commissioner Tax Officer),2009-12-26,352 2445/III(1)/09-100/09,2009-12-11,कारà¥à¤¯à¤¾à¤²à¤¯ जà¥à¤žà¤¾à¤ª-शà¥à¤°à¥€ लोकेश शरà¥à¤®à¤¾ को अधिशासी अà¤à¤¿à¤¯à¤‚ता (सिविल)के पद पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Utpal Kumar Singh(Secretary),2009-12-26,524 1951/I/2009-02(2)/10/2009,2009-12-17,Uttarakhand Electricity Reulatory Commission Salary allowances and other Conditions service of Chamran and members Rules 2009,Shatrughan Singh(Secretary),2010-01-02,4 +1753/Auyuktkar/Form Sec/2009,2009-07-30,à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤†à ¤¯à ¤¾à ¤¤ à ¤˜à ¥‹à ¤·à ¤£à ¤¾ à ¤ªà ¤¤à ¥�à ¤° à ¤œà ¤¿à ¤¨à ¤•à ¥‡ à ¤–à ¥‹ à ¤œà ¤¾à ¤¨à ¥‡ à ¤šà ¥‹à ¤°à ¥€ à ¤¹à ¥‹à ¤œà ¤¾à ¤¨à ¥‡ à ¤ªà ¤° à ¤…à ¤µà ¥ˆà ¤§ à ¤˜à ¥‹à ¤·à ¤¿à ¤¤ à ¤•à ¤¿à ¤¯à ¥‡ à ¤œà ¤¾à ¤¤à ¥‡ à ¤¹à ¥ˆ,V.K.Saxena (Addl Commissioner Tax),2010-01-02,1 1951/I/2009-02(2)/10/2009,2009-12-17,Uttarakhand Electricity Reulatory Commission Salary allowances and other Conditions service of Chamran and members Rules 2009,Shatrughan Singh(Secretary),2010-01-02,4 3739/xv-1/2(6)/2006,2009-11-13,Uttarakhand Veterinary(group B) Service Amendment Rules 2009,Ajay Kumar Joshi(PRINCIPAL SECRETARY),2010-01-02,2 1951/I/2009-02(2)/10/2009,2009-12-17,Uttarakhand Electricity Reulatory Commission Salary allowances and other Conditions service of Chamran and members Rules 2009,Shatrughan Singh(Secretary),2010-01-02,4 @@ -4180,30 +5775,51 @@ 3203/II-2009-01(46)/2002,2009-12-01,सिंचाई विà¤à¤¾à¤— के निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारी 60 वरà¥à¤· की आयॠके उपरानà¥â€à¤¤ सेवा निवृत हो जायेंगें,Amrendra Sinha(PRINCIPAL SECRETARY),2010-01-09,17 884/XXVIII-1(4)/2009-40/2002,2009-12-15,चिकितà¥â€à¤¸à¤¾ à¤à¤µà¤‚ आयà¥à¤· विà¤à¤¾à¤— के अधीन होमà¥â€à¤¯à¥‹à¤ªà¥ˆà¤¥à¤¿à¤• निदेशालय à¤à¤µà¤‚ जनपद सà¥â€à¤¤à¤°à¥€à¤¯ ढांचे का गठन,Keshav Desi Raju(PRINCIPAL SECRETARY),2010-01-16,26 218/III.a-1/Stat/UHC/2009,2009-12-23,"Court Shall remain CLosed 4,6,7 and 8 jan 2010",Ravindra Maithani(Registrar General),2010-01-16,9 +215/XIV-1-7/admin/2009,2009-12-17,Shri Rahul Kumar Sirvastava ACJ(JD) Hardwar hereby sanction leave,Prashant Joshi(Ragistrar -Inspection),2010-01-16,9 +216/UHC/XIV/21/admin/09,2009-12-17,Km.Kumkum CJ(JD) purola Uttarakhasi hereby Sanction leave,Prashant Joshi(Ragistrar -Inspection),2010-01-16,9 +217/UHC/XIV/21/admin/09,2009-12-18,Smt.Indira Ashish DSJ Dehraudn is hereby sanctioned leave.,Prashant Joshi(Ragistrar -Inspection),2010-01-16,9 884/XXVIII-1(4)/2009-40/2002,2009-12-15,चिकितà¥â€à¤¸à¤¾ à¤à¤µà¤‚ आयà¥à¤· विà¤à¤¾à¤— के अधीन होमà¥â€à¤¯à¥‹à¤ªà¥ˆà¤¥à¤¿à¤• निदेशालय à¤à¤µà¤‚ जनपद सà¥â€à¤¤à¤°à¥€à¤¯ ढांचे का गठन,Keshav Desi Raju(PRINCIPAL SECRETARY),2010-01-16,26 218/III.a-1/Stat/UHC/2009,2009-12-23,"Court Shall remain CLosed 4,6,7 and 8 jan 2010",Ravindra Maithani(Registrar General),2010-01-16,9 +215/XIV-1-7/admin/2009,2009-12-17,Shri Rahul Kumar Sirvastava ACJ(JD) Hardwar hereby sanction leave,Prashant Joshi(Ragistrar -Inspection),2010-01-16,9 +216/UHC/XIV/21/admin/09,2009-12-17,Km.Kumkum CJ(JD) purola Uttarakhasi hereby Sanction leave,Prashant Joshi(Ragistrar -Inspection),2010-01-16,9 +217/UHC/XIV/21/admin/09,2009-12-18,Smt.Indira Ashish DSJ Dehraudn is hereby sanctioned leave.,Prashant Joshi(Ragistrar -Inspection),2010-01-16,9 218/III.a-1/Stat/UHC/2009,2009-12-23,"Court Shall remain CLosed 4,6,7 and 8 jan 2010",Ravindra Maithani(Registrar General),2010-01-16,9 +215/XIV-1-7/admin/2009,2009-12-17,Shri Rahul Kumar Sirvastava ACJ(JD) Hardwar hereby sanction leave,Prashant Joshi(Ragistrar -Inspection),2010-01-16,9 +216/UHC/XIV/21/admin/09,2009-12-17,Km.Kumkum CJ(JD) purola Uttarakhasi hereby Sanction leave,Prashant Joshi(Ragistrar -Inspection),2010-01-16,9 +217/UHC/XIV/21/admin/09,2009-12-18,Smt.Indira Ashish DSJ Dehraudn is hereby sanctioned leave.,Prashant Joshi(Ragistrar -Inspection),2010-01-16,9 6/30-1-2010-12(42)/2001,2010-01-01,निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारियों को à¤à¤¾à¤°à¤¤à¥€à¤¯ पà¥à¤°à¤¶à¤¾à¤¸à¤¨à¤¿à¤• सेवा मे नियà¥à¤•à¥â€à¤¤ किया जाता है,Shatrughan Singh(PRINCIPAL SECRETARY),2010-01-23,32 +39/XX(2)/109/Exam/2009,2010-01-07,à ¤¶à ¥�à ¤°à ¥€ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯à ¤ªà ¤¾à ¤² à ¤²à ¥‹à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤†à ¤¯à ¥‹à ¤— à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ à ¤¸à ¤¯à ¥�à ¤‚à ¤•à ¥�â€�à ¤¤ à ¤…à ¤µà ¤°/à ¤•à ¤¨à ¤¿à ¤·à ¥�â€�à ¤ à ¤…à ¤Âà ¤¿à ¤¯à ¤‚à ¤¤à ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2005 à ¤•à ¥‡ à ¤²à ¤¿à ¤� à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¥‹ à ¤ªà ¤° à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤¾à ¤ªà ¤¾à ¤²à ¤• à ¤®à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¥�à ¤°à ¥‡à ¤Ÿ à ¤•à ¥€ à ¤¶à ¤•à ¥�à ¤¤à ¤¿à ¤¯à ¤¾à ¤‚ à ¤ªà ¥�à ¤°à ¤¦à ¤¾à ¤¨ à ¤•à ¤°à ¤¤à ¥‡ à ¤¹à ¥ˆ,Subhash Kumar(PRINCIPAL SECRETARY),2010-01-23,33 4289/Ayuktkar/2009,2010-01-04,आयात के लिठघोषणा पतà¥à¤° सीरीज संखà¥â€à¤¯à¤¾ UK VAT-D209( 0000001 to 0600000) ततà¥â€à¤•ाल पà¥à¤°à¤à¤¾à¤µ से पà¥à¤°à¤šà¤²à¤¨ में आ जायेगें,M.L.Pant(Commissioner Tax Officer),2010-01-23,16 +4129/Ayuktkar/2009,2009-12-23,à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤¸à ¥‚à ¤šà ¥€ à ¤®à ¥‡à ¤‚ à ¤‰à ¤²à ¥�à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤˜à ¥‹à ¤·à ¤£à ¤¾ à ¤ªà ¤¤à ¥�à ¤° à ¤œà ¤¿à ¤¨à ¤•à ¥‡ à ¤–à ¥‹ à ¤œà ¤¾à ¤¨à ¥‡/à ¤šà ¥‹à ¤°à ¥€ à ¤¹à ¥‹ à ¤œà ¤¾à ¤¨à ¥‡ à ¤ªà ¤° à ¤¸à ¥‚à ¤šà ¤¨à ¤¾à ¤�à ¤‚ à ¤ªà ¥�à ¤°à ¤¾à ¤ªà ¥�â€�à ¤¤ à ¤¹à ¥�à ¤ˆ à ¤¹à ¥ˆ à ¤…à ¤µà ¥ˆà ¤§ à ¤˜à ¥‹à ¤·à ¤¿à ¤¤ à ¤•à ¤¿à ¤¯à ¥‡ à ¤œà ¤¾à ¤¤à ¥‡ à ¤¹à ¥ˆ,V.K.Saxena (Addl Commissioner Tax),2010-01-23,17 +39/XX(2)/109/Exam/2009,2010-01-07,à ¤¶à ¥�à ¤°à ¥€ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯à ¤ªà ¤¾à ¤² à ¤²à ¥‹à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤†à ¤¯à ¥‹à ¤— à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ à ¤¸à ¤¯à ¥�à ¤‚à ¤•à ¥�â€�à ¤¤ à ¤…à ¤µà ¤°/à ¤•à ¤¨à ¤¿à ¤·à ¥�â€�à ¤ à ¤…à ¤Âà ¤¿à ¤¯à ¤‚à ¤¤à ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2005 à ¤•à ¥‡ à ¤²à ¤¿à ¤� à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¥‹ à ¤ªà ¤° à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤¾à ¤ªà ¤¾à ¤²à ¤• à ¤®à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¥�à ¤°à ¥‡à ¤Ÿ à ¤•à ¥€ à ¤¶à ¤•à ¥�à ¤¤à ¤¿à ¤¯à ¤¾à ¤‚ à ¤ªà ¥�à ¤°à ¤¦à ¤¾à ¤¨ à ¤•à ¤°à ¤¤à ¥‡ à ¤¹à ¥ˆ,Subhash Kumar(PRINCIPAL SECRETARY),2010-01-23,33 1066/XXVIII-3-2009-116/09,2009-12-30,à¤à¤¸0पी0अगà¥à¤°à¤µà¤¾à¤² मेलाधिकारी सà¥â€à¤µà¤¾à¤¸à¥â€à¤¥à¥â€à¤¯ कà¥à¤®à¥â€à¤ मेला 2010 सà¥â€à¤µà¤¾à¤¸à¥â€à¤¥à¥â€à¤¯ पà¥à¤°à¤¾à¤§à¤¿à¤•ारी नियà¥à¤•à¥â€à¤¤ करते है,Keshav Desiraju(PRINCIPAL SECRETARY),2010-01-23,32 39/XX(2)/109/Exam/2009,2010-01-07,शà¥à¤°à¥€ राजà¥â€à¤¯à¤ªà¤¾à¤² लोक सेवा आयोग दà¥à¤µà¤¾à¤°à¤¾ संचालित सयà¥à¤‚कà¥â€à¤¤ अवर/कनिषà¥â€à¤ अà¤à¤¿à¤¯à¤‚ता परीकà¥à¤·à¤¾ 2005 के लिठपरीकà¥à¤·à¤¾ केनà¥â€à¤¦à¥à¤°à¥‹ पर कारà¥à¤¯à¤¾à¤ªà¤¾à¤²à¤• मजिसà¥â€à¤Ÿà¥à¤°à¥‡à¤Ÿ की शकà¥à¤¤à¤¿à¤¯à¤¾à¤‚ पà¥à¤°à¤¦à¤¾à¤¨ करते है,Subhash Kumar(PRINCIPAL SECRETARY),2010-01-23,33 6/30-1-2010-12(42)/2001,2010-01-01,निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारियों को à¤à¤¾à¤°à¤¤à¥€à¤¯ पà¥à¤°à¤¶à¤¾à¤¸à¤¨à¤¿à¤• सेवा मे नियà¥à¤•à¥â€à¤¤ किया जाता है,Shatrughan Singh(PRINCIPAL SECRETARY),2010-01-23,32 6/30-1-2010-12(42)/2001,2010-01-01,निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारियों को à¤à¤¾à¤°à¤¤à¥€à¤¯ पà¥à¤°à¤¶à¤¾à¤¸à¤¨à¤¿à¤• सेवा मे नियà¥à¤•à¥â€à¤¤ किया जाता है,Shatrughan Singh(PRINCIPAL SECRETARY),2010-01-23,32 14/VIII/782-Labour/2003,2010-01-08,शà¥à¤°à¥€ राजीव कà¥à¤®à¤¾à¤° सिंह सहायक निदेशक कारखाना/बà¥â€à¤µà¤¾à¤²à¤° को उपनिदेशक कारखाना/बà¥â€à¤µà¤¾à¤²à¤° के पद पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Dr. Dilbag Singh(Secretary),2010-01-23,34 2119/III(1)/09-83/08,2009-12-30,शà¥à¤°à¥€ बी0के0खेवरिया अधिशासी अà¤à¤¿à¤¯à¤‚ता को चयन वरà¥à¤· 2004-05 में अनà¥à¤¸à¥‚चित जाति के अधिशासी अà¤à¤¿à¤¯à¤‚ता (वि0यां0)के रिकà¥â€à¤¤ पद पद पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Utpal Kumar Singh(Secretary),2010-01-23,33 +39/XX(2)/109/Exam/2009,2010-01-07,à ¤¶à ¥�à ¤°à ¥€ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯à ¤ªà ¤¾à ¤² à ¤²à ¥‹à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤†à ¤¯à ¥‹à ¤— à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ à ¤¸à ¤¯à ¥�à ¤‚à ¤•à ¥�â€�à ¤¤ à ¤…à ¤µà ¤°/à ¤•à ¤¨à ¤¿à ¤·à ¥�â€�à ¤ à ¤…à ¤Âà ¤¿à ¤¯à ¤‚à ¤¤à ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2005 à ¤•à ¥‡ à ¤²à ¤¿à ¤� à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¥‹ à ¤ªà ¤° à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤¾à ¤ªà ¤¾à ¤²à ¤• à ¤®à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¥�à ¤°à ¥‡à ¤Ÿ à ¤•à ¥€ à ¤¶à ¤•à ¥�à ¤¤à ¤¿à ¤¯à ¤¾à ¤‚ à ¤ªà ¥�à ¤°à ¤¦à ¤¾à ¤¨ à ¤•à ¤°à ¤¤à ¥‡ à ¤¹à ¥ˆ,Subhash Kumar(PRINCIPAL SECRETARY),2010-01-23,33 221/IHC/Admin.A/2009,2009-12-24,Shri Laxman Singh Judicial Magistrate rudraprayag Transfer and posted CJ(JD)Purola,Ravindra Maithani(Registrar General),2010-01-23,15 222/UHC/Admin.A/2009,2009-12-24,Amendments in High COurt Rules 1952 Applicable to uttarakhand Under U.P.regorganization act 2000.,Ravindra Maithani(Registrar General),2010-01-23,15 +223/XIV/12/Admin/2009,2009-12-29,Shri Ashutosh Kumar Mishra CJ(JD) Kirtinagar hereby Sanctin leave.,Prashant Joshi(Ragistrar -Inspection),2010-01-23,15 2119/III(1)/09-83/08,2009-12-30,शà¥à¤°à¥€ बी0के0खेवरिया अधिशासी अà¤à¤¿à¤¯à¤‚ता को चयन वरà¥à¤· 2004-05 में अनà¥à¤¸à¥‚चित जाति के अधिशासी अà¤à¤¿à¤¯à¤‚ता (वि0यां0)के रिकà¥â€à¤¤ पद पद पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Utpal Kumar Singh(Secretary),2010-01-23,33 1837/09-10,2009-12-29,UERC hereby extends the applicable of the following regulations for period upto 30-6-2010.,V.J.Talwar(President),2010-01-23,19 1837/09-10,2009-12-29,UERC hereby extends the applicable of the following regulations for period upto 30-6-2010.,V.J.Talwar(President),2010-01-23,19 +39/XX(2)/109/Exam/2009,2010-01-07,à ¤¶à ¥�à ¤°à ¥€ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯à ¤ªà ¤¾à ¤² à ¤²à ¥‹à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤†à ¤¯à ¥‹à ¤— à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ à ¤¸à ¤¯à ¥�à ¤‚à ¤•à ¥�â€�à ¤¤ à ¤…à ¤µà ¤°/à ¤•à ¤¨à ¤¿à ¤·à ¥�â€�à ¤ à ¤…à ¤Âà ¤¿à ¤¯à ¤‚à ¤¤à ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2005 à ¤•à ¥‡ à ¤²à ¤¿à ¤� à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¥‹ à ¤ªà ¤° à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤¾à ¤ªà ¤¾à ¤²à ¤• à ¤®à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¥�à ¤°à ¥‡à ¤Ÿ à ¤•à ¥€ à ¤¶à ¤•à ¥�à ¤¤à ¤¿à ¤¯à ¤¾à ¤‚ à ¤ªà ¥�à ¤°à ¤¦à ¤¾à ¤¨ à ¤•à ¤°à ¤¤à ¥‡ à ¤¹à ¥ˆ,Subhash Kumar(PRINCIPAL SECRETARY),2010-01-23,33 +39/XX(2)/109/Exam/2009,2010-01-07,à ¤¶à ¥�à ¤°à ¥€ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯à ¤ªà ¤¾à ¤² à ¤²à ¥‹à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤†à ¤¯à ¥‹à ¤— à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ à ¤¸à ¤¯à ¥�à ¤‚à ¤•à ¥�â€�à ¤¤ à ¤…à ¤µà ¤°/à ¤•à ¤¨à ¤¿à ¤·à ¥�â€�à ¤ à ¤…à ¤Âà ¤¿à ¤¯à ¤‚à ¤¤à ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2005 à ¤•à ¥‡ à ¤²à ¤¿à ¤� à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¥‹ à ¤ªà ¤° à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤¾à ¤ªà ¤¾à ¤²à ¤• à ¤®à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¥�à ¤°à ¥‡à ¤Ÿ à ¤•à ¥€ à ¤¶à ¤•à ¥�à ¤¤à ¤¿à ¤¯à ¤¾à ¤‚ à ¤ªà ¥�à ¤°à ¤¦à ¤¾à ¤¨ à ¤•à ¤°à ¤¤à ¥‡ à ¤¹à ¥ˆ,Subhash Kumar(PRINCIPAL SECRETARY),2010-01-23,33 6/30-1-2010-12(42)/2001,2010-01-01,निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारियों को à¤à¤¾à¤°à¤¤à¥€à¤¯ पà¥à¤°à¤¶à¤¾à¤¸à¤¨à¤¿à¤• सेवा मे नियà¥à¤•à¥â€à¤¤ किया जाता है,Shatrughan Singh(PRINCIPAL SECRETARY),2010-01-23,32 1066/XXVIII-3-2009-116/09,2009-12-30,à¤à¤¸0पी0अगà¥à¤°à¤µà¤¾à¤² मेलाधिकारी सà¥â€à¤µà¤¾à¤¸à¥â€à¤¥à¥â€à¤¯ कà¥à¤®à¥â€à¤ मेला 2010 सà¥â€à¤µà¤¾à¤¸à¥â€à¤¥à¥â€à¤¯ पà¥à¤°à¤¾à¤§à¤¿à¤•ारी नियà¥à¤•à¥â€à¤¤ करते है,Keshav Desiraju(PRINCIPAL SECRETARY),2010-01-23,32 +39/XX(2)/109/Exam/2009,2010-01-07,à ¤¶à ¥�à ¤°à ¥€ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯à ¤ªà ¤¾à ¤² à ¤²à ¥‹à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤†à ¤¯à ¥‹à ¤— à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ à ¤¸à ¤¯à ¥�à ¤‚à ¤•à ¥�â€�à ¤¤ à ¤…à ¤µà ¤°/à ¤•à ¤¨à ¤¿à ¤·à ¥�â€�à ¤ à ¤…à ¤Âà ¤¿à ¤¯à ¤‚à ¤¤à ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2005 à ¤•à ¥‡ à ¤²à ¤¿à ¤� à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¥‹ à ¤ªà ¤° à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤¾à ¤ªà ¤¾à ¤²à ¤• à ¤®à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¥�à ¤°à ¥‡à ¤Ÿ à ¤•à ¥€ à ¤¶à ¤•à ¥�à ¤¤à ¤¿à ¤¯à ¤¾à ¤‚ à ¤ªà ¥�à ¤°à ¤¦à ¤¾à ¤¨ à ¤•à ¤°à ¤¤à ¥‡ à ¤¹à ¥ˆ,Subhash Kumar(PRINCIPAL SECRETARY),2010-01-23,33 221/IHC/Admin.A/2009,2009-12-24,Shri Laxman Singh Judicial Magistrate rudraprayag Transfer and posted CJ(JD)Purola,Ravindra Maithani(Registrar General),2010-01-23,15 222/UHC/Admin.A/2009,2009-12-24,Amendments in High COurt Rules 1952 Applicable to uttarakhand Under U.P.regorganization act 2000.,Ravindra Maithani(Registrar General),2010-01-23,15 +223/XIV/12/Admin/2009,2009-12-29,Shri Ashutosh Kumar Mishra CJ(JD) Kirtinagar hereby Sanctin leave.,Prashant Joshi(Ragistrar -Inspection),2010-01-23,15 221/IHC/Admin.A/2009,2009-12-24,Shri Laxman Singh Judicial Magistrate rudraprayag Transfer and posted CJ(JD)Purola,Ravindra Maithani(Registrar General),2010-01-23,15 222/UHC/Admin.A/2009,2009-12-24,Amendments in High COurt Rules 1952 Applicable to uttarakhand Under U.P.regorganization act 2000.,Ravindra Maithani(Registrar General),2010-01-23,15 +223/XIV/12/Admin/2009,2009-12-29,Shri Ashutosh Kumar Mishra CJ(JD) Kirtinagar hereby Sanctin leave.,Prashant Joshi(Ragistrar -Inspection),2010-01-23,15 +39/XX(2)/109/Exam/2009,2010-01-07,à ¤¶à ¥�à ¤°à ¥€ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯à ¤ªà ¤¾à ¤² à ¤²à ¥‹à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤†à ¤¯à ¥‹à ¤— à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ à ¤¸à ¤¯à ¥�à ¤‚à ¤•à ¥�â€�à ¤¤ à ¤…à ¤µà ¤°/à ¤•à ¤¨à ¤¿à ¤·à ¥�â€�à ¤ à ¤…à ¤Âà ¤¿à ¤¯à ¤‚à ¤¤à ¤¾ à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2005 à ¤•à ¥‡ à ¤²à ¤¿à ¤� à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¥‹ à ¤ªà ¤° à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤¾à ¤ªà ¤¾à ¤²à ¤• à ¤®à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¥�à ¤°à ¥‡à ¤Ÿ à ¤•à ¥€ à ¤¶à ¤•à ¥�à ¤¤à ¤¿à ¤¯à ¤¾à ¤‚ à ¤ªà ¥�à ¤°à ¤¦à ¤¾à ¤¨ à ¤•à ¤°à ¤¤à ¥‡ à ¤¹à ¥ˆ,Subhash Kumar(PRINCIPAL SECRETARY),2010-01-23,33 4094/Ayuktkar/2009,2009-12-22,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सेवा परीकà¥à¤·à¤¾ 2004 के आधार पर नियà¥à¤•à¥â€à¤¤ वाणिजà¥â€à¤¯à¤•र अधिकारी,M.L.Pant (Commissioner Tax Officer),2010-01-30,21 1271/XXVIII-2-2009-37/2009,2009-11-27,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ पी0à¤à¤®0à¤à¤š0à¤à¤¸0 संबरà¥à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त विशेषजà¥à¤ž उपसंवरà¥à¤— चिकितà¥â€à¤¸à¤¾ अधिकारियों की सूची,Keshav Desiraju(PRINCIPAL SECRETARY),2010-01-30,36 +1271/XXVIII-2-2009-37/2009,2009-11-27,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤ªà ¥€0à ¤�à ¤®0à ¤�à ¤š0à ¤�à ¤¸0 à ¤¸à ¤‚à ¤¬à ¤°à ¥�à ¤— à ¤•à ¥‡ à ¤…à ¤°à ¥�à ¤¨à ¥�â€�à ¤¤à ¤—à ¤¤ à ¤µà ¤¿à ¤¶à ¥‡à ¤·à ¤œà ¥�à ¤ž à ¤‰à ¤ªà ¤¸à ¤‚à ¤µà ¤°à ¥�à ¤— à ¤šà ¤¿à ¤•à ¤¿à ¤¤à ¥�â€�à ¤¸à ¤¾ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥€ à ¤¸à ¥‚à ¤šà ¥€,Keshav Desiraju(PRINCIPAL SECRETARY),2010-01-30,36 111,2010-02-01,qqqqqqqqqqqqqqqqqqqqqq,qqqqqqqq(Additional General Registrar),2010-02-01,1 3968/Licence/Rule-21/2009,2009-11-27,Regarding Licence Cancellation,R.C.Kalra(RTO),2010-02-06,27 3968/Licence/Rule-21/2009,2009-11-27,Regarding Licence Cancellation,R.C.Kalra(RTO),2010-02-06,27 @@ -4211,7 +5827,10 @@ 1467/X-1-2009-4(23)/2009,2009-11-20,à¤à¤¾à¤°à¤¤à¥€à¤¯ वन सेवा में वन संरकà¥à¤·à¤• पद पर कारà¥à¤¯à¤°à¤¤ निमà¥â€à¤¨à¤¾à¤‚कित अधिकारियों की पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Arjun Singh(Additional Secretary),2010-02-06,48 1514/4-3/2008,2009-12-17,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ पà¥à¤°à¤¶à¤¾à¤¸à¤¨ अकादमी नैनीताल में राजà¥â€à¤¯ के पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤•ों हेतॠविà¤à¤¾à¤—ीय परीकà¥à¤·à¤¾ का आयोजन,S.Raju(Director),2010-02-06,26 3968/Licence/Rule-21/2009,2009-11-27,Regarding Licence Cancellation,R.C.Kalra(RTO),2010-02-06,27 +1488/3/2009,2009-11-12,à ¤¨à ¤¿à ¤¦à ¥‡à ¤¶à ¤• à ¤•à ¥‹à ¤·à ¤¾à ¤—à ¤¾à ¤° à ¤�à ¤µà ¤‚ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾à ¤¯à ¥‡à ¤‚ à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤¡ à ¤¦à ¥‡à ¤¹à ¤°à ¤¾à ¤¦à ¥‚à ¤¨ à ¤•à ¥‡ à ¤ªà ¤¦ à ¤•à ¤¾ à ¤ªà ¤¦à ¤Âà ¤¾à ¤° à ¤¹à ¤¸à ¥�â€�à ¤¤à ¤¾à ¤¨à ¥�â€�à ¤¤à ¤°à ¤¿à ¤¤,G.K.Pant(Director),2010-02-06,25 1467/X-1-2009-4(23)/2009,2009-11-20,à¤à¤¾à¤°à¤¤à¥€à¤¯ वन सेवा में वन संरकà¥à¤·à¤• पद पर कारà¥à¤¯à¤°à¤¤ निमà¥â€à¤¨à¤¾à¤‚कित अधिकारियों की पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Arjun Singh(Additional Secretary),2010-02-06,48 +1488/3/2009,2009-11-12,à ¤¨à ¤¿à ¤¦à ¥‡à ¤¶à ¤• à ¤•à ¥‹à ¤·à ¤¾à ¤—à ¤¾à ¤° à ¤�à ¤µà ¤‚ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾à ¤¯à ¥‡à ¤‚ à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤¡ à ¤¦à ¥‡à ¤¹à ¤°à ¤¾à ¤¦à ¥‚à ¤¨ à ¤•à ¥‡ à ¤ªà ¤¦ à ¤•à ¤¾ à ¤ªà ¤¦à ¤Âà ¤¾à ¤° à ¤¹à ¤¸à ¥�â€�à ¤¤à ¤¾à ¤¨à ¥�â€�à ¤¤à ¤°à ¤¿à ¤¤,G.K.Pant(Director),2010-02-06,25 +1488/3/2009,2009-11-12,à ¤¨à ¤¿à ¤¦à ¥‡à ¤¶à ¤• à ¤•à ¥‹à ¤·à ¤¾à ¤—à ¤¾à ¤° à ¤�à ¤µà ¤‚ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤¸à ¥‡à ¤µà ¤¾à ¤¯à ¥‡à ¤‚ à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤¡ à ¤¦à ¥‡à ¤¹à ¤°à ¤¾à ¤¦à ¥‚à ¤¨ à ¤•à ¥‡ à ¤ªà ¤¦ à ¤•à ¤¾ à ¤ªà ¤¦à ¤Âà ¤¾à ¤° à ¤¹à ¤¸à ¥�â€�à ¤¤à ¤¾à ¤¨à ¥�â€�à ¤¤à ¤°à ¤¿à ¤¤,G.K.Pant(Director),2010-02-06,25 4006-4009/Licence/2009,2009-12-07,आदेश -कारà¥à¤¯à¤¾à¤²à¤¯ समà¥â€à¤à¤¾à¤—ीय परिवहन अधिकारी हलà¥â€à¤¦à¥à¤µà¤¾à¤¨à¥€,R.C.Kalra(RTO),2010-02-13,35 133-59/DTEU/0711/09,2010-01-04,पà¥à¤°à¤¶à¤¿à¤•à¥à¤·à¤£ à¤à¤µà¤‚ सेवायोजन उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारियों को उनके समà¥â€à¤®à¥à¤– उलà¥à¤²à¤¿à¤–ित अधिकà¥à¤·à¥‡à¤¤à¥à¤° के सेवा योजनकों के समà¥â€à¤¬à¤¨à¥â€à¤§ में,H.Gulsan(Director),2010-02-13,34 4006-4009/Licence/2009,2009-12-07,आदेश -कारà¥à¤¯à¤¾à¤²à¤¯ समà¥â€à¤à¤¾à¤—ीय परिवहन अधिकारी हलà¥â€à¤¦à¥à¤µà¤¾à¤¨à¥€,R.C.Kalra(RTO),2010-02-13,35 @@ -4219,9 +5838,14 @@ 4006-4009/Licence/2009,2009-12-07,आदेश -कारà¥à¤¯à¤¾à¤²à¤¯ समà¥â€à¤à¤¾à¤—ीय परिवहन अधिकारी हलà¥â€à¤¦à¥à¤µà¤¾à¤¨à¥€,R.C.Kalra(RTO),2010-02-13,35 1258/,2009-12-24,Certificate of Taking over/ handing over charge,Neetu Joshi(Civil Judge -CD),2010-02-13,33 133-59/DTEU/0711/09,2010-01-04,पà¥à¤°à¤¶à¤¿à¤•à¥à¤·à¤£ à¤à¤µà¤‚ सेवायोजन उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारियों को उनके समà¥â€à¤®à¥à¤– उलà¥à¤²à¤¿à¤–ित अधिकà¥à¤·à¥‡à¤¤à¥à¤° के सेवा योजनकों के समà¥â€à¤¬à¤¨à¥â€à¤§ में,H.Gulsan(Director),2010-02-13,34 +1/XX(2)/257/Suraksa/2009,2010-01-01,Appoint three Additional Mela officers of Kumb mela 2010,Subhash Kumar(PRINCIPAL SECRETARY),2010-02-20,52 1/XX(2)/257/Suraksa/2009,2010-01-01,Appoint three Additional Mela officers of Kumb mela 2010,Subhash Kumar(PRINCIPAL SECRETARY),2010-02-20,52 +08/XXVII(6)/2010,2010-01-05,à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤µà ¤¿ à ¤Âà ¤¾à ¤— à ¤•à ¥‡ à ¤¨à ¤¿à ¤¯à ¤¨à ¥�â€�à ¤¤à ¥�à ¤°à ¤£à ¤¾à ¤§à ¥€à ¤¨ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤‚à ¤•à ¤¿à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤‡à ¤‚à ¤—à ¤¿à ¤¤ à ¤¤à ¤¿à ¤¥à ¤¿ à ¤•à ¥‹ à ¤¸à ¤°à ¤•à ¤¾à ¤°à ¥€ à ¤¸à ¥‡à ¤µà ¤¾ à ¤¸à ¥‡ à ¤¸à ¥‡à ¤µà ¤¾à ¤¨à ¤¿à ¤µà ¥ƒà ¤¤ à ¤¹à ¥‹ à ¤œà ¤¾à ¤¯à ¥‡à ¤—à ¥‡à ¤‚,Dr.M.C.Joshi(Additional Secretary),2010-02-20,53 1/XX(2)/257/Suraksa/2009,2010-01-01,Appoint three Additional Mela officers of Kumb mela 2010,Subhash Kumar(PRINCIPAL SECRETARY),2010-02-20,52 1/XX(2)/257/Suraksa/2009,2010-01-01,Appoint three Additional Mela officers of Kumb mela 2010,Subhash Kumar(PRINCIPAL SECRETARY),2010-02-20,52 +08/XXVII(6)/2010,2010-01-05,à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤µà ¤¿ à ¤Âà ¤¾à ¤— à ¤•à ¥‡ à ¤¨à ¤¿à ¤¯à ¤¨à ¥�â€�à ¤¤à ¥�à ¤°à ¤£à ¤¾à ¤§à ¥€à ¤¨ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤‚à ¤•à ¤¿à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤‡à ¤‚à ¤—à ¤¿à ¤¤ à ¤¤à ¤¿à ¤¥à ¤¿ à ¤•à ¥‹ à ¤¸à ¤°à ¤•à ¤¾à ¤°à ¥€ à ¤¸à ¥‡à ¤µà ¤¾ à ¤¸à ¥‡ à ¤¸à ¥‡à ¤µà ¤¾à ¤¨à ¤¿à ¤µà ¥ƒà ¤¤ à ¤¹à ¥‹ à ¤œà ¤¾à ¤¯à ¥‡à ¤—à ¥‡à ¤‚,Dr.M.C.Joshi(Additional Secretary),2010-02-20,53 +08/XXVII(6)/2010,2010-01-05,à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤µà ¤¿ à ¤Âà ¤¾à ¤— à ¤•à ¥‡ à ¤¨à ¤¿à ¤¯à ¤¨à ¥�â€�à ¤¤à ¥�à ¤°à ¤£à ¤¾à ¤§à ¥€à ¤¨ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤¾à ¤‚à ¤•à ¤¿à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤‡à ¤‚à ¤—à ¤¿à ¤¤ à ¤¤à ¤¿à ¤¥à ¤¿ à ¤•à ¥‹ à ¤¸à ¤°à ¤•à ¤¾à ¤°à ¥€ à ¤¸à ¥‡à ¤µà ¤¾ à ¤¸à ¥‡ à ¤¸à ¥‡à ¤µà ¤¾à ¤¨à ¤¿à ¤µà ¥ƒà ¤¤ à ¤¹à ¥‹ à ¤œà ¤¾à ¤¯à ¥‡à ¤—à ¥‡à ¤‚,Dr.M.C.Joshi(Additional Secretary),2010-02-20,53 +1/XX(2)/257/Suraksa/2009,2010-01-01,Appoint three Additional Mela officers of Kumb mela 2010,Subhash Kumar(PRINCIPAL SECRETARY),2010-02-20,52 196/Panchayat/2010,2010-01-16,"पंचसà¥â€à¤¥à¤¾à¤¨à¤¿ चà¥à¤¨à¤¾à¤µà¤²à¤¸ देहरादून- पà¥à¤°à¤§à¤¾à¤¨,गà¥à¤°à¤¾à¤® पंचायत सदसà¥â€à¤¯ गà¥à¤°à¤¾à¤®à¤ªà¤‚चायतों के रिकà¥â€à¤¤ पदों उपनिरà¥à¤µà¤¾à¤šà¤¨ हेतॠकारà¥à¤¯à¤•à¥à¤°à¤® अधिसूचित",District Magistrate Dehradun(District Magistrate),2010-03-06,1 1767/X-3-2009-8(83)/2001,2010-01-08,उतà¥â€à¤¤à¤°à¤¾à¤‚चल जैव विविधता बोरà¥à¤¡ के गठन के समà¥â€à¤¬à¤¨à¥â€à¤§ में,???? ????? (PRINCIPAL SECRETARY),2010-03-06,59 88/XV-1/10/2(58)/05,2010-02-19,पशà¥à¤ªà¤¾à¤²à¤¨ विà¤à¤¾à¤— में पशà¥à¤šà¤¿à¤•ितà¥â€à¤¸à¤¾à¤§à¤¿à¤•ारी के रिकà¥â€à¤¤ पदों पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•â€à¥ƒà¤¤à¤¿,Vinod Fonia(Secretary),2010-03-06,63 @@ -4232,10 +5856,14 @@ 132/XXVIII-4(1)/2010-18/2004,2010-02-19,आरà¥à¤¯à¥à¤µà¥‡à¤¦à¤¿à¤• à¤à¤µà¤‚ यूनानी औषधियों के लाईसेनà¥â€à¤¸ जारी किये जाने हेतॠपैनल गठित किये जाने की सà¥â€à¤µà¥€à¤•ृति,Keshav Desiraju(PRINCIPAL SECRETARY),2010-03-06,61 1005/XXIV-2/10/12(18)/2009,2010-01-08,उप पà¥à¤°à¤§à¤¾à¤¨à¤¾à¤šà¤¾à¤°à¥à¤¯ à¤à¤µà¤‚ समककà¥à¤· के पदों पर पदोनà¥â€à¤¨à¤¤à¤¿ हेतॠचयन वरà¥à¤· 2009-10 में à¤à¤• बार सेवा अवधि दो वरà¥à¤· की छूट पà¥à¤°à¤¦à¤¾à¤¨ किये जाने की सà¥â€à¤µà¥€à¤•ृति,Dr.Rakesh Kumar(Secretary),2010-03-06,62 1767/X-3-2009-8(83)/2001,2010-01-08,उतà¥â€à¤¤à¤°à¤¾à¤‚चल जैव विविधता बोरà¥à¤¡ के गठन के समà¥â€à¤¬à¤¨à¥â€à¤§ में,???? ????? (PRINCIPAL SECRETARY),2010-03-06,59 +227/UHC/XIV/56/Admin.A,2010-01-18,Shri Dhananjay Chaturvedi CJM Tehri Garhwar is hereby Sanction Leave,Ravindra Maithani(Registrar General),2010-03-06,47 +228/UHC/XIV/65/Admin,2010-01-20,Shri Shahanshah mohd.Dilber Daish CJ(SD) Vikasnagar is hereby sanctioned leave,Prashant Joshi(Ragistrar -Inspection),2010-03-06,47 196/Panchayat/2010,2010-01-16,"पंचसà¥â€à¤¥à¤¾à¤¨à¤¿ चà¥à¤¨à¤¾à¤µà¤²à¤¸ देहरादून- पà¥à¤°à¤§à¤¾à¤¨,गà¥à¤°à¤¾à¤® पंचायत सदसà¥â€à¤¯ गà¥à¤°à¤¾à¤®à¤ªà¤‚चायतों के रिकà¥â€à¤¤ पदों उपनिरà¥à¤µà¤¾à¤šà¤¨ हेतॠकारà¥à¤¯à¤•à¥à¤°à¤® अधिसूचित",District Magistrate Dehradun(District Magistrate),2010-03-06,1 60/XVII(1)-3/2010-09/2002,2010-02-23,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ सैनिक कलà¥â€à¤¯à¤¾à¤£ परâ€à¤¿ षद में उपाधà¥â€à¤¯à¤•à¥à¤· का पद सृजित किये जाने की सà¥â€à¤µà¥€à¤•ृति,Radha Raturi(Secretary),2010-03-06,63 1767/X-3-2009-8(83)/2001,2010-01-08,उतà¥â€à¤¤à¤°à¤¾à¤‚चल जैव विविधता बोरà¥à¤¡ के गठन के समà¥â€à¤¬à¤¨à¥â€à¤§ में,???? ????? (PRINCIPAL SECRETARY),2010-03-06,59 60/XVII(1)-3/2010-09/2002,2010-02-23,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ सैनिक कलà¥â€à¤¯à¤¾à¤£ परâ€à¤¿ षद में उपाधà¥â€à¤¯à¤•à¥à¤· का पद सृजित किये जाने की सà¥â€à¤µà¥€à¤•ृति,Radha Raturi(Secretary),2010-03-06,63 +227/UHC/XIV/56/Admin.A,2010-01-18,Shri Dhananjay Chaturvedi CJM Tehri Garhwar is hereby Sanction Leave,Ravindra Maithani(Registrar General),2010-03-06,47 +228/UHC/XIV/65/Admin,2010-01-20,Shri Shahanshah mohd.Dilber Daish CJ(SD) Vikasnagar is hereby sanctioned leave,Prashant Joshi(Ragistrar -Inspection),2010-03-06,47 88/XV-1/10/2(58)/05,2010-02-19,पशà¥à¤ªà¤¾à¤²à¤¨ विà¤à¤¾à¤— में पशà¥à¤šà¤¿à¤•ितà¥â€à¤¸à¤¾à¤§à¤¿à¤•ारी के रिकà¥â€à¤¤ पदों पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•â€à¥ƒà¤¤à¤¿,Vinod Fonia(Secretary),2010-03-06,63 88/XV-1/10/2(58)/05,2010-02-19,पशà¥à¤ªà¤¾à¤²à¤¨ विà¤à¤¾à¤— में पशà¥à¤šà¤¿à¤•ितà¥â€à¤¸à¤¾à¤§à¤¿à¤•ारी के रिकà¥â€à¤¤ पदों पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•â€à¥ƒà¤¤à¤¿,Vinod Fonia(Secretary),2010-03-06,63 161/XXII(138)/2010,2010-02-18,सूचना à¤à¤µ जनसमà¥â€à¤ªà¤°à¥à¤• विà¤à¤¾à¤— के उप निदेशक डा0 अनिल चनà¥â€à¤¦à¥‹à¤²à¤¾ को सयà¥à¤‚कà¥â€à¤¤ निदेशक के रिकà¥â€à¤¤ पद पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar(PRINCIPAL SECRETARY),2010-03-06,62 @@ -4246,9 +5874,17 @@ 182/II-2006-01(440)/03,2010-02-19,अधिशासी अà¤à¤¿à¤¯à¤‚ता (सिविल) के पदों पर पदोनà¥â€à¤¨à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Amrendra Sinha(PRINCIPAL SECRETARY),2010-03-13,67 182/II-2006-01(440)/03,2010-02-19,अधिशासी अà¤à¤¿à¤¯à¤‚ता (सिविल) के पदों पर पदोनà¥â€à¤¨à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Amrendra Sinha(PRINCIPAL SECRETARY),2010-03-13,67 182/II-2006-01(440)/03,2010-02-19,अधिशासी अà¤à¤¿à¤¯à¤‚ता (सिविल) के पदों पर पदोनà¥â€à¤¨à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Amrendra Sinha(PRINCIPAL SECRETARY),2010-03-13,67 +226/UHC/XIV/81/Admin,2010-01-08,Regarding Leave Sanction Smt.Anjushree Juyal CJM bageshwar,Ravindra Maithani(Registrar General),2010-03-13,49 +230/XIV./08-Admin/2008,2010-02-05,"Regarding Leave Saction Ms.Reena Negi,CJ(JD)Hardwar",Prashant Joshi(Ragistrar -Inspection),2010-03-13,49 +230/Xiv/24/admin/2008,2010-02-23,"Regarding Leave Sanction Shri Uday Pratap Singh,JM-Kashipur",Prashant Joshi(Ragistrar -Inspection),2010-03-13,49 +235/UHC/XIV/40/Admin/2008,2010-02-24,Regarding leave Sanction Smt.Meena Tiwari DSJ-Chamoli,Prashant Joshi(Ragistrar -Inspection),2010-03-13,49 669/Pan.election/2010,2010-01-16,जिला बागेशà¥â€à¤µà¤° में रिकà¥â€à¤¤ गà¥à¤°à¤¾à¤® पंचायतों के पदों पर उपनिरà¥à¤µà¤šà¤¨ के लिठसमय सारणी,D.S.Gabriyal(Distict Election Officer ),2010-03-13,10 313/Tri-Panchayat-Nirvachan/2010,2010-01-16,पंचायत नैनीताल के गà¥à¤°à¤¾à¤® पंचायतों के पà¥à¤°à¤§à¤¾à¤¨ à¤à¤µà¤‚ सदसà¥â€à¤¯à¥‹à¤‚ के रिकà¥â€à¤¤ पदों पर निरà¥à¤µà¤¾à¤šà¤¨/उपनिरà¥à¤µà¤¾à¤šà¤¨,S.S.Kundra(District Election Officer),2010-03-13,7 03-no(F)/XXXVI(1)/2010-01/2002,2010-02-24,Appoint Shri Kuwar singh Rawat Advocate Notary-Rudraprayag for the peirod of 5 years.,R.D.Paliwal(Secretary),2010-03-13,68 +226/UHC/XIV/81/Admin,2010-01-08,Regarding Leave Sanction Smt.Anjushree Juyal CJM bageshwar,Ravindra Maithani(Registrar General),2010-03-13,49 +230/Xiv/24/admin/2008,2010-02-23,"Regarding Leave Sanction Shri Uday Pratap Singh,JM-Kashipur",Prashant Joshi(Ragistrar -Inspection),2010-03-13,49 +235/UHC/XIV/40/Admin/2008,2010-02-24,Regarding leave Sanction Smt.Meena Tiwari DSJ-Chamoli,Prashant Joshi(Ragistrar -Inspection),2010-03-13,49 +230/XIV./08-Admin/2008,2010-02-05,"Regarding Leave Saction Ms.Reena Negi,CJ(JD)Hardwar",Prashant Joshi(Ragistrar -Inspection),2010-03-13,49 03-no(F)/XXXVI(1)/2010-01/2002,2010-02-24,Appoint Shri Kuwar singh Rawat Advocate Notary-Rudraprayag for the peirod of 5 years.,R.D.Paliwal(Secretary),2010-03-13,68 182/II-2006-01(440)/03,2010-02-19,अधिशासी अà¤à¤¿à¤¯à¤‚ता (सिविल) के पदों पर पदोनà¥â€à¤¨à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Amrendra Sinha(PRINCIPAL SECRETARY),2010-03-13,67 20/V-Aa-2009-26/01,2010-02-02,à¤à¤®0डी0डी0à¤0 से समà¥â€à¤¬à¤¨à¥à¤§à¤¿à¤¤ शासन के साथ विधिक मामलों की सà¥à¤¨à¤µà¤¾à¤ˆ हेतॠशà¥à¤°à¥€à¤®à¤¤à¤¿ निधिमणी तà¥à¤°à¤¿à¤ªà¤¾à¤ ी अपर सचिव शहरी विकास विà¤à¤¾à¤— को अधिकृत किया जाता है,Umakant Panwar(Secretary),2010-03-13,68 @@ -4282,66 +5918,107 @@ 76/Uk Lok Sabha/2009,2010-03-08,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ से लोक सà¤à¤¾ 2009 के लिठसाधारण निरà¥à¤µà¤¾à¤šà¤¨,Radha Raturi(Secretary),2010-03-27,1 108/30-1/2010-21(2)/2007,2010-03-15,Regarding Shri Narayan Dutt Pandey Deputy Collectorate Uttarakahsi,Subhash Kumar(PRINCIPAL SECRETARY),2010-03-27,86 284/2010/13(100).XXVII(8)/01,2010-03-15,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— मे जà¥â€à¤µà¤¾à¤‡à¤‚ट कमिशà¥â€à¤¨à¤° के रिकà¥â€à¤¤ पद पर शà¥à¤°à¥€ विपिन चनà¥â€à¤¦à¥à¤° को पदोनà¥â€à¤¨à¤¤ कर काशीपà¥à¤° में तैनात किया जाता है,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-03-27,87 +284/2010/13(100).XXVII(8)/01,2010-03-15,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡ à ¤œà ¥�â€�à ¤µà ¤¾à ¤‡à ¤‚à ¤Ÿ à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤µà ¤¿à ¤ªà ¤¿à ¤¨ à ¤šà ¤¨à ¥�â€�à ¤¦à ¥�à ¤° à ¤•à ¥‹ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤•à ¤° à ¤•à ¤¾à ¤¶à ¥€à ¤ªà ¥�à ¤° à ¤®à ¥‡à ¤‚ à ¤¤à ¥ˆà ¤¨à ¤¾à ¤¤ à ¤•à ¤¿à ¤¯à ¤¾ à ¤œà ¤¾à ¤¤à ¤¾ à ¤¹à ¥ˆ,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-03-27,87 284/2010/13(100).XXVII(8)/01,2010-03-15,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— मे जà¥â€à¤µà¤¾à¤‡à¤‚ट कमिशà¥â€à¤¨à¤° के रिकà¥â€à¤¤ पद पर शà¥à¤°à¥€ विपिन चनà¥â€à¤¦à¥à¤° को पदोनà¥â€à¤¨à¤¤ कर काशीपà¥à¤° में तैनात किया जाता है,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-03-27,87 322/VIII/45/2001,2010-03-10,शà¥à¤°à¥€ राजà¥â€à¤¯à¤ªà¤¾à¤² सà¥â€à¤¤à¤®à¥â€à¤-2 में उलà¥à¤²à¤¿à¤–ित शà¥à¤°à¤® नà¥â€à¤¯à¤¾à¤¯à¤²à¤¯à¥‹à¤‚ को विनिरà¥à¤¦à¤¿à¤¶à¥â€à¤Ÿ करते है,Ajay Singh Nabiyal(Secretary),2010-03-27,87 47/XXXVI(6)/2009,2010-02-26,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ विधि परिसीमन आयोग का गठन,"R.P, Fuloriya(Additional Secretary)",2010-03-27,90 421/2009-10,2009-12-22,"सारà¥à¤µà¤œà¤¨à¤¿à¤• सूचना- उपनियम à¤à¤µà¤¨, à¤à¥‚मि कर - नगर पà¥à¤°à¤šà¤¾à¤¯à¤¤ महà¥à¤†à¤–ेडागंज उधमसिंह नगर",Sanjeev Mehrotra(Director),2010-03-27,3 108/30-1/2010-21(2)/2007,2010-03-15,Regarding Shri Narayan Dutt Pandey Deputy Collectorate Uttarakahsi,Subhash Kumar(PRINCIPAL SECRETARY),2010-03-27,86 47/XXXVI(6)/2009,2010-02-26,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ विधि परिसीमन आयोग का गठन,"R.P, Fuloriya(Additional Secretary)",2010-03-27,90 +284/2010/13(100).XXVII(8)/01,2010-03-15,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡ à ¤œà ¥�â€�à ¤µà ¤¾à ¤‡à ¤‚à ¤Ÿ à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤µà ¤¿à ¤ªà ¤¿à ¤¨ à ¤šà ¤¨à ¥�â€�à ¤¦à ¥�à ¤° à ¤•à ¥‹ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤•à ¤° à ¤•à ¤¾à ¤¶à ¥€à ¤ªà ¥�à ¤° à ¤®à ¥‡à ¤‚ à ¤¤à ¥ˆà ¤¨à ¤¾à ¤¤ à ¤•à ¤¿à ¤¯à ¤¾ à ¤œà ¤¾à ¤¤à ¤¾ à ¤¹à ¥ˆ,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-03-27,87 322/VIII/45/2001,2010-03-10,शà¥à¤°à¥€ राजà¥â€à¤¯à¤ªà¤¾à¤² सà¥â€à¤¤à¤®à¥â€à¤-2 में उलà¥à¤²à¤¿à¤–ित शà¥à¤°à¤® नà¥â€à¤¯à¤¾à¤¯à¤²à¤¯à¥‹à¤‚ को विनिरà¥à¤¦à¤¿à¤¶à¥â€à¤Ÿ करते है,Ajay Singh Nabiyal(Secretary),2010-03-27,87 108/30-1/2010-21(2)/2007,2010-03-15,Regarding Shri Narayan Dutt Pandey Deputy Collectorate Uttarakahsi,Subhash Kumar(PRINCIPAL SECRETARY),2010-03-27,86 1892/2010,2010-01-15,विदà¥à¤¯à¥à¤¤ सलाहकार समिति मे निमà¥â€à¤¨ सदसà¥â€à¤¯ नियà¥à¤•à¥â€à¤¤ किये जाते है,V.J.Talwar(Director),2010-03-27,45 +284/2010/13(100).XXVII(8)/01,2010-03-15,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯à ¤•à ¤° à ¤µà ¤¿à ¤Âà ¤¾à ¤— à ¤®à ¥‡ à ¤œà ¥�â€�à ¤µà ¤¾à ¤‡à ¤‚à ¤Ÿ à ¤•à ¤®à ¤¿à ¤¶à ¥�â€�à ¤¨à ¤° à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¶à ¥�à ¤°à ¥€ à ¤µà ¤¿à ¤ªà ¤¿à ¤¨ à ¤šà ¤¨à ¥�â€�à ¤¦à ¥�à ¤° à ¤•à ¥‹ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤•à ¤° à ¤•à ¤¾à ¤¶à ¥€à ¤ªà ¥�à ¤° à ¤®à ¥‡à ¤‚ à ¤¤à ¥ˆà ¤¨à ¤¾à ¤¤ à ¤•à ¤¿à ¤¯à ¤¾ à ¤œà ¤¾à ¤¤à ¤¾ à ¤¹à ¥ˆ,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-03-27,87 371/XXX(2)/2010,2010-03-22,Revision of the list of all castes and Sub casts included in the list of other backward classes.,Subhash Kumar(PRINCIPAL SECRETARY),2010-04-03,92 +241/XIV-7/Admin/2008,2010-03-18,Regarding Leave sanction Shri Anirudh Bhatt CJ(JD) Lansdown,Prashant Joshi(Ragistrar -Inspection),2010-04-03,59 +241/XIV-7/Admin/2008,2010-03-18,Regarding Leave sanction Shri Anirudh Bhatt CJ(JD) Lansdown,Prashant Joshi(Ragistrar -Inspection),2010-04-03,59 371/XXX(2)/2010,2010-03-22,Revision of the list of all castes and Sub casts included in the list of other backward classes.,Subhash Kumar(PRINCIPAL SECRETARY),2010-04-03,92 371/XXX(2)/2010,2010-03-22,Revision of the list of all castes and Sub casts included in the list of other backward classes.,Subhash Kumar(PRINCIPAL SECRETARY),2010-04-03,92 +241/XIV-7/Admin/2008,2010-03-18,Regarding Leave sanction Shri Anirudh Bhatt CJ(JD) Lansdown,Prashant Joshi(Ragistrar -Inspection),2010-04-03,59 01/XXVII(9)/Stamp-02/2010,2010-03-08,उप जिला काशीपà¥à¤° की सीमाओं में परिवरà¥à¤¤à¤¨ करके जिला उधमसिंह नगर में नया उप जिला जसपà¥à¤° बनाते है,L.M.pant(Secretary),2010-04-10,100 55/XXIV(6)/2010,2010-03-02,शासनादेश संखà¥â€à¤¯à¤¾ 138/XXVI(6)/2009 दिनांक 11 नवमà¥â€à¤¬à¤° 2009 में आंशिक संशोधन/â€à¤•तिपय पदों के वेतनमानों को समिलित किये जाने के संबनà¥â€à¤§ में,Radhika Jha(Additional Secretary),2010-04-10,101 01/XXVII(9)/Stamp-02/2010,2010-03-08,उप जिला काशीपà¥à¤° की सीमाओं में परिवरà¥à¤¤à¤¨ करके जिला उधमसिंह नगर में नया उप जिला जसपà¥à¤° बनाते है,L.M.pant(Secretary),2010-04-10,100 01/XXVII(9)/Stamp-02/2010,2010-03-08,उप जिला काशीपà¥à¤° की सीमाओं में परिवरà¥à¤¤à¤¨ करके जिला उधमसिंह नगर में नया उप जिला जसपà¥à¤° बनाते है,L.M.pant(Secretary),2010-04-10,100 +268/XX(1)/416/IPS/2009,2010-03-19,à ¤Âà ¤¾à ¤°à ¤¤à ¥€à ¤¯ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¸à ¥‡à ¤µà ¤¾ 2006 à ¤¬à ¥ˆà ¤š à ¤•à ¥‡ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ 01-01-2010 à ¤¸à ¥‡ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤ªà ¥�à ¤°à ¤¦à ¤¾à ¤¨ à ¤•à ¥€ à ¤œà ¤¾à ¤¤à ¥€ à ¤¹à ¥ˆ,Anup wadhawan(PRINCIPAL SECRETARY),2010-04-10,98 +268/XX(1)/416/IPS/2009,2010-03-19,à ¤Âà ¤¾à ¤°à ¤¤à ¥€à ¤¯ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¸à ¥‡à ¤µà ¤¾ 2006 à ¤¬à ¥ˆà ¤š à ¤•à ¥‡ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ 01-01-2010 à ¤¸à ¥‡ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤ªà ¥�à ¤°à ¤¦à ¤¾à ¤¨ à ¤•à ¥€ à ¤œà ¤¾à ¤¤à ¥€ à ¤¹à ¥ˆ,Anup wadhawan(PRINCIPAL SECRETARY),2010-04-10,98 01/XXVII(9)/Stamp-02/2010,2010-03-08,उप जिला काशीपà¥à¤° की सीमाओं में परिवरà¥à¤¤à¤¨ करके जिला उधमसिंह नगर में नया उप जिला जसपà¥à¤° बनाते है,L.M.pant(Secretary),2010-04-10,100 55/XXIV(6)/2010,2010-03-02,शासनादेश संखà¥â€à¤¯à¤¾ 138/XXVI(6)/2009 दिनांक 11 नवमà¥â€à¤¬à¤° 2009 में आंशिक संशोधन/â€à¤•तिपय पदों के वेतनमानों को समिलित किये जाने के संबनà¥â€à¤§ में,Radhika Jha(Additional Secretary),2010-04-10,101 01/XXVII(9)/Stamp-02/2010,2010-03-08,उप जिला काशीपà¥à¤° की सीमाओं में परिवरà¥à¤¤à¤¨ करके जिला उधमसिंह नगर में नया उप जिला जसपà¥à¤° बनाते है,L.M.pant(Secretary),2010-04-10,100 981/XIV-2/2009,2009-12-07,सतà¥à¤° 2009-10 हेतॠउतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ की खाणà¥â€à¤¡à¤¸à¤¾à¤°à¥€ इकाइयों à¤à¤µà¤‚ पावर कà¥à¤°à¥‡à¤¶à¤°à¥‹à¤‚ के लिठलाईसेंस नीति का निरà¥à¤§à¤¾à¤°à¤£,Amrendra Sinha(PRINCIPAL SECRETARY),2010-04-10,98 5589/Ayuktkar/FormSection/2009,2010-02-26,"निमà¥â€à¤¨à¤²à¤¿à¤–ित अनà¥à¤¸à¥‚ची में उलिखित घोषणा पतà¥à¤° जिनके खो जाने चोरी हो जाने, नषà¥â€à¤Ÿ हो जाने पर अवैध घोषित करता हॅू",V.K.Saxena (Commissioner Tax Officer),2010-04-10,61 +268/XX(1)/416/IPS/2009,2010-03-19,à ¤Âà ¤¾à ¤°à ¤¤à ¥€à ¤¯ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¸à ¥‡à ¤µà ¤¾ 2006 à ¤¬à ¥ˆà ¤š à ¤•à ¥‡ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ 01-01-2010 à ¤¸à ¥‡ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤ªà ¥�à ¤°à ¤¦à ¤¾à ¤¨ à ¤•à ¥€ à ¤œà ¤¾à ¤¤à ¥€ à ¤¹à ¥ˆ,Anup wadhawan(PRINCIPAL SECRETARY),2010-04-10,98 +268/XX(1)/416/IPS/2009,2010-03-19,à ¤Âà ¤¾à ¤°à ¤¤à ¥€à ¤¯ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¸à ¥‡à ¤µà ¤¾ 2006 à ¤¬à ¥ˆà ¤š à ¤•à ¥‡ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ 01-01-2010 à ¤¸à ¥‡ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤ªà ¥�à ¤°à ¤¦à ¤¾à ¤¨ à ¤•à ¥€ à ¤œà ¤¾à ¤¤à ¥€ à ¤¹à ¥ˆ,Anup wadhawan(PRINCIPAL SECRETARY),2010-04-10,98 +268/XX(1)/416/IPS/2009,2010-03-19,à ¤Âà ¤¾à ¤°à ¤¤à ¥€à ¤¯ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¸à ¥‡à ¤µà ¤¾ 2006 à ¤¬à ¥ˆà ¤š à ¤•à ¥‡ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ 01-01-2010 à ¤¸à ¥‡ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤ªà ¥�à ¤°à ¤¦à ¤¾à ¤¨ à ¤•à ¥€ à ¤œà ¤¾à ¤¤à ¥€ à ¤¹à ¥ˆ,Anup wadhawan(PRINCIPAL SECRETARY),2010-04-10,98 01/XXVII(9)/Stamp-02/2010,2010-03-08,उप जिला काशीपà¥à¤° की सीमाओं में परिवरà¥à¤¤à¤¨ करके जिला उधमसिंह नगर में नया उप जिला जसपà¥à¤° बनाते है,L.M.pant(Secretary),2010-04-10,100 +268/XX(1)/416/IPS/2009,2010-03-19,à ¤Âà ¤¾à ¤°à ¤¤à ¥€à ¤¯ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¸à ¥‡à ¤µà ¤¾ 2006 à ¤¬à ¥ˆà ¤š à ¤•à ¥‡ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ 01-01-2010 à ¤¸à ¥‡ à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤ªà ¥�à ¤°à ¤¦à ¤¾à ¤¨ à ¤•à ¥€ à ¤œà ¤¾à ¤¤à ¥€ à ¤¹à ¥ˆ,Anup wadhawan(PRINCIPAL SECRETARY),2010-04-10,98 +276/XXVII(9)/2010/Stamp-61/08,2010-04-06,Reduction from Seven Percent to Six percent levied stamp fee.,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-04-17,104 276/XXVII(9)/2010/Stamp-61/08,2010-04-06,Reduction from Seven Percent to Six percent levied stamp fee.,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-04-17,104 +276/XXVII(9)/2010/Stamp-61/08,2010-04-06,Reduction from Seven Percent to Six percent levied stamp fee.,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-04-17,104 405/XX(2)/232/Suraksha/2009,2010-03-09,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ के पà¥à¤°à¤¤à¥â€à¤¯à¥‡à¤• जनपद में निमà¥â€à¤¨à¤µà¤¤ संकट पà¥à¤°à¤¬à¤¨à¥â€à¤§à¤¨ समूह गठित किया जाता है,Anup wadhawan(PRINCIPAL SECRETARY),2010-04-17,104 405/XX(2)/232/Suraksha/2009,2010-03-09,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ के पà¥à¤°à¤¤à¥â€à¤¯à¥‡à¤• जनपद में निमà¥â€à¤¨à¤µà¤¤ संकट पà¥à¤°à¤¬à¤¨à¥â€à¤§à¤¨ समूह गठित किया जाता है,Anup wadhawan(PRINCIPAL SECRETARY),2010-04-17,104 +276/XXVII(9)/2010/Stamp-61/08,2010-04-06,Reduction from Seven Percent to Six percent levied stamp fee.,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-04-17,104 276/XXVII(9)/2010/Stamp-61/08,2010-04-06,Reduction from Seven Percent to Six percent levied stamp fee.,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-04-17,104 +405/XX(2)/232/Suraksha/2009,2010-03-09,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤•à ¥‡ à ¤ªà ¥�à ¤°à ¤¤à ¥�â€�à ¤¯à ¥‡à ¤• à ¤œà ¤¨à ¤ªà ¤¦ à ¤®à ¥‡à ¤‚ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤µà ¤¤ à ¤¸à ¤‚à ¤•à ¤Ÿ à ¤ªà ¥�à ¤°à ¤¬à ¤¨à ¥�â€�à ¤§à ¤¨ à ¤¸à ¤®à ¥‚à ¤¹ à ¤—à ¤ à ¤¿à ¤¤ à ¤•à ¤¿à ¤¯à ¤¾ à ¤œà ¤¾à ¤¤à ¤¾ à ¤¹à ¥ˆ,Anup wadhawan(PRINCIPAL SECRETARY),2010-04-17,104 +405/XX(2)/232/Suraksha/2009,2010-03-09,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤•à ¥‡ à ¤ªà ¥�à ¤°à ¤¤à ¥�â€�à ¤¯à ¥‡à ¤• à ¤œà ¤¨à ¤ªà ¤¦ à ¤®à ¥‡à ¤‚ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤µà ¤¤ à ¤¸à ¤‚à ¤•à ¤Ÿ à ¤ªà ¥�à ¤°à ¤¬à ¤¨à ¥�â€�à ¤§à ¤¨ à ¤¸à ¤®à ¥‚à ¤¹ à ¤—à ¤ à ¤¿à ¤¤ à ¤•à ¤¿à ¤¯à ¤¾ à ¤œà ¤¾à ¤¤à ¤¾ à ¤¹à ¥ˆ,Anup wadhawan(PRINCIPAL SECRETARY),2010-04-17,104 247/UHC/Admin/2010,2010-03-29,Shri Chandi Prasad Bijalwan-ADSJ-RHaldwani Transfer and posted ADSJ-FTC USNagar.,Ravindra Maithani(Registrar General),2010-04-17,247 +243/UHC/Admin/2010,2010-03-29,Shri Umesh chandra Dhyani Director Uttarakhand Judge and Legal Acadmy Bhowali Nainital Transfer and posted DSJ-Dehradun.,Ravindra Maithani(Registrar General),2010-04-17,65 +245/UHC/Admin/2010,2010-03-29,Shri Vivek Bharti-ADSJ-Roorkee Transfer and posted ADSJ-Haldwani.,Ravindra Maithani(Registrar General),2010-04-17,65 243/UHC/Admin/2010,2010-03-29,Shri Umesh chandra Dhyani Director Uttarakhand Judge and Legal Acadmy Bhowali Nainital Transfer and posted DSJ-Dehradun.,Ravindra Maithani(Registrar General),2010-04-17,65 245/UHC/Admin/2010,2010-03-29,Shri Vivek Bharti-ADSJ-Roorkee Transfer and posted ADSJ-Haldwani.,Ravindra Maithani(Registrar General),2010-04-17,65 +247/UHC/Admin/2010,2010-03-29,Shri Chandi Prasad Bijalwan-ADSJ-RHaldwani Transfer and posted ADSJ-FTC USNagar.,Ravindra Maithani(Registrar General),2010-04-17,247 405/XX(2)/232/Suraksha/2009,2010-03-09,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ के पà¥à¤°à¤¤à¥â€à¤¯à¥‡à¤• जनपद में निमà¥â€à¤¨à¤µà¤¤ संकट पà¥à¤°à¤¬à¤¨à¥â€à¤§à¤¨ समूह गठित किया जाता है,Anup wadhawan(PRINCIPAL SECRETARY),2010-04-17,104 276/XXVII(9)/2010/Stamp-61/08,2010-04-06,Reduction from Seven Percent to Six percent levied stamp fee.,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-04-17,104 +405/XX(2)/232/Suraksha/2009,2010-03-09,à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤•à ¥‡ à ¤ªà ¥�à ¤°à ¤¤à ¥�â€�à ¤¯à ¥‡à ¤• à ¤œà ¤¨à ¤ªà ¤¦ à ¤®à ¥‡à ¤‚ à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤µà ¤¤ à ¤¸à ¤‚à ¤•à ¤Ÿ à ¤ªà ¥�à ¤°à ¤¬à ¤¨à ¥�â€�à ¤§à ¤¨ à ¤¸à ¤®à ¥‚à ¤¹ à ¤—à ¤ à ¤¿à ¤¤ à ¤•à ¤¿à ¤¯à ¤¾ à ¤œà ¤¾à ¤¤à ¤¾ à ¤¹à ¥ˆ,Anup wadhawan(PRINCIPAL SECRETARY),2010-04-17,104 628/30-1(2009-10),2009-09-01,नगर पालिका परिषद अलà¥â€à¤®à¥‹à¤¡à¤¾ ने अपनी सीमा के à¤à¥€à¤¤à¤° अचल समà¥â€à¤ªà¤¤à¤¿ के दाखिल खारिज करने आदि हेतॠउपविधियां,Smt.Shobha Joshi-President Nagar Palika parisad Al(President),2010-04-17,47 243/UHC/Admin/2010,2010-03-29,Shri Umesh chandra Dhyani Director Uttarakhand Judge and Legal Acadmy Bhowali Nainital Transfer and posted DSJ-Dehradun.,Ravindra Maithani(Registrar General),2010-04-17,65 245/UHC/Admin/2010,2010-03-29,Shri Vivek Bharti-ADSJ-Roorkee Transfer and posted ADSJ-Haldwani.,Ravindra Maithani(Registrar General),2010-04-17,65 247/UHC/Admin/2010,2010-03-29,Shri Chandi Prasad Bijalwan-ADSJ-RHaldwani Transfer and posted ADSJ-FTC USNagar.,Ravindra Maithani(Registrar General),2010-04-17,247 uo-03/XXVII(9)/2010-Stamp/2010,2010-04-12,"पोडी गढवाल में सà¥à¤¥à¤¿à¤¤ 9.662 है0 à¤à¥‚मि à¤à¤¨0आई0टी0 के नाम दान पतà¥à¤° के माधà¥â€à¤¯à¤® से सà¥â€à¤Ÿà¤¾à¤®à¥â€à¤ª शà¥à¤²à¥â€à¤•,रजिसà¥â€à¤Ÿà¥à¤°à¥‡à¤¶à¤¨ शà¥à¤²à¥â€à¤• में छूट पà¥à¤°à¤¦à¤¾à¤¨ किये जाने की सà¥â€à¤µà¥€à¤•ृति",Alok Kumar Jain(PRINCIPAL SECRETARY),2010-04-24,109 2608/I-kar-Section/2009-10,2010-01-28,उपनियम -कारà¥à¤¯à¤¾à¤²à¤¯ नगर पंचायत कालाढूंगी (नैनीताल),Deep Chandra Sati- President Nagar Panchayat Kalad(President),2010-04-24,71 +uo-03/XXVII(9)/2010-Stamp/2010,2010-04-12,"à ¤ªà ¥‹à ¤¡à ¥€ à ¤—à ¤¢à ¤µà ¤¾à ¤² à ¤®à ¥‡à ¤‚ à ¤¸à ¥�à ¤¥à ¤¿à ¤¤ 9.662 à ¤¹à ¥ˆ0 à ¤Âà ¥‚à ¤®à ¤¿ à ¤�à ¤¨0à ¤†à ¤ˆ0à ¤Ÿà ¥€0 à ¤•à ¥‡ à ¤¨à ¤¾à ¤® à ¤¦à ¤¾à ¤¨ à ¤ªà ¤¤à ¥�à ¤° à ¤•à ¥‡ à ¤®à ¤¾à ¤§à ¥�â€�à ¤¯à ¤® à ¤¸à ¥‡ à ¤¸à ¥�â€�à ¤Ÿà ¤¾à ¤®à ¥�â€�à ¤ª à ¤¶à ¥�à ¤²à ¥�â€�à ¤•,à ¤°à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¥�à ¤°à ¥‡à ¤¶à ¤¨ à ¤¶à ¥�à ¤²à ¥�â€�à ¤• à ¤®à ¥‡à ¤‚ à ¤›à ¥‚à ¤Ÿ à ¤ªà ¥�à ¤°à ¤¦à ¤¾à ¤¨ à ¤•à ¤¿à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿",Alok Kumar Jain(PRINCIPAL SECRETARY),2010-04-24,109 +uo-03/XXVII(9)/2010-Stamp/2010,2010-04-12,"à ¤ªà ¥‹à ¤¡à ¥€ à ¤—à ¤¢à ¤µà ¤¾à ¤² à ¤®à ¥‡à ¤‚ à ¤¸à ¥�à ¤¥à ¤¿à ¤¤ 9.662 à ¤¹à ¥ˆ0 à ¤Âà ¥‚à ¤®à ¤¿ à ¤�à ¤¨0à ¤†à ¤ˆ0à ¤Ÿà ¥€0 à ¤•à ¥‡ à ¤¨à ¤¾à ¤® à ¤¦à ¤¾à ¤¨ à ¤ªà ¤¤à ¥�à ¤° à ¤•à ¥‡ à ¤®à ¤¾à ¤§à ¥�â€�à ¤¯à ¤® à ¤¸à ¥‡ à ¤¸à ¥�â€�à ¤Ÿà ¤¾à ¤®à ¥�â€�à ¤ª à ¤¶à ¥�à ¤²à ¥�â€�à ¤•,à ¤°à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¥�à ¤°à ¥‡à ¤¶à ¤¨ à ¤¶à ¥�à ¤²à ¥�â€�à ¤• à ¤®à ¥‡à ¤‚ à ¤›à ¥‚à ¤Ÿ à ¤ªà ¥�à ¤°à ¤¦à ¤¾à ¤¨ à ¤•à ¤¿à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿",Alok Kumar Jain(PRINCIPAL SECRETARY),2010-04-24,109 478/XX(2)/109/Exan-TC/2002,2010-03-25,à¤à¤š0à¤à¤¨0बी0गढवाल विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ दà¥à¤µà¤¾à¤°à¤¾ संचालित 2009-10 परीकà¥à¤·à¤¾ हेतॠपरीकà¥à¤·à¤¾ केनà¥â€à¤¦à¥à¤°à¤¾à¤§à¥â€à¤¯à¤•à¥à¤·à¥‹à¤‚ को कारà¥à¤¯à¤¾à¤ªà¤¾à¤²à¤• मजिसà¥â€à¤Ÿà¥‡à¤Ÿ नियà¥à¤•à¥â€à¤¤ करते है,Anup wadhawan(PRINCIPAL SECRETARY),2010-04-24,108 2608/I-kar-Section/2009-10,2010-01-28,उपनियम -कारà¥à¤¯à¤¾à¤²à¤¯ नगर पंचायत कालाढूंगी (नैनीताल),Deep Chandra Sati- President Nagar Panchayat Kalad(President),2010-04-24,71 478/XX(2)/109/Exan-TC/2002,2010-03-25,à¤à¤š0à¤à¤¨0बी0गढवाल विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ दà¥à¤µà¤¾à¤°à¤¾ संचालित 2009-10 परीकà¥à¤·à¤¾ हेतॠपरीकà¥à¤·à¤¾ केनà¥â€à¤¦à¥à¤°à¤¾à¤§à¥â€à¤¯à¤•à¥à¤·à¥‹à¤‚ को कारà¥à¤¯à¤¾à¤ªà¤¾à¤²à¤• मजिसà¥â€à¤Ÿà¥‡à¤Ÿ नियà¥à¤•à¥â€à¤¤ करते है,Anup wadhawan(PRINCIPAL SECRETARY),2010-04-24,108 +uo-03/XXVII(9)/2010-Stamp/2010,2010-04-12,"à ¤ªà ¥‹à ¤¡à ¥€ à ¤—à ¤¢à ¤µà ¤¾à ¤² à ¤®à ¥‡à ¤‚ à ¤¸à ¥�à ¤¥à ¤¿à ¤¤ 9.662 à ¤¹à ¥ˆ0 à ¤Âà ¥‚à ¤®à ¤¿ à ¤�à ¤¨0à ¤†à ¤ˆ0à ¤Ÿà ¥€0 à ¤•à ¥‡ à ¤¨à ¤¾à ¤® à ¤¦à ¤¾à ¤¨ à ¤ªà ¤¤à ¥�à ¤° à ¤•à ¥‡ à ¤®à ¤¾à ¤§à ¥�â€�à ¤¯à ¤® à ¤¸à ¥‡ à ¤¸à ¥�â€�à ¤Ÿà ¤¾à ¤®à ¥�â€�à ¤ª à ¤¶à ¥�à ¤²à ¥�â€�à ¤•,à ¤°à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¥�à ¤°à ¥‡à ¤¶à ¤¨ à ¤¶à ¥�à ¤²à ¥�â€�à ¤• à ¤®à ¥‡à ¤‚ à ¤›à ¥‚à ¤Ÿ à ¤ªà ¥�à ¤°à ¤¦à ¤¾à ¤¨ à ¤•à ¤¿à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿",Alok Kumar Jain(PRINCIPAL SECRETARY),2010-04-24,109 +uo-03/XXVII(9)/2010-Stamp/2010,2010-04-12,"à ¤ªà ¥‹à ¤¡à ¥€ à ¤—à ¤¢à ¤µà ¤¾à ¤² à ¤®à ¥‡à ¤‚ à ¤¸à ¥�à ¤¥à ¤¿à ¤¤ 9.662 à ¤¹à ¥ˆ0 à ¤Âà ¥‚à ¤®à ¤¿ à ¤�à ¤¨0à ¤†à ¤ˆ0à ¤Ÿà ¥€0 à ¤•à ¥‡ à ¤¨à ¤¾à ¤® à ¤¦à ¤¾à ¤¨ à ¤ªà ¤¤à ¥�à ¤° à ¤•à ¥‡ à ¤®à ¤¾à ¤§à ¥�â€�à ¤¯à ¤® à ¤¸à ¥‡ à ¤¸à ¥�â€�à ¤Ÿà ¤¾à ¤®à ¥�â€�à ¤ª à ¤¶à ¥�à ¤²à ¥�â€�à ¤•,à ¤°à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¥�à ¤°à ¥‡à ¤¶à ¤¨ à ¤¶à ¥�à ¤²à ¥�â€�à ¤• à ¤®à ¥‡à ¤‚ à ¤›à ¥‚à ¤Ÿ à ¤ªà ¥�à ¤°à ¤¦à ¤¾à ¤¨ à ¤•à ¤¿à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿",Alok Kumar Jain(PRINCIPAL SECRETARY),2010-04-24,109 +478/XX(2)/109/Exan-TC/2002,2010-03-25,à ¤�à ¤š0à ¤�à ¤¨0à ¤¬à ¥€0à ¤—à ¤¢à ¤µà ¤¾à ¤² à ¤µà ¤¿à ¤¶à ¥�â€�à ¤µà ¤µà ¤¿à ¤¦à ¥�à ¤¯à ¤¾à ¤²à ¤¯ à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ 2009-10 à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤¹à ¥‡à ¤¤à ¥� à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¤¾à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤·à ¥‹à ¤‚ à ¤•à ¥‹ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤¾à ¤ªà ¤¾à ¤²à ¤• à ¤®à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¥‡à ¤Ÿ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤ à ¤•à ¤°à ¤¤à ¥‡ à ¤¹à ¥ˆ,Anup wadhawan(PRINCIPAL SECRETARY),2010-04-24,108 +478/XX(2)/109/Exan-TC/2002,2010-03-25,à ¤�à ¤š0à ¤�à ¤¨0à ¤¬à ¥€0à ¤—à ¤¢à ¤µà ¤¾à ¤² à ¤µà ¤¿à ¤¶à ¥�â€�à ¤µà ¤µà ¤¿à ¤¦à ¥�à ¤¯à ¤¾à ¤²à ¤¯ à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ 2009-10 à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤¹à ¥‡à ¤¤à ¥� à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¤¾à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤·à ¥‹à ¤‚ à ¤•à ¥‹ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤¾à ¤ªà ¤¾à ¤²à ¤• à ¤®à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¥‡à ¤Ÿ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤ à ¤•à ¤°à ¤¤à ¥‡ à ¤¹à ¥ˆ,Anup wadhawan(PRINCIPAL SECRETARY),2010-04-24,108 252/UHC/Admin.A/2010,2010-03-29,Shri Arvind Kumar Ist Addl.Chief Judicial Magistrate Hardwar is transfer and posted as CJ(SD) Almora,Ravindra Maithani(Registrar General),2010-04-24,109 +"249/UHC/Admin,A/2010",2010-03-29,Shri Nitin Sharma CJ(SD) Bageshwar is transfer and posted CJM Nainital,Ravindra Maithani(Registrar General),2010-04-24,67 "249/UHC/Admin,A/2010",2010-03-29,Shri Nitin Sharma CJ(SD) Bageshwar is transfer and posted CJM Nainital,Ravindra Maithani(Registrar General),2010-04-24,67 +252/UHC/Admin.A/2010,2010-03-29,Shri Arvind Kumar Ist Addl.Chief Judicial Magistrate Hardwar is transfer and posted as CJ(SD) Almora,Ravindra Maithani(Registrar General),2010-04-24,109 +478/XX(2)/109/Exan-TC/2002,2010-03-25,à ¤�à ¤š0à ¤�à ¤¨0à ¤¬à ¥€0à ¤—à ¤¢à ¤µà ¤¾à ¤² à ¤µà ¤¿à ¤¶à ¥�â€�à ¤µà ¤µà ¤¿à ¤¦à ¥�à ¤¯à ¤¾à ¤²à ¤¯ à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ 2009-10 à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤¹à ¥‡à ¤¤à ¥� à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¤¾à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤·à ¥‹à ¤‚ à ¤•à ¥‹ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤¾à ¤ªà ¤¾à ¤²à ¤• à ¤®à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¥‡à ¤Ÿ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤ à ¤•à ¤°à ¤¤à ¥‡ à ¤¹à ¥ˆ,Anup wadhawan(PRINCIPAL SECRETARY),2010-04-24,108 uo-03/XXVII(9)/2010-Stamp/2010,2010-04-12,"पोडी गढवाल में सà¥à¤¥à¤¿à¤¤ 9.662 है0 à¤à¥‚मि à¤à¤¨0आई0टी0 के नाम दान पतà¥à¤° के माधà¥â€à¤¯à¤® से सà¥â€à¤Ÿà¤¾à¤®à¥â€à¤ª शà¥à¤²à¥â€à¤•,रजिसà¥â€à¤Ÿà¥à¤°à¥‡à¤¶à¤¨ शà¥à¤²à¥â€à¤• में छूट पà¥à¤°à¤¦à¤¾à¤¨ किये जाने की सà¥â€à¤µà¥€à¤•ृति",Alok Kumar Jain(PRINCIPAL SECRETARY),2010-04-24,109 +478/XX(2)/109/Exan-TC/2002,2010-03-25,à ¤�à ¤š0à ¤�à ¤¨0à ¤¬à ¥€0à ¤—à ¤¢à ¤µà ¤¾à ¤² à ¤µà ¤¿à ¤¶à ¥�â€�à ¤µà ¤µà ¤¿à ¤¦à ¥�à ¤¯à ¤¾à ¤²à ¤¯ à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ 2009-10 à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤¹à ¥‡à ¤¤à ¥� à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¤¾à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤·à ¥‹à ¤‚ à ¤•à ¥‹ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤¾à ¤ªà ¤¾à ¤²à ¤• à ¤®à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¥‡à ¤Ÿ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤ à ¤•à ¤°à ¤¤à ¥‡ à ¤¹à ¥ˆ,Anup wadhawan(PRINCIPAL SECRETARY),2010-04-24,108 +252/UHC/Admin.A/2010,2010-03-29,Shri Arvind Kumar Ist Addl.Chief Judicial Magistrate Hardwar is transfer and posted as CJ(SD) Almora,Ravindra Maithani(Registrar General),2010-04-24,109 +"249/UHC/Admin,A/2010",2010-03-29,Shri Nitin Sharma CJ(SD) Bageshwar is transfer and posted CJM Nainital,Ravindra Maithani(Registrar General),2010-04-24,67 2247/VII-II/133-udhyog/2001,2010-03-26,उ0 खादी à¤à¤µà¤‚ गà¥à¤°à¤¾à¤®à¥‹à¤¦à¥à¤¯à¥‹à¤— बोरà¥à¤¡ में गैर सरकारी सदसà¥â€à¤¯ शà¥à¤°à¥€ अनà¥à¤¸à¥à¤¯à¤¾ पà¥à¤°à¤¸à¤¾à¤¦ जोशी रूदà¥à¤°à¤ªà¥à¤°à¤¯à¤¾à¤— को नामित किये जाने की सà¥â€à¤µà¥€à¤•ृति,P.C.Sharma(PRINCIPAL SECRETARY),2010-04-24,109 +505/XX(2)/109-Exam-TC/2002,2010-03-29,à ¤•à ¥�à ¤®à ¤¾à ¤Šà ¤µà ¤¿à ¤¶à ¥�â€�à ¤µà ¤µà ¤¿à ¤¦à ¥�à ¤¯à ¤¾à ¤²à ¤¯ à ¤¨à ¥ˆà ¤¨à ¥€à ¤¤à ¤¾à ¤² à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ à ¤µà ¤°à ¥�à ¤· 2010 à ¤•à ¥€ à ¤¸à ¥�â€�à ¤¨à ¤¾à ¤¤à ¤• à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾à ¤“à ¤‚ à ¤•à ¥‡ à ¤²à ¤¿à ¤� à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¥‹ à ¤•à ¥‡ à ¤µà ¤°à ¤¿à ¤·à ¥�â€�à ¤Ÿ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¤¾à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤·à ¥‹à ¤‚ à ¤•à ¥‹ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤ªà ¤¾à ¤²à ¤• à ¤®à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¥�à ¤°à ¥‡à ¤Ÿ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤ à ¤•à ¤°à ¤¤à ¥‡ à ¤¹à ¥ˆ,Anup wadhawan(PRINCIPAL SECRETARY),2010-05-01,112 +54/XX(1)/138/PPS/2010,2010-04-16,à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤‰à ¤ªà ¤¾à ¤§à ¥€à ¤•à ¥�à ¤·à ¤•à ¥‹à ¤‚ à ¤•à ¥‹ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤‰à ¤ªà ¤¾à ¤§à ¥€à ¤•à ¥�à ¤·à ¤• à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤¯à ¥€ à ¤•à ¤¿à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Deepam Seth(Additional Secretary),2010-05-01,113 505/XX(2)/109-Exam-TC/2002,2010-03-29,कà¥à¤®à¤¾à¤Š विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ नैनीताल दà¥à¤µà¤¾à¤°à¤¾ संचालित वरà¥à¤· 2010 की सà¥â€à¤¨à¤¾à¤¤à¤• परीकà¥à¤·à¤¾à¤“ं के लिठपरीकà¥à¤·à¤¾ केनà¥â€à¤¦à¥à¤°à¥‹ के वरिषà¥â€à¤Ÿ केनà¥â€à¤¦à¥à¤°à¤¾à¤§à¥â€à¤¯à¤•à¥à¤·à¥‹à¤‚ को कारà¥à¤¯à¤ªà¤¾à¤²à¤• मजिसà¥â€à¤Ÿà¥à¤°à¥‡à¤Ÿ नियà¥à¤•à¥â€à¤¤ करते है,Anup wadhawan(PRINCIPAL SECRETARY),2010-05-01,112 54/XX(1)/138/PPS/2010,2010-04-16,निमà¥â€à¤¨à¤²à¤¿à¤–ित पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤•ों को पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤• के पद पर सà¥â€à¤¥à¤¾à¤¯à¥€ किये जाने की सà¥â€à¤µà¥€à¤•ृति,Deepam Seth(Additional Secretary),2010-05-01,113 345/30-1-2010-25(36)/2006,2010-04-08,राजà¥â€à¤¯à¤ªà¤¾à¤² महोदया निमà¥â€à¤¨à¤²à¤¿à¤–ित सà¥â€à¤¥à¤¾à¤¯à¥€ तहसीलदारों को डिपà¥â€à¤Ÿà¥€ कलेकà¥â€à¤Ÿà¤° पर पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar(PRINCIPAL SECRETARY),2010-05-01,112 345/30-1-2010-25(36)/2006,2010-04-08,राजà¥â€à¤¯à¤ªà¤¾à¤² महोदया निमà¥â€à¤¨à¤²à¤¿à¤–ित सà¥â€à¤¥à¤¾à¤¯à¥€ तहसीलदारों को डिपà¥â€à¤Ÿà¥€ कलेकà¥â€à¤Ÿà¤° पर पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar(PRINCIPAL SECRETARY),2010-05-01,112 +505/XX(2)/109-Exam-TC/2002,2010-03-29,à ¤•à ¥�à ¤®à ¤¾à ¤Šà ¤µà ¤¿à ¤¶à ¥�â€�à ¤µà ¤µà ¤¿à ¤¦à ¥�à ¤¯à ¤¾à ¤²à ¤¯ à ¤¨à ¥ˆà ¤¨à ¥€à ¤¤à ¤¾à ¤² à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ à ¤µà ¤°à ¥�à ¤· 2010 à ¤•à ¥€ à ¤¸à ¥�â€�à ¤¨à ¤¾à ¤¤à ¤• à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾à ¤“à ¤‚ à ¤•à ¥‡ à ¤²à ¤¿à ¤� à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¥‹ à ¤•à ¥‡ à ¤µà ¤°à ¤¿à ¤·à ¥�â€�à ¤Ÿ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¤¾à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤·à ¥‹à ¤‚ à ¤•à ¥‹ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤ªà ¤¾à ¤²à ¤• à ¤®à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¥�à ¤°à ¥‡à ¤Ÿ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤ à ¤•à ¤°à ¤¤à ¥‡ à ¤¹à ¥ˆ,Anup wadhawan(PRINCIPAL SECRETARY),2010-05-01,112 +54/XX(1)/138/PPS/2010,2010-04-16,à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤‰à ¤ªà ¤¾à ¤§à ¥€à ¤•à ¥�à ¤·à ¤•à ¥‹à ¤‚ à ¤•à ¥‹ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤‰à ¤ªà ¤¾à ¤§à ¥€à ¤•à ¥�à ¤·à ¤• à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤¯à ¥€ à ¤•à ¤¿à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Deepam Seth(Additional Secretary),2010-05-01,113 257/UHC/Admin/2010,2010-03-29,Shri Rakesh Kumar Singh 2nd Addl.C.J.(JD) kashipur is posted Civil Judge(JD) Kashipur,Ravindra Maithani(Registrar General),2010-05-01,69 262/UHC/Admin/2010,2010-03-29,Shri Manish kumar Pandey CJ(JD) Didihat will also be Civil Judge (JD) Gangolihat.,Ravindra Maithani(Registrar General),2010-05-01,69 259/UHC/Admin/2010,2010-03-29,Shri Yogendra Kumar Sagar CJ(JD) Dwarhat Transfer and posted 3rd Addl.C.J.(JD) Dehradun,Ravindra Maithani(Registrar General),2010-05-01,69 +505/XX(2)/109-Exam-TC/2002,2010-03-29,à ¤•à ¥�à ¤®à ¤¾à ¤Šà ¤µà ¤¿à ¤¶à ¥�â€�à ¤µà ¤µà ¤¿à ¤¦à ¥�à ¤¯à ¤¾à ¤²à ¤¯ à ¤¨à ¥ˆà ¤¨à ¥€à ¤¤à ¤¾à ¤² à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ à ¤µà ¤°à ¥�à ¤· 2010 à ¤•à ¥€ à ¤¸à ¥�â€�à ¤¨à ¤¾à ¤¤à ¤• à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾à ¤“à ¤‚ à ¤•à ¥‡ à ¤²à ¤¿à ¤� à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¥‹ à ¤•à ¥‡ à ¤µà ¤°à ¤¿à ¤·à ¥�â€�à ¤Ÿ à ¤•à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤°à ¤¾à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤·à ¥‹à ¤‚ à ¤•à ¥‹ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤ªà ¤¾à ¤²à ¤• à ¤®à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¥�à ¤°à ¥‡à ¤Ÿ à ¤¨à ¤¿à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤ à ¤•à ¤°à ¤¤à ¥‡ à ¤¹à ¥ˆ,Anup wadhawan(PRINCIPAL SECRETARY),2010-05-01,112 +54/XX(1)/138/PPS/2010,2010-04-16,à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤‰à ¤ªà ¤¾à ¤§à ¥€à ¤•à ¥�à ¤·à ¤•à ¥‹à ¤‚ à ¤•à ¥‹ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤‰à ¤ªà ¤¾à ¤§à ¥€à ¤•à ¥�à ¤·à ¤• à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤¯à ¥€ à ¤•à ¤¿à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Deepam Seth(Additional Secretary),2010-05-01,113 505/XX(2)/109-Exam-TC/2002,2010-03-29,कà¥à¤®à¤¾à¤Š विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ नैनीताल दà¥à¤µà¤¾à¤°à¤¾ संचालित वरà¥à¤· 2010 की सà¥â€à¤¨à¤¾à¤¤à¤• परीकà¥à¤·à¤¾à¤“ं के लिठपरीकà¥à¤·à¤¾ केनà¥â€à¤¦à¥à¤°à¥‹ के वरिषà¥â€à¤Ÿ केनà¥â€à¤¦à¥à¤°à¤¾à¤§à¥â€à¤¯à¤•à¥à¤·à¥‹à¤‚ को कारà¥à¤¯à¤ªà¤¾à¤²à¤• मजिसà¥â€à¤Ÿà¥à¤°à¥‡à¤Ÿ नियà¥à¤•à¥â€à¤¤ करते है,Anup wadhawan(PRINCIPAL SECRETARY),2010-05-01,112 54/XX(1)/138/PPS/2010,2010-04-16,निमà¥â€à¤¨à¤²à¤¿à¤–ित पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤•ों को पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤• के पद पर सà¥â€à¤¥à¤¾à¤¯à¥€ किये जाने की सà¥â€à¤µà¥€à¤•ृति,Deepam Seth(Additional Secretary),2010-05-01,113 345/30-1-2010-25(36)/2006,2010-04-08,राजà¥â€à¤¯à¤ªà¤¾à¤² महोदया निमà¥â€à¤¨à¤²à¤¿à¤–ित सà¥â€à¤¥à¤¾à¤¯à¥€ तहसीलदारों को डिपà¥â€à¤Ÿà¥€ कलेकà¥â€à¤Ÿà¤° पर पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Subhash Kumar(PRINCIPAL SECRETARY),2010-05-01,112 505/XX(2)/109-Exam-TC/2002,2010-03-29,कà¥à¤®à¤¾à¤Š विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ नैनीताल दà¥à¤µà¤¾à¤°à¤¾ संचालित वरà¥à¤· 2010 की सà¥â€à¤¨à¤¾à¤¤à¤• परीकà¥à¤·à¤¾à¤“ं के लिठपरीकà¥à¤·à¤¾ केनà¥â€à¤¦à¥à¤°à¥‹ के वरिषà¥â€à¤Ÿ केनà¥â€à¤¦à¥à¤°à¤¾à¤§à¥â€à¤¯à¤•à¥à¤·à¥‹à¤‚ को कारà¥à¤¯à¤ªà¤¾à¤²à¤• मजिसà¥â€à¤Ÿà¥à¤°à¥‡à¤Ÿ नियà¥à¤•à¥â€à¤¤ करते है,Anup wadhawan(PRINCIPAL SECRETARY),2010-05-01,112 +54/XX(1)/138/PPS/2010,2010-04-16,à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤‰à ¤ªà ¤¾à ¤§à ¥€à ¤•à ¥�à ¤·à ¤•à ¥‹à ¤‚ à ¤•à ¥‹ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤‰à ¤ªà ¤¾à ¤§à ¥€à ¤•à ¥�à ¤·à ¤• à ¤•à ¥‡ à ¤ªà ¤¦ à ¤ªà ¤° à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤¯à ¥€ à ¤•à ¤¿à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Deepam Seth(Additional Secretary),2010-05-01,113 15P/Store/Equip.pur/1/2009/6057,2010-03-19,Rate Conract of Equipments,C.P.Arya(Director General),2010-05-08,71 15P/Store/Equip.pur/1/2009/6057,2010-03-19,Rate Conract of Equipments,C.P.Arya(Director General),2010-05-08,71 15P/Store/Equip.pur/1/2009/6057,2010-03-19,Rate Conract of Equipments,C.P.Arya(Director General),2010-05-08,71 629/30-1-2010-Per,2010-04-29,मà¥à¤–à¥â€à¤¯ सचिव उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ शासन को छःमाह का सेवा विसà¥â€à¤¤à¤¾à¤° की सà¥â€à¤µà¥€à¤•ृति,D.K.Kotiya(PRINCIPAL SECRETARY),2010-05-15,135 629/30-1-2010-Per,2010-04-29,मà¥à¤–à¥â€à¤¯ सचिव उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ शासन को छःमाह का सेवा विसà¥â€à¤¤à¤¾à¤° की सà¥â€à¤µà¥€à¤•ृति,D.K.Kotiya(PRINCIPAL SECRETARY),2010-05-15,135 +264/UHC/Admin.B,2010-03-29,Uttarakhand High Court right to information Rules 2009.,Ravindra Maithani(Registrar General),2010-05-15,95 600/XVIII(1)/10-03(38)/2009,2010-05-03,कलेकà¥â€à¤Ÿà¥à¤°à¥‡à¤Ÿ के कृतà¥â€à¤¯à¥‹à¤‚ का पालन करने हेतॠजिलाधिकारी चमोली को विशेष à¤à¥‚मि अधà¥â€à¤¯à¤¾à¤ªà¥à¤¤à¤¿ अधिकारी नियà¥à¤•à¥â€à¤¤,S.K.Moottu(PRINCIPAL SECRETARY),2010-05-15,138 600/XVIII(1)/10-03(38)/2009,2010-05-03,कलेकà¥â€à¤Ÿà¥à¤°à¥‡à¤Ÿ के कृतà¥â€à¤¯à¥‹à¤‚ का पालन करने हेतॠजिलाधिकारी चमोली को विशेष à¤à¥‚मि अधà¥â€à¤¯à¤¾à¤ªà¥à¤¤à¤¿ अधिकारी नियà¥à¤•à¥â€à¤¤,S.K.Moottu(PRINCIPAL SECRETARY),2010-05-15,138 1019/VII-1-10/100/2003,2010-04-28,उदà¥à¤¯à¥‹à¤— निदेशालय उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ के अरà¥à¤¨à¥â€à¤¤à¤—त सहायक à¤à¥‚वैजà¥à¤žà¤¾à¤¨à¤¿à¤• में तैनात निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारियों को à¤à¥‚वैजà¥à¤žà¤¾à¤¨à¤¿à¤• के रिकà¥â€à¤¤ पदो पर पदोनà¥â€à¤¨à¤¤à¤¿,P.C.Sharma(PRINCIPAL SECRETARY),2010-05-15,135 @@ -4354,8 +6031,11 @@ 600/XVIII(1)/10-03(38)/2009,2010-05-03,कलेकà¥â€à¤Ÿà¥à¤°à¥‡à¤Ÿ के कृतà¥â€à¤¯à¥‹à¤‚ का पालन करने हेतॠजिलाधिकारी चमोली को विशेष à¤à¥‚मि अधà¥â€à¤¯à¤¾à¤ªà¥à¤¤à¤¿ अधिकारी नियà¥à¤•à¥â€à¤¤,S.K.Moottu(PRINCIPAL SECRETARY),2010-05-15,138 2805/C/Samiti,2010-02-16,सहकारी गनà¥â€à¤¨à¤¾ समितियों के करà¥à¤®à¤šà¤¾à¤°à¤¿à¤¯à¥‹à¤‚ के वेतनमान को 01 जनवरी 2006 से पà¥à¤¨à¤°à¥€à¤•à¥à¤·à¤¿à¤¤ किये जाने की सà¥â€à¤µà¥€à¤•ृति,U.D.Chaubey(Director),2010-05-22,99 271/XXVIII-3-2010-47/2008,2010-04-15,चिकितà¥â€à¤¸à¤¾ विà¤à¤¾à¤— के डेनà¥â€à¤Ÿà¤² हाईजीनिसà¥â€à¤Ÿ के वेतनमान संशोधित किये जाने के संबनà¥â€à¤§ में,Keshav Desiraju(PRINCIPAL SECRETARY),2010-05-22,140 +124/XX(1)/166/CBI-Janch/2010,2010-05-06,Investigation of Crime No. 659/2008 Kotwali Haridwar....,Anup wadhawan(PRINCIPAL SECRETARY),2010-05-22,141 124/XX(1)/166/CBI-Janch/2010,2010-05-06,Investigation of Crime No. 659/2008 Kotwali Haridwar....,Anup wadhawan(PRINCIPAL SECRETARY),2010-05-22,141 +124/XX(1)/166/CBI-Janch/2010,2010-05-06,Investigation of Crime No. 659/2008 Kotwali Haridwar....,Anup wadhawan(PRINCIPAL SECRETARY),2010-05-22,141 371/2010/18(100)/XXVII(8)/09,2010-04-30,शà¥à¤°à¥€ राकेश टणà¥â€à¤¡à¤¨ डिपà¥â€à¤Ÿà¥€ कमिशà¥â€à¤¨à¤° वाणिजà¥â€à¤¯à¤•र हरिदà¥à¤µà¤¾à¤° को अगà¥à¤°à¤¿à¤® आदेशों तक à¤à¤µà¤‚ आहरण- वितरण अधिकारी हरिदà¥à¤µà¤¾à¤° का अतिरिकà¥â€à¤¤ कारà¥à¤¯à¤à¤¾à¤°,L.M.Pant(Secretary),2010-05-22,142 +124/XX(1)/166/CBI-Janch/2010,2010-05-06,Investigation of Crime No. 659/2008 Kotwali Haridwar....,Anup wadhawan(PRINCIPAL SECRETARY),2010-05-22,141 271/XXVIII-3-2010-47/2008,2010-04-15,चिकितà¥â€à¤¸à¤¾ विà¤à¤¾à¤— के डेनà¥â€à¤Ÿà¤² हाईजीनिसà¥â€à¤Ÿ के वेतनमान संशोधित किये जाने के संबनà¥â€à¤§ में,Keshav Desiraju(PRINCIPAL SECRETARY),2010-05-22,140 124/XX(1)/166/CBI-Janch/2010,2010-05-06,Investigation of Crime No. 659/2008 Kotwali Haridwar....,Anup wadhawan(PRINCIPAL SECRETARY),2010-05-22,141 371/2010/18(100)/XXVII(8)/09,2010-04-30,शà¥à¤°à¥€ राकेश टणà¥â€à¤¡à¤¨ डिपà¥â€à¤Ÿà¥€ कमिशà¥â€à¤¨à¤° वाणिजà¥â€à¤¯à¤•र हरिदà¥à¤µà¤¾à¤° को अगà¥à¤°à¤¿à¤® आदेशों तक à¤à¤µà¤‚ आहरण- वितरण अधिकारी हरिदà¥à¤µà¤¾à¤° का अतिरिकà¥â€à¤¤ कारà¥à¤¯à¤à¤¾à¤°,L.M.Pant(Secretary),2010-05-22,142 @@ -4367,9 +6047,12 @@ 271/XXVIII-3-2010-47/2008,2010-04-15,चिकितà¥â€à¤¸à¤¾ विà¤à¤¾à¤— के डेनà¥â€à¤Ÿà¤² हाईजीनिसà¥â€à¤Ÿ के वेतनमान संशोधित किये जाने के संबनà¥â€à¤§ में,Keshav Desiraju(PRINCIPAL SECRETARY),2010-05-22,140 55/XXIV(6)/2010,2010-04-09,विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ सेवा में दिनांक 01-01-2006 से पूरà¥à¤µ à¤à¤µà¤‚ बाद में सेवानिवृत पेंशनरों की पेंशन पà¥à¤¨à¤°à¥€à¤•à¥à¤·à¤¤ किये जाने के संबनà¥â€à¤§ में,Radhika Jha(Additional Secretary),2010-05-22,143 539/10-1-2009-10(23)/2001,2010-01-21,The Uttarakhand Forest Department Ministerial Service(Amendment) Rules 2009,Subhash Kumar(PRINCIPAL SECRETARY),2010-05-29,146 +271/UHC/XIV/63/Admin.A,2010-04-28,Ms.Neetu Joshi Civil Judges(SD) Champawat is hereby Sanction Leave.,Prashant Joshi(Ragistrar -Inspection),2010-05-29,105 +"271/UHC/XIV/63/Admin,A",2010-04-28,Ms.Neetu Joshi CJ(SD)Champawat is hereby sanctioned Leave,Prashant Joshi(Ragistrar -Inspection),2010-05-29,105 539/10-1-2009-10(23)/2001,2010-01-21,The Uttarakhand Forest Department Ministerial Service(Amendment) Rules 2009,Subhash Kumar(PRINCIPAL SECRETARY),2010-05-29,146 539/10-1-2009-10(23)/2001,2010-01-21,The Uttarakhand Forest Department Ministerial Service(Amendment) Rules 2009,Subhash Kumar(PRINCIPAL SECRETARY),2010-05-29,146 539/10-1-2009-10(23)/2001,2010-01-21,The Uttarakhand Forest Department Ministerial Service(Amendment) Rules 2009,Subhash Kumar(PRINCIPAL SECRETARY),2010-05-29,146 +539/10-1-2009-10(23)/2001,2010-01-21,The Uttarakhand Forest Department Ministerial Service(Amendment) Rules 2009,Subhash Kumar(PRINCIPAL SECRETARY),2010-05-29,146 338/XV-2/01(26)/08,2010-02-04,मिलà¥â€à¤• गà¥à¤°à¤¿à¤¡ सà¥à¤¦à¤¼à¤¢à¥€à¤•रण रिवालà¥à¤µà¤¿à¤‚ग फणà¥â€à¤¡ नियमावली 2009,Vinod Fonia(Secretary),2010-05-29,153 649/XV-1/10(25)/05,2010-03-31,पशà¥à¤ªà¤¾à¤²à¤¨ निदेशालय में सांखà¥â€à¤¯à¤•ीय इकाई की सà¥â€à¤¥à¤¾à¤ªà¤¨à¤¾ हेतॠपदों का सृजन,Vinod Fonia(Secretary),2010-06-05,159 270/UHC/Admin.A/2010,2010-04-23,Sri Jayendra Singh CJ(JD) Gopeshwar will also be Civil Judge(JD) Pokhri,Ravindra Maithani(Registrar General),2010-06-05,107 @@ -4382,72 +6065,149 @@ 409/XXXI(13)/G/2010-38/07,2010-05-18,नà¥â€à¤¯à¤¾à¤¯à¤®à¥‚रà¥à¤¤à¤¿ (सेनि0) शà¥à¤°à¥€ आर0à¤0शरà¥à¤®à¤¾ को à¤à¤•ल सदसà¥â€à¤¯à¥€à¤¯ जांच आयोग का अधà¥â€à¤¯à¤•à¥à¤· नियà¥à¤•à¥â€à¤¤ किया गया था,N.S.Napalchyal(Chief Secretary),2010-06-12,162 06/9(I)/XXXVI(1)/2010,2010-05-21,शà¥à¤°à¥€ रूदà¥à¤° सिंह पाणà¥â€à¤¡à¤¾ अधिवकà¥â€à¤¤à¤¾ को पांच वरà¥à¤· की अवधि के लिठपिथौरागढ की तहसील मà¥à¤¨à¥â€à¤¸à¥â€à¤¯à¤¾à¤°à¥€ के लिठनोटरी नियà¥à¤•à¥â€à¤¤,Smt.Indira Ashish(PRINCIPAL SECRETARY),2010-06-12,163 829/XX(2)/109/Suraksa/2002,2010-05-24,राजà¥â€à¤¯ लोक सेवा आयोग हरिदà¥à¤µà¤¾à¤° दà¥à¤µà¤¾à¤°à¤¾ संचालित राजकीय इनà¥â€à¤Ÿà¤° कालेजों में पà¥à¤°à¤µà¤•à¥â€à¤¤à¤¾ पदों पर चयन हेतॠसà¥â€à¤•à¥à¤°à¥€à¤¨à¤¿à¤‚ग परीकà¥à¤·à¤¾,Anup wadhawan(PRINCIPAL SECRETARY),2010-06-12,164 +829/XX(2)/109/Suraksa/2002,2010-05-24,à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤²à ¥‹à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤†à ¤¯à ¥‹à ¤— à ¤¹à ¤°à ¤¿à ¤¦à ¥�à ¤µà ¤¾à ¤° à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ à ¤°à ¤¾à ¤œà ¤•à ¥€à ¤¯ à ¤‡à ¤¨à ¥�â€�à ¤Ÿà ¤° à ¤•à ¤¾à ¤²à ¥‡à ¤œà ¥‹à ¤‚ à ¤®à ¥‡à ¤‚ à ¤ªà ¥�à ¤°à ¤µà ¤•à ¥�â€�à ¤¤à ¤¾ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤šà ¤¯à ¤¨ à ¤¹à ¥‡à ¤¤à ¥� à ¤¸à ¥�â€�à ¤•à ¥�à ¤°à ¥€à ¤¨à ¤¿à ¤‚à ¤— à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾,Anup wadhawan(PRINCIPAL SECRETARY),2010-06-12,164 829/XX(2)/109/Suraksa/2002,2010-05-24,राजà¥â€à¤¯ लोक सेवा आयोग हरिदà¥à¤µà¤¾à¤° दà¥à¤µà¤¾à¤°à¤¾ संचालित राजकीय इनà¥â€à¤Ÿà¤° कालेजों में पà¥à¤°à¤µà¤•à¥â€à¤¤à¤¾ पदों पर चयन हेतॠसà¥â€à¤•à¥à¤°à¥€à¤¨à¤¿à¤‚ग परीकà¥à¤·à¤¾,Anup wadhawan(PRINCIPAL SECRETARY),2010-06-12,164 829/XX(2)/109/Suraksa/2002,2010-05-24,राजà¥â€à¤¯ लोक सेवा आयोग हरिदà¥à¤µà¤¾à¤° दà¥à¤µà¤¾à¤°à¤¾ संचालित राजकीय इनà¥â€à¤Ÿà¤° कालेजों में पà¥à¤°à¤µà¤•à¥â€à¤¤à¤¾ पदों पर चयन हेतॠसà¥â€à¤•à¥à¤°à¥€à¤¨à¤¿à¤‚ग परीकà¥à¤·à¤¾,Anup wadhawan(PRINCIPAL SECRETARY),2010-06-12,164 06/9(I)/XXXVI(1)/2010,2010-05-21,शà¥à¤°à¥€ रूदà¥à¤° सिंह पाणà¥â€à¤¡à¤¾ अधिवकà¥â€à¤¤à¤¾ को पांच वरà¥à¤· की अवधि के लिठपिथौरागढ की तहसील मà¥à¤¨à¥â€à¤¸à¥â€à¤¯à¤¾à¤°à¥€ के लिठनोटरी नियà¥à¤•à¥â€à¤¤,Smt.Indira Ashish(PRINCIPAL SECRETARY),2010-06-12,163 +829/XX(2)/109/Suraksa/2002,2010-05-24,à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤²à ¥‹à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤†à ¤¯à ¥‹à ¤— à ¤¹à ¤°à ¤¿à ¤¦à ¥�à ¤µà ¤¾à ¤° à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ à ¤°à ¤¾à ¤œà ¤•à ¥€à ¤¯ à ¤‡à ¤¨à ¥�â€�à ¤Ÿà ¤° à ¤•à ¤¾à ¤²à ¥‡à ¤œà ¥‹à ¤‚ à ¤®à ¥‡à ¤‚ à ¤ªà ¥�à ¤°à ¤µà ¤•à ¥�â€�à ¤¤à ¤¾ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤šà ¤¯à ¤¨ à ¤¹à ¥‡à ¤¤à ¥� à ¤¸à ¥�â€�à ¤•à ¥�à ¤°à ¥€à ¤¨à ¤¿à ¤‚à ¤— à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾,Anup wadhawan(PRINCIPAL SECRETARY),2010-06-12,164 466/2010/11(110)/XXVII(8)/10,2010-05-19,वाणà¥à¤œà¥à¤¯à¤¿à¤•र वि à¤à¤¾à¤— उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ में कारà¥à¤¯à¤°à¤¤ सयà¥à¤‚कà¥â€à¤¤ आयà¥à¤•à¥â€à¤¤ सà¥â€à¤¤à¤° के अधिकारियों का सà¥â€à¤¥à¤¾à¤¨à¤¾à¤¨à¥â€à¤¤à¤°à¤£,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-06-12,163 467/XXVIII-4-2010-88/2003,2010-05-25,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ आयà¥à¤°à¥à¤µà¥‡à¤¦à¤¿à¤• à¤à¤µà¤‚ यूनानी सेवा संवरà¥à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त पà¥à¤°à¤¾à¤šà¤¾à¤°à¥à¤¯ अपर निदेशक डा0पूजा à¤à¤¾à¤°à¤¦à¥à¤µà¤¾à¤œ को पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Rajeev Gupta(PRINCIPAL SECRETARY),2010-06-12,165 829/XX(2)/109/Suraksa/2002,2010-05-24,राजà¥â€à¤¯ लोक सेवा आयोग हरिदà¥à¤µà¤¾à¤° दà¥à¤µà¤¾à¤°à¤¾ संचालित राजकीय इनà¥â€à¤Ÿà¤° कालेजों में पà¥à¤°à¤µà¤•à¥â€à¤¤à¤¾ पदों पर चयन हेतॠसà¥â€à¤•à¥à¤°à¥€à¤¨à¤¿à¤‚ग परीकà¥à¤·à¤¾,Anup wadhawan(PRINCIPAL SECRETARY),2010-06-12,164 617/Ayuktkar/form Section/2010,2010-05-11,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— की निमà¥â€à¤¨à¤²à¤¿à¤–ित सूची में उलà¥à¤²à¤¿à¤–ित आयात घोषणापतà¥à¤° जिनके खो जाने चोरी हो जाने पर अवैध घोषित,V.K.Saxena (Commissioner Tax Officer),2010-06-12,111 467/XXVIII-4-2010-88/2003,2010-05-25,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ आयà¥à¤°à¥à¤µà¥‡à¤¦à¤¿à¤• à¤à¤µà¤‚ यूनानी सेवा संवरà¥à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त पà¥à¤°à¤¾à¤šà¤¾à¤°à¥à¤¯ अपर निदेशक डा0पूजा à¤à¤¾à¤°à¤¦à¥à¤µà¤¾à¤œ को पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Rajeev Gupta(PRINCIPAL SECRETARY),2010-06-12,165 +829/XX(2)/109/Suraksa/2002,2010-05-24,à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤²à ¥‹à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤†à ¤¯à ¥‹à ¤— à ¤¹à ¤°à ¤¿à ¤¦à ¥�à ¤µà ¤¾à ¤° à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¸à ¤‚à ¤šà ¤¾à ¤²à ¤¿à ¤¤ à ¤°à ¤¾à ¤œà ¤•à ¥€à ¤¯ à ¤‡à ¤¨à ¥�â€�à ¤Ÿà ¤° à ¤•à ¤¾à ¤²à ¥‡à ¤œà ¥‹à ¤‚ à ¤®à ¥‡à ¤‚ à ¤ªà ¥�à ¤°à ¤µà ¤•à ¥�â€�à ¤¤à ¤¾ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤šà ¤¯à ¤¨ à ¤¹à ¥‡à ¤¤à ¥� à ¤¸à ¥�â€�à ¤•à ¥�à ¤°à ¥€à ¤¨à ¤¿à ¤‚à ¤— à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾,Anup wadhawan(PRINCIPAL SECRETARY),2010-06-12,164 829/XX(2)/109/Suraksa/2002,2010-05-24,राजà¥â€à¤¯ लोक सेवा आयोग हरिदà¥à¤µà¤¾à¤° दà¥à¤µà¤¾à¤°à¤¾ संचालित राजकीय इनà¥â€à¤Ÿà¤° कालेजों में पà¥à¤°à¤µà¤•à¥â€à¤¤à¤¾ पदों पर चयन हेतॠसà¥â€à¤•à¥à¤°à¥€à¤¨à¤¿à¤‚ग परीकà¥à¤·à¤¾,Anup wadhawan(PRINCIPAL SECRETARY),2010-06-12,164 466/2010/11(110)/XXVII(8)/10,2010-05-19,वाणà¥à¤œà¥à¤¯à¤¿à¤•र वि à¤à¤¾à¤— उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ में कारà¥à¤¯à¤°à¤¤ सयà¥à¤‚कà¥â€à¤¤ आयà¥à¤•à¥â€à¤¤ सà¥â€à¤¤à¤° के अधिकारियों का सà¥â€à¤¥à¤¾à¤¨à¤¾à¤¨à¥â€à¤¤à¤°à¤£,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-06-12,163 409/XXXI(13)/G/2010-38/07,2010-05-18,नà¥â€à¤¯à¤¾à¤¯à¤®à¥‚रà¥à¤¤à¤¿ (सेनि0) शà¥à¤°à¥€ आर0à¤0शरà¥à¤®à¤¾ को à¤à¤•ल सदसà¥â€à¤¯à¥€à¤¯ जांच आयोग का अधà¥â€à¤¯à¤•à¥à¤· नियà¥à¤•à¥â€à¤¤ किया गया था,N.S.Napalchyal(Chief Secretary),2010-06-12,162 211/XX(1)/272/PPS/2004,2010-06-01,पदोनà¥â€à¤¨à¤¤ शà¥à¤°à¥€ विजà¥à¤žà¤¾à¤¨ चनà¥â€à¤¦à¥à¤° मंमगाई निरीकà¥à¤·à¤• (à¤à¤®)अनà¥à¤à¤¾à¤— अधिकारी पà¥à¤²à¤¿à¤¸ मà¥à¤–à¥â€à¤¯à¤¾à¤²à¤¯,Rajeev Gupta(PRINCIPAL SECRETARY),2010-06-19,168 +211/XX(1)/272/PPS/2004,2010-06-01,à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤¶à ¥�à ¤°à ¥€ à ¤µà ¤¿à ¤œà ¥�à ¤žà ¤¾à ¤¨ à ¤šà ¤¨à ¥�â€�à ¤¦à ¥�à ¤° à ¤®à ¤‚à ¤®à ¤—à ¤¾à ¤ˆ à ¤¨à ¤¿à ¤°à ¥€à ¤•à ¥�à ¤·à ¤• (à ¤�à ¤®)à ¤…à ¤¨à ¥�à ¤Âà ¤¾à ¤— à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤®à ¥�à ¤–à ¥�â€�à ¤¯à ¤¾à ¤²à ¤¯,Rajeev Gupta(PRINCIPAL SECRETARY),2010-06-19,168 +211/XX(1)/272/PPS/2004,2010-06-01,à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤¶à ¥�à ¤°à ¥€ à ¤µà ¤¿à ¤œà ¥�à ¤žà ¤¾à ¤¨ à ¤šà ¤¨à ¥�â€�à ¤¦à ¥�à ¤° à ¤®à ¤‚à ¤®à ¤—à ¤¾à ¤ˆ à ¤¨à ¤¿à ¤°à ¥€à ¤•à ¥�à ¤·à ¤• (à ¤�à ¤®)à ¤…à ¤¨à ¥�à ¤Âà ¤¾à ¤— à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤®à ¥�à ¤–à ¥�â€�à ¤¯à ¤¾à ¤²à ¤¯,Rajeev Gupta(PRINCIPAL SECRETARY),2010-06-19,168 211/XX(1)/272/PPS/2004,2010-06-01,पदोनà¥â€à¤¨à¤¤ शà¥à¤°à¥€ विजà¥à¤žà¤¾à¤¨ चनà¥â€à¤¦à¥à¤° मंमगाई निरीकà¥à¤·à¤• (à¤à¤®)अनà¥à¤à¤¾à¤— अधिकारी पà¥à¤²à¤¿à¤¸ मà¥à¤–à¥â€à¤¯à¤¾à¤²à¤¯,Rajeev Gupta(PRINCIPAL SECRETARY),2010-06-19,168 +211/XX(1)/272/PPS/2004,2010-06-01,à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤¶à ¥�à ¤°à ¥€ à ¤µà ¤¿à ¤œà ¥�à ¤žà ¤¾à ¤¨ à ¤šà ¤¨à ¥�â€�à ¤¦à ¥�à ¤° à ¤®à ¤‚à ¤®à ¤—à ¤¾à ¤ˆ à ¤¨à ¤¿à ¤°à ¥€à ¤•à ¥�à ¤·à ¤• (à ¤�à ¤®)à ¤…à ¤¨à ¥�à ¤Âà ¤¾à ¤— à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤®à ¥�à ¤–à ¥�â€�à ¤¯à ¤¾à ¤²à ¤¯,Rajeev Gupta(PRINCIPAL SECRETARY),2010-06-19,168 321/XXVII(9)/2010-Stamp-05/10,2010-05-18,उप जिला विकासनगर की सीमाओं में परिवरà¥à¤¤à¤¨ करके उप जिला विकासनगर दà¥à¤µà¤¿à¤¤à¥€à¤¯ बनाते है,L.M.Pant(Secretary),2010-06-19,169 744/XXVIII-2-2010-158/2009,2010-06-08,पी0à¤à¤®0à¤à¤š0à¤à¤¸ संवरà¥à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त निमà¥â€à¤¨à¤²à¤¿à¤–ित चिकितसाधिकारियों की पदोनà¥â€à¤¨à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Dr.Umakant Panwar(Secretary),2010-06-19,168 +211/XX(1)/272/PPS/2004,2010-06-01,à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤¶à ¥�à ¤°à ¥€ à ¤µà ¤¿à ¤œà ¥�à ¤žà ¤¾à ¤¨ à ¤šà ¤¨à ¥�â€�à ¤¦à ¥�à ¤° à ¤®à ¤‚à ¤®à ¤—à ¤¾à ¤ˆ à ¤¨à ¤¿à ¤°à ¥€à ¤•à ¥�à ¤·à ¤• (à ¤�à ¤®)à ¤…à ¤¨à ¥�à ¤Âà ¤¾à ¤— à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤®à ¥�à ¤–à ¥�â€�à ¤¯à ¤¾à ¤²à ¤¯,Rajeev Gupta(PRINCIPAL SECRETARY),2010-06-19,168 744/XXVIII-2-2010-158/2009,2010-06-08,पी0à¤à¤®0à¤à¤š0à¤à¤¸ संवरà¥à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त निमà¥â€à¤¨à¤²à¤¿à¤–ित चिकितसाधिकारियों की पदोनà¥â€à¤¨à¤¤à¤¿ के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Dr.Umakant Panwar(Secretary),2010-06-19,168 +277/UHC/XIV/33/Admin.A,2010-06-03,Shri D.P.Gairola DSG Pithoragarh is hereby Sanction earned Leave,Prashant Joshi(Ragistrar -Inspection),2010-06-19,115 +278/XIV-a-41/Admin/2008,2010-06-03,Ms.kahkasha khan ADJ FTC Usnagar is hereby sanction Leave,Prashant Joshi(Ragistrar -Inspection),2010-06-19,115 +211/XX(1)/272/PPS/2004,2010-06-01,à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤ à ¤¶à ¥�à ¤°à ¥€ à ¤µà ¤¿à ¤œà ¥�à ¤žà ¤¾à ¤¨ à ¤šà ¤¨à ¥�â€�à ¤¦à ¥�à ¤° à ¤®à ¤‚à ¤®à ¤—à ¤¾à ¤ˆ à ¤¨à ¤¿à ¤°à ¥€à ¤•à ¥�à ¤·à ¤• (à ¤�à ¤®)à ¤…à ¤¨à ¥�à ¤Âà ¤¾à ¤— à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤®à ¥�à ¤–à ¥�â€�à ¤¯à ¤¾à ¤²à ¤¯,Rajeev Gupta(PRINCIPAL SECRETARY),2010-06-19,168 1379/VII-1-10/95/2003,2010-06-08,पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤ शà¥à¤°à¥€ दीपेनà¥â€à¤¦à¥à¤° सिंह चनà¥â€à¤¦à¥ à¤à¥‚ततà¥â€à¤µ à¤à¤µà¤‚ खनिकरà¥à¤® इकाई उदà¥à¤¯à¥‹à¤— निदेशालय देहरादून,P.C.Sharma(PRINCIPAL SECRETARY),2010-06-19,168 211/XX(1)/272/PPS/2004,2010-06-01,पदोनà¥â€à¤¨à¤¤ शà¥à¤°à¥€ विजà¥à¤žà¤¾à¤¨ चनà¥â€à¤¦à¥à¤° मंमगाई निरीकà¥à¤·à¤• (à¤à¤®)अनà¥à¤à¤¾à¤— अधिकारी पà¥à¤²à¤¿à¤¸ मà¥à¤–à¥â€à¤¯à¤¾à¤²à¤¯,Rajeev Gupta(PRINCIPAL SECRETARY),2010-06-19,168 321/XXVII(9)/2010-Stamp-05/10,2010-05-18,उप जिला विकासनगर की सीमाओं में परिवरà¥à¤¤à¤¨ करके उप जिला विकासनगर दà¥à¤µà¤¿à¤¤à¥€à¤¯ बनाते है,L.M.Pant(Secretary),2010-06-19,169 +277/UHC/XIV/33/Admin.A,2010-06-03,Shri D.P.Gairola DSG Pithoragarh is hereby Sanction earned Leave,Prashant Joshi(Ragistrar -Inspection),2010-06-19,115 +278/XIV-a-41/Admin/2008,2010-06-03,Ms.kahkasha khan ADJ FTC Usnagar is hereby sanction Leave,Prashant Joshi(Ragistrar -Inspection),2010-06-19,115 F-9(4)/RG/URC/2010/383,2010-05-14,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ विदà¥à¤¯à¥à¤¤ नियामक आयोग विनिमय 2007 को संशोधित करने के लिठविनिमय,Pankaj Prakash(Secretary),2010-06-26,117 731/XXX-1-10-23(22)/2003,2010-05-17,Write petition No.780-MB/2003 Mamta Bisht Vs State dt.26-10-2005,D.K.Kotiya(PRINCIPAL SECRETARY),2010-06-26,178 731/XXX-1-10-23(22)/2003,2010-05-17,Write petition No.780-MB/2003 Mamta Bisht Vs State dt.26-10-2005,D.K.Kotiya(PRINCIPAL SECRETARY),2010-06-26,178 731/XXX-1-10-23(22)/2003,2010-05-17,Write petition No.780-MB/2003 Mamta Bisht Vs State dt.26-10-2005,D.K.Kotiya(PRINCIPAL SECRETARY),2010-06-26,178 512/XXVIII-3-2010-76/2010,2010-06-09,शà¥à¤°à¥€ धरà¥à¤®à¤¸à¤¿à¤‚ह औषधि अनà¥à¤œà¥à¤žà¤¾à¤ªà¤¨ पà¥à¤°à¤¾à¤§à¤¿à¤•ारी विकà¥à¤°à¤¯ को अगà¥à¤°à¤¿à¤® आदेशों तक उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ के लिठऔषधि अनà¥à¤œà¥à¤žà¤¾à¤ªà¤¨ पà¥à¤°à¤¾à¤§à¤¿à¤•ारी नियà¥à¤•à¥â€à¤¤ करते है,Umakant Panwar(Secretary),2010-07-03,186 946/XV-1/2(5)/10,2010-04-16,निमà¥â€à¤¨à¤²à¤¿à¤–ित सयà¥à¤‚कà¥â€à¤¤ निदेशक/उप निदेशक पशà¥à¤ªà¤¾à¤²à¤¨ वि à¤à¤¾à¤— को अपर निदेशक के पद पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Vinod Fonia(Secretary),2010-07-03,183 +281/XIV-a-45/Admin/2008,2010-06-05,Shri Malik Mazhar Sultan ADJ-FTC Dehraudn is hereby sanctioned Medical Leave,Prashant Joshi(Ragistrar -Inspection),2010-07-03,123 +282/UHC/XIV/64/admin/2010,2010-06-09,Smt.Sujata singh CJ(SD) Pithoragarh is hereby sanction Earned leave,Prashant Joshi(Ragistrar -Inspection),2010-07-03,123 401/XIII-II/61(2)/2010,2010-05-31,गोबिनà¥â€à¤¦ बलà¥â€à¤²à¤ पनà¥â€à¤¤ कृषि à¤à¤‚व पà¥à¤°à¥Œ0विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ पनà¥â€à¤¤à¤¨à¤—र की पà¥à¤°à¤¬à¤¨à¥â€à¤§ परि षद हेतॠनिमà¥â€à¤¨à¤µà¤¤ नाम निरà¥à¤¦à¤¿à¤·à¥â€à¤Ÿ,Dr.Ranbir Singh(Secretary),2010-07-03,185 512/XXVIII-3-2010-76/2010,2010-06-09,शà¥à¤°à¥€ धरà¥à¤®à¤¸à¤¿à¤‚ह औषधि अनà¥à¤œà¥à¤žà¤¾à¤ªà¤¨ पà¥à¤°à¤¾à¤§à¤¿à¤•ारी विकà¥à¤°à¤¯ को अगà¥à¤°à¤¿à¤® आदेशों तक उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ के लिठऔषधि अनà¥à¤œà¥à¤žà¤¾à¤ªà¤¨ पà¥à¤°à¤¾à¤§à¤¿à¤•ारी नियà¥à¤•à¥â€à¤¤ करते है,Umakant Panwar(Secretary),2010-07-03,186 +281/XIV-a-45/Admin/2008,2010-06-05,Shri Malik Mazhar Sultan ADJ-FTC Dehraudn is hereby sanctioned Medical Leave,Prashant Joshi(Ragistrar -Inspection),2010-07-03,123 +282/UHC/XIV/64/admin/2010,2010-06-09,Smt.Sujata singh CJ(SD) Pithoragarh is hereby sanction Earned leave,Prashant Joshi(Ragistrar -Inspection),2010-07-03,123 512/XXVIII-3-2010-76/2010,2010-06-09,शà¥à¤°à¥€ धरà¥à¤®à¤¸à¤¿à¤‚ह औषधि अनà¥à¤œà¥à¤žà¤¾à¤ªà¤¨ पà¥à¤°à¤¾à¤§à¤¿à¤•ारी विकà¥à¤°à¤¯ को अगà¥à¤°à¤¿à¤® आदेशों तक उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ के लिठऔषधि अनà¥à¤œà¥à¤žà¤¾à¤ªà¤¨ पà¥à¤°à¤¾à¤§à¤¿à¤•ारी नियà¥à¤•à¥â€à¤¤ करते है,Umakant Panwar(Secretary),2010-07-03,186 946/XV-1/2(5)/10,2010-04-16,निमà¥â€à¤¨à¤²à¤¿à¤–ित सयà¥à¤‚कà¥â€à¤¤ निदेशक/उप निदेशक पशà¥à¤ªà¤¾à¤²à¤¨ वि à¤à¤¾à¤— को अपर निदेशक के पद पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Vinod Fonia(Secretary),2010-07-03,183 946/XV-1/2(5)/10,2010-04-16,निमà¥â€à¤¨à¤²à¤¿à¤–ित सयà¥à¤‚कà¥â€à¤¤ निदेशक/उप निदेशक पशà¥à¤ªà¤¾à¤²à¤¨ वि à¤à¤¾à¤— को अपर निदेशक के पद पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Vinod Fonia(Secretary),2010-07-03,183 401/XIII-II/61(2)/2010,2010-05-31,गोबिनà¥â€à¤¦ बलà¥â€à¤²à¤ पनà¥â€à¤¤ कृषि à¤à¤‚व पà¥à¤°à¥Œ0विशà¥â€à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯ पनà¥â€à¤¤à¤¨à¤—र की पà¥à¤°à¤¬à¤¨à¥â€à¤§ परि षद हेतॠनिमà¥â€à¤¨à¤µà¤¤ नाम निरà¥à¤¦à¤¿à¤·à¥â€à¤Ÿ,Dr.Ranbir Singh(Secretary),2010-07-03,185 1288/ii-2010-01(162)/2003,2010-06-07,कनिषà¥â€à¤ अà¤à¤¿à¤¯à¤¨à¥â€à¤¤à¤¾(यांतà¥à¤°à¤¿à¤•) से सहायक अà¤à¤¿à¤¯à¤¨à¥â€à¤¤à¤¾ (यांतà¥à¤°à¤¿à¤•) के पदों पर पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Rajeev Gupta(PRINCIPAL SECRETARY),2010-07-03,182 +281/XIV-a-45/Admin/2008,2010-06-05,Shri Malik Mazhar Sultan ADJ-FTC Dehraudn is hereby sanctioned Medical Leave,Prashant Joshi(Ragistrar -Inspection),2010-07-03,123 +282/UHC/XIV/64/admin/2010,2010-06-09,Smt.Sujata singh CJ(SD) Pithoragarh is hereby sanction Earned leave,Prashant Joshi(Ragistrar -Inspection),2010-07-03,123 +281/XIV-a-45/Admin/2008,2010-06-05,Shri Malik Mazhar Sultan ADJ-FTC Dehraudn is hereby sanctioned Medical Leave,Prashant Joshi(Ragistrar -Inspection),2010-07-03,123 +282/UHC/XIV/64/admin/2010,2010-06-09,Smt.Sujata singh CJ(SD) Pithoragarh is hereby sanction Earned leave,Prashant Joshi(Ragistrar -Inspection),2010-07-03,123 +282/81/XX-1/10-43/2010,2010-06-23,à ¤Âà ¥‚à ¤®à ¤¿ à ¤…à ¤°à ¥�à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤¨à ¤¿à ¤¯à ¤® 1894 à ¤§à ¤¾à ¤°à ¤¾ 4 à ¤•à ¥€ à ¤‰à ¤ªà ¤§à ¤¾à ¤°à ¤¾-1 à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¦à ¥‡à ¤¹à ¤°à ¤¾à ¤¦à ¥‚à ¤¨ à ¤®à ¥‡à ¤‚ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤†à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤¬à ¥�â€�à ¤¯à ¥‚à ¤°à ¥‹ à ¤•à ¥‡ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤¾à ¤²à ¤¯ à ¤�à ¤µà ¤‚ à ¤†à ¤µà ¤¾à ¤¸à ¥€à ¤¯ à ¤ªà ¤°à ¤¿à ¤¸à ¤° à ¤•à ¥‡ à ¤¨à ¤¿à ¤°à ¥�à ¤®à ¤¾à ¤£ à ¤¹à ¥‡à ¤¤à ¥� à ¤†à ¤µà ¤¶à ¥�â€�à ¤¯à ¤•à ¤¤à ¤¾,Rajeev Gupta(PRINCIPAL SECRETARY),2010-07-10,188 +283/XIV/11/Admin/2008,2010-06-14,Sri Ritesh Kumar srivastava CJ(JD)Almora is hereby Sanctioned EL,Prashant Joshi(Ragistrar -Inspection),2010-07-10,125 +283/XIV/11/Admin/2008,2010-06-14,Sri Ritesh Kumar srivastava CJ(JD)Almora is hereby Sanctioned EL,Prashant Joshi(Ragistrar -Inspection),2010-07-10,125 282/81/XX-1/10-43/2010,2010-06-23,à¤à¥‚मि अरà¥à¤œà¤¨ अधिनियम 1894 धारा 4 की उपधारा-1 दà¥à¤µà¤¾à¤°à¤¾ देहरादून में सहायक आसूचना बà¥â€à¤¯à¥‚रो के कारà¥à¤¯à¤¾à¤²à¤¯ à¤à¤µà¤‚ आवासीय परिसर के निरà¥à¤®à¤¾à¤£ हेतॠआवशà¥â€à¤¯à¤•ता,Rajeev Gupta(PRINCIPAL SECRETARY),2010-07-10,188 +282/81/XX-1/10-43/2010,2010-06-23,à ¤Âà ¥‚à ¤®à ¤¿ à ¤…à ¤°à ¥�à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤¨à ¤¿à ¤¯à ¤® 1894 à ¤§à ¤¾à ¤°à ¤¾ 4 à ¤•à ¥€ à ¤‰à ¤ªà ¤§à ¤¾à ¤°à ¤¾-1 à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¦à ¥‡à ¤¹à ¤°à ¤¾à ¤¦à ¥‚à ¤¨ à ¤®à ¥‡à ¤‚ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤†à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤¬à ¥�â€�à ¤¯à ¥‚à ¤°à ¥‹ à ¤•à ¥‡ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤¾à ¤²à ¤¯ à ¤�à ¤µà ¤‚ à ¤†à ¤µà ¤¾à ¤¸à ¥€à ¤¯ à ¤ªà ¤°à ¤¿à ¤¸à ¤° à ¤•à ¥‡ à ¤¨à ¤¿à ¤°à ¥�à ¤®à ¤¾à ¤£ à ¤¹à ¥‡à ¤¤à ¥� à ¤†à ¤µà ¤¶à ¥�â€�à ¤¯à ¤•à ¤¤à ¤¾,Rajeev Gupta(PRINCIPAL SECRETARY),2010-07-10,188 282/81/XX-1/10-43/2010,2010-06-23,à¤à¥‚मि अरà¥à¤œà¤¨ अधिनियम 1894 धारा 4 की उपधारा-1 दà¥à¤µà¤¾à¤°à¤¾ देहरादून में सहायक आसूचना बà¥â€à¤¯à¥‚रो के कारà¥à¤¯à¤¾à¤²à¤¯ à¤à¤µà¤‚ आवासीय परिसर के निरà¥à¤®à¤¾à¤£ हेतॠआवशà¥â€à¤¯à¤•ता,Rajeev Gupta(PRINCIPAL SECRETARY),2010-07-10,188 1110/II-2010-01(430)/2007,2010-06-24,सिंचाई विà¤à¤¾à¤— के निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिशासी अà¤à¤¿à¤¯à¤¨à¥â€à¤¤à¤¾(सिविल)को पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Rajeev Gupta(PRINCIPAL SECRETARY),2010-07-10,189 +283/XIV/11/Admin/2008,2010-06-14,Sri Ritesh Kumar srivastava CJ(JD)Almora is hereby Sanctioned EL,Prashant Joshi(Ragistrar -Inspection),2010-07-10,125 +282/81/XX-1/10-43/2010,2010-06-23,à ¤Âà ¥‚à ¤®à ¤¿ à ¤…à ¤°à ¥�à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤¨à ¤¿à ¤¯à ¤® 1894 à ¤§à ¤¾à ¤°à ¤¾ 4 à ¤•à ¥€ à ¤‰à ¤ªà ¤§à ¤¾à ¤°à ¤¾-1 à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¦à ¥‡à ¤¹à ¤°à ¤¾à ¤¦à ¥‚à ¤¨ à ¤®à ¥‡à ¤‚ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤†à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤¬à ¥�â€�à ¤¯à ¥‚à ¤°à ¥‹ à ¤•à ¥‡ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤¾à ¤²à ¤¯ à ¤�à ¤µà ¤‚ à ¤†à ¤µà ¤¾à ¤¸à ¥€à ¤¯ à ¤ªà ¤°à ¤¿à ¤¸à ¤° à ¤•à ¥‡ à ¤¨à ¤¿à ¤°à ¥�à ¤®à ¤¾à ¤£ à ¤¹à ¥‡à ¤¤à ¥� à ¤†à ¤µà ¤¶à ¥�â€�à ¤¯à ¤•à ¤¤à ¤¾,Rajeev Gupta(PRINCIPAL SECRETARY),2010-07-10,188 +283/XIV/11/Admin/2008,2010-06-14,Sri Ritesh Kumar srivastava CJ(JD)Almora is hereby Sanctioned EL,Prashant Joshi(Ragistrar -Inspection),2010-07-10,125 +282/81/XX-1/10-43/2010,2010-06-23,à ¤Âà ¥‚à ¤®à ¤¿ à ¤…à ¤°à ¥�à ¤œà ¤¨ à ¤…à ¤§à ¤¿à ¤¨à ¤¿à ¤¯à ¤® 1894 à ¤§à ¤¾à ¤°à ¤¾ 4 à ¤•à ¥€ à ¤‰à ¤ªà ¤§à ¤¾à ¤°à ¤¾-1 à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤¦à ¥‡à ¤¹à ¤°à ¤¾à ¤¦à ¥‚à ¤¨ à ¤®à ¥‡à ¤‚ à ¤¸à ¤¹à ¤¾à ¤¯à ¤• à ¤†à ¤¸à ¥‚à ¤šà ¤¨à ¤¾ à ¤¬à ¥�â€�à ¤¯à ¥‚à ¤°à ¥‹ à ¤•à ¥‡ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤¾à ¤²à ¤¯ à ¤�à ¤µà ¤‚ à ¤†à ¤µà ¤¾à ¤¸à ¥€à ¤¯ à ¤ªà ¤°à ¤¿à ¤¸à ¤° à ¤•à ¥‡ à ¤¨à ¤¿à ¤°à ¥�à ¤®à ¤¾à ¤£ à ¤¹à ¥‡à ¤¤à ¥� à ¤†à ¤µà ¤¶à ¥�â€�à ¤¯à ¤•à ¤¤à ¤¾,Rajeev Gupta(PRINCIPAL SECRETARY),2010-07-10,188 +137/Panchyat Election/2010,2010-06-21,à ¤œà ¤¿à ¤²à ¤¾ à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤° à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤ à ¤¨à ¥ˆà ¤¨à ¥€à ¤¤à ¤¾à ¤²- à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤à ¥‹à ¤‚ à ¤•à ¥‡ à ¤¸à ¤¦à ¤¸à ¥�â€�à ¤¯à ¥‹à ¤‚ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨/à ¤‰à ¤ªà ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨,Dr. Pankaj Kumar Pandey(District Election Officer),2010-07-10,23 +74/panchayat Election/2010,2010-06-21,à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤¾à ¤²à ¤¯ à ¤ªà ¤‚à ¤šà ¤¾à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤¨à ¤¿ à ¤šà ¥�à ¤¨à ¤¾à ¤µ à ¤…à ¤²à ¥�â€�à ¤®à ¥‹à ¤‚à ¤¡à ¤¾- à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤šà ¤¾à ¤¯à ¤¤à ¥‹à ¤‚ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤•à ¥‡ à ¤‰à ¤ª à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨ 2010,District Magistrate Almora(District Magistrate),2010-07-10,29 +137/Panchyat Election/2010,2010-06-21,à ¤œà ¤¿à ¤²à ¤¾ à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤° à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¥€ à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤ à ¤¨à ¥ˆà ¤¨à ¥€à ¤¤à ¤¾à ¤²- à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤à ¥‹à ¤‚ à ¤•à ¥‡ à ¤¸à ¤¦à ¤¸à ¥�â€�à ¤¯à ¥‹à ¤‚ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨/à ¤‰à ¤ªà ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨,Dr. Pankaj Kumar Pandey(District Election Officer),2010-07-10,23 +74/panchayat Election/2010,2010-06-21,à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤¾à ¤²à ¤¯ à ¤ªà ¤‚à ¤šà ¤¾à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤¨à ¤¿ à ¤šà ¥�à ¤¨à ¤¾à ¤µ à ¤…à ¤²à ¥�â€�à ¤®à ¥‹à ¤‚à ¤¡à ¤¾- à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤šà ¤¾à ¤¯à ¤¤à ¥‹à ¤‚ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤•à ¥‡ à ¤‰à ¤ª à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨ 2010,District Magistrate Almora(District Magistrate),2010-07-10,29 246/VIII/06-Labour/2010,2010-04-12,Governor is pleased to constitute Vigilance Committee,Ajay Singh Nabiyal(Secretary),2010-07-17,192 +1041/XX(2)/04/NSA/2003,2010-07-06,Uttarakhand is pleased to empower all the District mgistrates in the State to exercise the power conferred by sub-section(2)period of three months,Rajeev Gupta(PRINCIPAL SECRETARY),2010-07-24,208 +293/UHC/XIV/42/Admin,2010-07-07,Sri Kanta Prasad District Judge Uttarkashi is hereby sanction leave,Prashant Joshi(Ragistrar -Inspection),2010-07-24,129 +292/UHC/XIV/Admin.A,2010-07-06,Sri Sayan Singh ADCJM-Haldwani is hereby sanction earned leave,Prashant Joshi(Ragistrar -Inspection),2010-07-24,129 +293/UHC/XIV/42/Admin,2010-07-07,Sri Kanta Prasad District Judge Uttarkashi is hereby sanction leave,Prashant Joshi(Ragistrar -Inspection),2010-07-24,129 +292/UHC/XIV/Admin.A,2010-07-06,Sri Sayan Singh ADCJM-Haldwani is hereby sanction earned leave,Prashant Joshi(Ragistrar -Inspection),2010-07-24,129 1041/XX(2)/04/NSA/2003,2010-07-06,Uttarakhand is pleased to empower all the District mgistrates in the State to exercise the power conferred by sub-section(2)period of three months,Rajeev Gupta(PRINCIPAL SECRETARY),2010-07-24,208 1041/XX(2)/04/NSA/2003,2010-07-06,Uttarakhand is pleased to empower all the District mgistrates in the State to exercise the power conferred by sub-section(2)period of three months,Rajeev Gupta(PRINCIPAL SECRETARY),2010-07-24,208 1041/XX(2)/04/NSA/2003,2010-07-06,Uttarakhand is pleased to empower all the District mgistrates in the State to exercise the power conferred by sub-section(2)period of three months,Rajeev Gupta(PRINCIPAL SECRETARY),2010-07-24,208 +293/UHC/XIV/42/Admin,2010-07-07,Sri Kanta Prasad District Judge Uttarkashi is hereby sanction leave,Prashant Joshi(Ragistrar -Inspection),2010-07-24,129 +292/UHC/XIV/Admin.A,2010-07-06,Sri Sayan Singh ADCJM-Haldwani is hereby sanction earned leave,Prashant Joshi(Ragistrar -Inspection),2010-07-24,129 1041/XX(2)/04/NSA/2003,2010-07-06,Uttarakhand is pleased to empower all the District mgistrates in the State to exercise the power conferred by sub-section(2)period of three months,Rajeev Gupta(PRINCIPAL SECRETARY),2010-07-24,208 +293/UHC/XIV/42/Admin,2010-07-07,Sri Kanta Prasad District Judge Uttarkashi is hereby sanction leave,Prashant Joshi(Ragistrar -Inspection),2010-07-24,129 +292/UHC/XIV/Admin.A,2010-07-06,Sri Sayan Singh ADCJM-Haldwani is hereby sanction earned leave,Prashant Joshi(Ragistrar -Inspection),2010-07-24,129 +1041/XX(2)/04/NSA/2003,2010-07-06,Uttarakhand is pleased to empower all the District mgistrates in the State to exercise the power conferred by sub-section(2)period of three months,Rajeev Gupta(PRINCIPAL SECRETARY),2010-07-24,208 2605/Tax-Section/2010,2010-05-29,नगर पंचायत कालाडूगी की सीमा अरà¥à¤¨à¥â€à¤¤à¤—त विनियमन हेतॠउपविधियां,Deep Chandra Sati- President Nagar Panchayat Kalad(Director),2010-07-24,105 2605/Tax-Section/2010,2010-05-29,नगर पंचायत कालाडूगी की सीमा अरà¥à¤¨à¥â€à¤¤à¤—त विनियमन हेतॠउपविधियां,Deep Chandra Sati- President Nagar Panchayat Kalad(Director),2010-07-24,105 +295/UHC/Admin/2010,2010-07-07,Sri Vivek Bharti Sharma ADSJ-FTC Haldwani is transfer and posted ADSJ-FTC Nainital,Prashant Joshi(Ragistrar -Inspection),2010-07-31,131 +295/UHC/Admin/2010,2010-07-07,Sri Vivek Bharti Sharma ADSJ-FTC Haldwani is transfer and posted ADSJ-FTC Nainital,Prashant Joshi(Ragistrar -Inspection),2010-07-31,131 784/XVII-3/10-36/2002,2010-06-22,Waqf Act 1995(Act no 43 of 1943) Governor to nominate,S.K.Muttoo(PRINCIPAL SECRETARY),2010-07-31,210 652/उ0विनिआ/2010,2010-06-30,विदà¥à¤¯à¥à¤¤ सलाहकार समिति के गठन सलाहकार समिति में सदसà¥â€à¤¯ निमà¥â€à¤¨à¤¾à¤¨à¥à¤¸à¤¾à¤°,Pankaj Prakash(Secretary),2010-07-31,135 +295/UHC/Admin/2010,2010-07-07,Sri Vivek Bharti Sharma ADSJ-FTC Haldwani is transfer and posted ADSJ-FTC Nainital,Prashant Joshi(Ragistrar -Inspection),2010-07-31,131 +295/UHC/Admin/2010,2010-07-07,Sri Vivek Bharti Sharma ADSJ-FTC Haldwani is transfer and posted ADSJ-FTC Nainital,Prashant Joshi(Ragistrar -Inspection),2010-07-31,131 416/IV(1)/34/HKM/03-TC-1,2010-07-05,à¤à¥‚मि अरà¥à¤œà¤¨ अधिनियम 1894 के अरà¥à¤¨à¥â€à¤¤à¤—त देहरादून शà¥à¤°à¤·à¤¿à¤•ेश में महाकà¥à¤®à¥â€à¤ 2010 हेतॠबनà¥â€à¤§/सडक निरà¥à¤®à¤¾à¤£ हे,S.Raju(PRINCIPAL SECRETARY),2010-08-07,216 06/XXXVI(1)/2010-1-4/04,2010-07-02,शà¥à¤°à¥€ राजीव आचारà¥à¤¯ अधिवकà¥â€à¤¤à¤¾ को कारà¥à¤¯à¤¾à¤à¤¾à¤° गà¥à¤°à¤¹à¤£ करने की तिथि से शासकीय अदाता देहरादून के पद पर à¤à¤• वरà¥à¤· के लिठआबदà¥à¤µ करते है,Smt.Indira Ashish(PRINCIPAL SECRETARY),2010-08-07,216 966/XXX-1-10-26(1)/2004,2010-07-07,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ नà¥â€à¤¯à¤¾à¤¯à¤¿à¤• सेवा के निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारियों को पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,D.K.Kotiya(PRINCIPAL SECRETARY),2010-08-07,217 345/UHC/Admin/2010,2010-07-24,Sri Narendra Dutt ADSJ-FTC Dehradun Transfer and posted Registrar(judicial)HC Uttarakhand,Ravindra Maithani(Registrar General),2010-08-07,139 345/UHC/Admin/2010,2010-07-24,Sri Narendra Dutt ADSJ-FTC Dehradun Transfer and posted Registrar(judicial)HC Uttarakhand,Ravindra Maithani(Registrar General),2010-08-07,139 +344/UHC/Admin/2010,2010-07-24,Sri Pradeep Pant Registrat(Judicial) Transfer and posted ADSJ FTC Dehradun,Ravindra Maithani(Registrar General),2010-08-07,139 +346/XIV/08/Admin/2008,2010-07-28,Sri Sanjeev Kumar CJ(SD)Hardwar will also be the Civil Judge(SD) Laksar,Ravindra Maithani(Ragistrar -Inspection),2010-08-07,140 +346/XIV/08/Admin/2008,2010-07-28,Smt.Reena Negi CJ(JD)Hardwar hereby sanction Leave,Prashant Joshi(Ragistrar -Inspection),2010-08-07,139 06/XXXVI(1)/2010-1-4/04,2010-07-02,शà¥à¤°à¥€ राजीव आचारà¥à¤¯ अधिवकà¥â€à¤¤à¤¾ को कारà¥à¤¯à¤¾à¤à¤¾à¤° गà¥à¤°à¤¹à¤£ करने की तिथि से शासकीय अदाता देहरादून के पद पर à¤à¤• वरà¥à¤· के लिठआबदà¥à¤µ करते है,Smt.Indira Ashish(PRINCIPAL SECRETARY),2010-08-07,216 416/IV(1)/34/HKM/03-TC-1,2010-07-05,à¤à¥‚मि अरà¥à¤œà¤¨ अधिनियम 1894 के अरà¥à¤¨à¥â€à¤¤à¤—त देहरादून शà¥à¤°à¤·à¤¿à¤•ेश में महाकà¥à¤®à¥â€à¤ 2010 हेतॠबनà¥â€à¤§/सडक निरà¥à¤®à¤¾à¤£ हे,S.Raju(PRINCIPAL SECRETARY),2010-08-07,216 +345/UHC/Admin/2010,2010-07-24,Sri Narendra Dutt ADSJ-FTC Dehradun Transfer and posted Registrar(judicial)HC Uttarakhand,Ravindra Maithani(Registrar General),2010-08-07,139 +344/UHC/Admin/2010,2010-07-24,Sri Pradeep Pant Registrat(Judicial) Transfer and posted ADSJ FTC Dehradun,Ravindra Maithani(Registrar General),2010-08-07,139 345/UHC/Admin/2010,2010-07-24,Sri Narendra Dutt ADSJ-FTC Dehradun Transfer and posted Registrar(judicial)HC Uttarakhand,Ravindra Maithani(Registrar General),2010-08-07,139 +346/XIV/08/Admin/2008,2010-07-28,Sri Sanjeev Kumar CJ(SD)Hardwar will also be the Civil Judge(SD) Laksar,Ravindra Maithani(Ragistrar -Inspection),2010-08-07,140 +346/XIV/08/Admin/2008,2010-07-28,Smt.Reena Negi CJ(JD)Hardwar hereby sanction Leave,Prashant Joshi(Ragistrar -Inspection),2010-08-07,139 06/XXXVI(1)/2010-1-4/04,2010-07-02,शà¥à¤°à¥€ राजीव आचारà¥à¤¯ अधिवकà¥â€à¤¤à¤¾ को कारà¥à¤¯à¤¾à¤à¤¾à¤° गà¥à¤°à¤¹à¤£ करने की तिथि से शासकीय अदाता देहरादून के पद पर à¤à¤• वरà¥à¤· के लिठआबदà¥à¤µ करते है,Smt.Indira Ashish(PRINCIPAL SECRETARY),2010-08-07,216 524/XXVIII-3-2010-72/2009,2010-07-09,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ के पà¥à¤°à¤¤à¥â€à¤¯à¥‡à¤• जनपद में औषधि à¤à¤µà¤‚ पà¥à¤°à¤¸à¤¾à¤§à¤¨ सामगà¥à¤°à¥€ अधिनियम 1940 की धारा-36 AB,Umakant Panwar(Secretary),2010-08-14,222 1032/30-1-2010-12(4)/2005,2010-07-23,à¤à¤¾à¤°à¤¤à¥€à¤¯ पà¥à¤°à¤¸à¤¾à¤¶à¤¨à¤¿à¤• सेवा से निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारी अंकित तिथि के अपरानà¥â€à¤¹ मे पà¥à¤°à¤¸à¤¾à¤¶à¤¨à¤¿à¤• सेवा से सेवानिवृतà¥â€à¤¤ हो जायेंगें,D.K.Kotiya(PRINCIPAL SECRETARY),2010-08-14,222 524/XXVIII-3-2010-72/2009,2010-07-09,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ के पà¥à¤°à¤¤à¥â€à¤¯à¥‡à¤• जनपद में औषधि à¤à¤µà¤‚ पà¥à¤°à¤¸à¤¾à¤§à¤¨ सामगà¥à¤°à¥€ अधिनियम 1940 की धारा-36 AB,Umakant Panwar(Secretary),2010-08-14,222 F-9(21)/RG/UERC/2010/697,2010-07-06,Uttarakhand Electricy Regulatory Commission makes the Following regulations:-,Pankaj Prakash(Secretary),2010-08-14,141 475//XXVII(9)/2010-Stamp-37/10,2010-06-16,उप रजिसà¥â€à¤Ÿà¥à¤°à¤¾à¤° हरिदà¥à¤µà¤¾à¤° पà¥à¤°à¤¥à¤® हेतॠपà¥à¤°à¤¸à¥â€à¤¤à¤¾à¤µà¤¿à¤¤ कà¥à¤·à¥‡à¤¤à¥à¤°à¤¾à¤§à¤¿à¤•ार हरिदà¥à¤µà¤¾à¤° नगर के पà¥à¤°à¤®à¥à¤– मारà¥à¤—ो पर सà¥à¤¥à¤¿à¤¤ कà¥à¤·à¥‡à¤¤à¥à¤°,Radha Raturi(Secretary),2010-08-21,224 +230/I-16/2009,2010-03-22,Office of Dist.Judge Champawat- Certificate of handing/taking over Charge,Neetu Joshi(Civil Judge -CD),2010-08-21,177 475//XXVII(9)/2010-Stamp-37/10,2010-06-16,उप रजिसà¥â€à¤Ÿà¥à¤°à¤¾à¤° हरिदà¥à¤µà¤¾à¤° पà¥à¤°à¤¥à¤® हेतॠपà¥à¤°à¤¸à¥â€à¤¤à¤¾à¤µà¤¿à¤¤ कà¥à¤·à¥‡à¤¤à¥à¤°à¤¾à¤§à¤¿à¤•ार हरिदà¥à¤µà¤¾à¤° नगर के पà¥à¤°à¤®à¥à¤– मारà¥à¤—ो पर सà¥à¤¥à¤¿à¤¤ कà¥à¤·à¥‡à¤¤à¥à¤°,Radha Raturi(Secretary),2010-08-21,224 +230/I-16/2009,2010-03-22,Office of Dist.Judge Champawat- Certificate of handing/taking over Charge,Neetu Joshi(Civil Judge -CD),2010-08-21,177 +684/XXVII(9)-Stamp-01/2010,2010-08-13,à ¤°à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¥�à ¤°à ¥‡à ¤¶à ¤¨ à ¤¶à ¥�à ¤²à ¥�â€�à ¤• à ¤ªà ¤¾à ¤‚à ¤š à ¤¹à ¤œà ¤¾à ¤° à ¤•à ¥‡ à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤¨ à ¤ªà ¤° à ¤¦à ¤¸ à ¤¹à ¤œà ¤¾à ¤° à ¤°à ¥‚à ¤ªà ¤¯à ¥‡,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-08-28,250 1610/VII-1/34-Writ/2010,2010-06-25,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ उपखनिज परिहार नियमावली 2001 के नियम को लागू किये जाने के समà¥â€à¤¬à¤¨à¤§ में,P.C.Sharma(PRINCIPAL SECRETARY),2010-08-28,248 "357/UHC/Ad,min/2010",2010-08-02,Sri Yogesh Kumar Direct Recruit from the Bar to Uttarakhand Higher Judicial service is posted as ADSJ 3FTC derhadun,Ravindra Maithani(Registrar General),2010-08-28,182 +351/UHC/Admin/2010,2010-08-02,sri Kaushal Kishore ADSJ-FTC dehradun is posted 2nd ADSJ-FTC dehradun,Ravindra Maithani(Registrar General),2010-08-28,181 +354/UHC/Admin/2010,2010-08-02,Sri Rajeev Kumar Khulbe ADSJ-2nd FTC haridwar is posted ADSJ Ist ftc Haridwar,Ravindra Maithani(Registrar General),2010-08-28,181 +349/UHC/Admin.A/2010,2010-08-20,Sri Pradeep pant ADSJ-FTC-Dehadun is posted 3rd ADSJ Dehradun,Ravindra Maithani(Registrar General),2010-08-28,181 +684/XXVII(9)-Stamp-01/2010,2010-08-13,à ¤°à ¤œà ¤¿à ¤¸à ¥�â€�à ¤Ÿà ¥�à ¤°à ¥‡à ¤¶à ¤¨ à ¤¶à ¥�à ¤²à ¥�â€�à ¤• à ¤ªà ¤¾à ¤‚à ¤š à ¤¹à ¤œà ¤¾à ¤° à ¤•à ¥‡ à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤¨ à ¤ªà ¤° à ¤¦à ¤¸ à ¤¹à ¤œà ¤¾à ¤° à ¤°à ¥‚à ¤ªà ¤¯à ¥‡,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-08-28,250 +"357/UHC/Ad,min/2010",2010-08-02,Sri Yogesh Kumar Direct Recruit from the Bar to Uttarakhand Higher Judicial service is posted as ADSJ 3FTC derhadun,Ravindra Maithani(Registrar General),2010-08-28,182 +351/UHC/Admin/2010,2010-08-02,sri Kaushal Kishore ADSJ-FTC dehradun is posted 2nd ADSJ-FTC dehradun,Ravindra Maithani(Registrar General),2010-08-28,181 +354/UHC/Admin/2010,2010-08-02,Sri Rajeev Kumar Khulbe ADSJ-2nd FTC haridwar is posted ADSJ Ist ftc Haridwar,Ravindra Maithani(Registrar General),2010-08-28,181 +349/UHC/Admin.A/2010,2010-08-20,Sri Pradeep pant ADSJ-FTC-Dehadun is posted 3rd ADSJ Dehradun,Ravindra Maithani(Registrar General),2010-08-28,181 1152/VI/2010-315/09,2010-07-20,परà¥à¤¯à¤Ÿà¤¨ निदेशालय उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ हेतॠपदों के सृजन के समà¥â€à¤¬à¤¨à¤§ में,Rakesh Sharma(PRINCIPAL SECRETARY),2010-08-28,250 +68/Panchyat Election/2010,2010-06-21,à ¤œà ¤¿à ¤²à ¤¾ à ¤¬à ¤¾à ¤—à ¥‡à ¤¶à ¥�â€�à ¤µà ¤° à ¤•à ¥‡ 12 à ¤¸à ¤¦à ¤¸à ¥�â€�à ¤¯ à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤à ¥‹à ¤‚ à ¤�à ¤‚à ¤µ 03 à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¥�à ¤°à ¤§à ¤¾à ¤¨ à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤à ¥‹à ¤‚ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤‰à ¤ªà ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨ à ¤¹à ¥‡à ¤¤à ¥�,D.S.Gabriyal(District Magistrate),2010-09-04,35 +68/Panchayat Electio/2010,2010-06-21,à ¤œà ¤¿à ¤²à ¤¾ à ¤ªà ¥‹à ¤¡à ¥€ à ¤—à ¤¢à ¤µà ¤¾à ¤² à ¤•à ¥‡ à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤à ¥‹à ¤‚ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤‰à ¤ªà ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨ à ¤¹à ¥‡à ¤¤à ¥�,Dilip Jawalkar(District Magistrate),2010-09-04,37 +76/21-Soochna/GPE/2010,2010-06-21,à ¤œà ¤¨à ¤ªà ¤¦ à ¤šà ¤®à ¥‹à ¤²à ¥€ à ¤—à ¤¢à ¤µà ¤¾à ¤² à ¤•à ¥‡ à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤à ¥‹à ¤‚ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤‰à ¤ªà ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨ à ¤¹à ¥‡à ¤¤à ¥�,Neeraj Semwal(District Magistrate),2010-09-04,38 +90/P-Election/2010-11,2010-06-21,à ¤œà ¤¿à ¤²à ¤¾ à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤•à ¤¾à ¤¶à ¥€ à ¤•à ¥‡ à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤à ¥‹à ¤‚ à ¤•à ¥‡ à ¤¸à ¤¦à ¤¸à ¥�â€�à ¤¯à ¥‹à ¤‚ à ¤�à ¤µà ¤‚ à ¤ªà ¥�à ¤°à ¤§à ¤¾à ¤¨ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤•à ¤¾ à ¤‰à ¤ª à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨ à ¤¸à ¥‚à ¤šà ¤¨à ¤¾,Narayan Singh Negi(District Magistrate),2010-09-04,41 +371/UHC/Admin-A/2010,2010-08-13,Shri Kishore Kumar Retd.ADSJ-UP is re-appointed as ADSJ FTC Dehradun.,Ravindra Maithani(Registrar General),2010-09-04,185 +373/UHC/Admin/2010,2010-08-20,"Government Notification Dated 12-8-2010 Shri Pradeep Pant 3rd ADSJ Dehradun,",Ravindra Maithani(Registrar General),2010-09-04,186 +370/XIV-66/Admin/2003,2010-08-13,Shri Srikant Pandey CJ(SD) Dehradun is hereby sanction Leave,Prashant Joshi(Ragistrar -Inspection),2010-09-04,185 371/UHC/Admin-A/2010,2010-08-13,Shri Kishore Kumar Retd.ADSJ-UP is re-appointed as ADSJ FTC Dehradun.,Ravindra Maithani(Registrar General),2010-09-04,185 +373/UHC/Admin/2010,2010-08-20,"Government Notification Dated 12-8-2010 Shri Pradeep Pant 3rd ADSJ Dehradun,",Ravindra Maithani(Registrar General),2010-09-04,186 +370/XIV-66/Admin/2003,2010-08-13,Shri Srikant Pandey CJ(SD) Dehradun is hereby sanction Leave,Prashant Joshi(Ragistrar -Inspection),2010-09-04,185 3945/च0क0सचा0/2010,2010-06-23,जोत चकबनà¥â€à¤¦à¥€ अधिनियम की धारा-52 के अरà¥à¤¨à¥â€à¤¤à¤—त पà¥à¤°à¤–à¥â€à¤¯à¤¾à¤ªà¤¨ हेतॠगà¥à¤°à¤¾à¤® की सूची तहसील रूडकी हरिदà¥à¤µà¤¾à¤°,Kuwar Raj Kumar(Director),2010-09-04,186 UO-33/VI-I/2010,2010-06-28,सà¥â€à¤ªà¥‹à¤Ÿà¤°à¥à¤¸ कालेज रायपà¥à¤° देहरादून में डा0 सोबन सिंह नेगी को पà¥à¤°à¤§à¤¾à¤¨à¤¾à¤šà¤¾à¤°à¥à¤¯ के पद पर नियà¥à¤•à¥â€à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Ashish Joshi(Additional Secretary),2010-09-04,256 682/XIX-10-145/Food/2004,2010-06-15,कारà¥à¤¯à¤¾à¤²à¤¯ जà¥à¤žà¤¾à¤ª-सतरà¥à¤•ता समितियां गठित की जाती है,Dr.Dilbag Singh(Secretary),2010-09-04,254 +68/Panchyat Election/2010,2010-06-21,à ¤œà ¤¿à ¤²à ¤¾ à ¤¬à ¤¾à ¤—à ¥‡à ¤¶à ¥�â€�à ¤µà ¤° à ¤•à ¥‡ 12 à ¤¸à ¤¦à ¤¸à ¥�â€�à ¤¯ à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤à ¥‹à ¤‚ à ¤�à ¤‚à ¤µ 03 à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¥�à ¤°à ¤§à ¤¾à ¤¨ à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤à ¥‹à ¤‚ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤‰à ¤ªà ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨ à ¤¹à ¥‡à ¤¤à ¥�,D.S.Gabriyal(District Magistrate),2010-09-04,35 +68/Panchayat Electio/2010,2010-06-21,à ¤œà ¤¿à ¤²à ¤¾ à ¤ªà ¥‹à ¤¡à ¥€ à ¤—à ¤¢à ¤µà ¤¾à ¤² à ¤•à ¥‡ à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤à ¥‹à ¤‚ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤‰à ¤ªà ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨ à ¤¹à ¥‡à ¤¤à ¥�,Dilip Jawalkar(District Magistrate),2010-09-04,37 +76/21-Soochna/GPE/2010,2010-06-21,à ¤œà ¤¨à ¤ªà ¤¦ à ¤šà ¤®à ¥‹à ¤²à ¥€ à ¤—à ¤¢à ¤µà ¤¾à ¤² à ¤•à ¥‡ à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤à ¥‹à ¤‚ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤ªà ¤° à ¤‰à ¤ªà ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨ à ¤¹à ¥‡à ¤¤à ¥�,Neeraj Semwal(District Magistrate),2010-09-04,38 +90/P-Election/2010-11,2010-06-21,à ¤œà ¤¿à ¤²à ¤¾ à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤•à ¤¾à ¤¶à ¥€ à ¤•à ¥‡ à ¤—à ¥�à ¤°à ¤¾à ¤® à ¤ªà ¤‚à ¤šà ¤¾à ¤¯à ¤¤à ¥‹à ¤‚ à ¤•à ¥‡ à ¤¸à ¤¦à ¤¸à ¥�â€�à ¤¯à ¥‹à ¤‚ à ¤�à ¤µà ¤‚ à ¤ªà ¥�à ¤°à ¤§à ¤¾à ¤¨ à ¤•à ¥‡ à ¤°à ¤¿à ¤•à ¥�â€�à ¤¤ à ¤ªà ¤¦à ¥‹à ¤‚ à ¤•à ¤¾ à ¤‰à ¤ª à ¤¨à ¤¿à ¤°à ¥�à ¤µà ¤¾à ¤šà ¤¨ à ¤¸à ¥‚à ¤šà ¤¨à ¤¾,Narayan Singh Negi(District Magistrate),2010-09-04,41 2148/VII-1-10/35/2004,2010-08-27,जनपद पिथौरागढ तहसील डीडीहाट में खनन पटटे का विजà¥à¤žà¤ªà¥à¤¤à¤¿à¤•रण किये जाने की अनà¥à¤®à¤¤à¤¿,S.Raju(PRINCIPAL SECRETARY),2010-09-11,260 248/VIII/08-Labour/2010,2010-05-20,जिला चमोली के थराली के लिठसतरà¥à¤•ता समिति का गठन,Ajay Singh Nabiyal(Secretary),2010-09-11,260 248/VIII/08-Labour/2010,2010-05-20,जिला चमोली के परगना जोशीमठके लिठसतरà¥à¤•ता समिति का गठन,Ajay Singh Nabiyal(Secretary),2010-09-11,262 @@ -4457,6 +6217,7 @@ 249/(1)/VIII/10-09/Labour/10,2010-04-12,जिला नैनीताल के परगना कोशà¥â€à¤¯à¤¾ कà¥à¤Ÿà¥‹à¤²à¥€ के लिठसतरà¥à¤•ता समिति का गठन,Ajay Singh Nabiyal(Secretary),2010-09-11,270 249(2)/VIII/10-09/Labour/10,2010-04-12,जिला नैनीताल के परगना नैनीताल के लिठसतरà¥à¤•ता समिति का गठन,Ajay Singh Nabiyal(Secretary),2010-09-11,271 249(4)/VIII/2010,2010-04-12,जिला नैनीताल के परगना रामनगर के लिठसतरà¥à¤•ता समिति का गठन,Ajay Singh Nabiyal(Secretary),2010-09-11,275 +249(5)/VIII/10-09/2010,2010-04-12,à ¤œà ¤¿à ¤²à ¤¾ à ¤¨à ¥ˆà ¤¨à ¥€à ¤¤à ¤¾à ¤² à ¤•à ¥‡ à ¤ªà ¤°à ¤—à ¤¨à ¤¾ à ¤¹à ¤²à ¥�â€�à ¤¦à ¥�à ¤µà ¤¾à ¤¨à ¥€ à ¤•à ¥‡ à ¤²à ¤¿à ¤� à ¤¸à ¤¤à ¤°à ¥�à ¤•à ¤¤à ¤¾ à ¤¸à ¤®à ¤¿à ¤¤à ¤¿ à ¤•à ¤¾ à ¤—à ¤ à ¤¨,Ajay Singh Nabiyal(Registrat),2010-09-11,276 2662/STA/10-1/2010-11,2010-08-31,क-â€à¤®à¤‚जिली गाडियों के किराये की दरें,S.Ramaswamy(Director),2010-09-11,189 248/VIII/08-Labour/2010,2010-05-20,जिला चमोली के थराली के लिठसतरà¥à¤•ता समिति का गठन,Ajay Singh Nabiyal(Secretary),2010-09-11,260 248/VIII/08-Labour/2010,2010-05-20,जिला चमोली के परगना जोशीमठके लिठसतरà¥à¤•ता समिति का गठन,Ajay Singh Nabiyal(Secretary),2010-09-11,262 @@ -4474,20 +6235,33 @@ 249/VIII/10-09/2010,2010-04-12,जिला नैनीताल के लिठसतरà¥à¤•ता समिति का गठन,Ajay Singh Nabiyal(Secretary),2010-09-11,269 249/(1)/VIII/10-09/Labour/10,2010-04-12,जिला नैनीताल के परगना कोशà¥â€à¤¯à¤¾ कà¥à¤Ÿà¥‹à¤²à¥€ के लिठसतरà¥à¤•ता समिति का गठन,Ajay Singh Nabiyal(Secretary),2010-09-11,270 249(2)/VIII/10-09/Labour/10,2010-04-12,जिला नैनीताल के परगना नैनीताल के लिठसतरà¥à¤•ता समिति का गठन,Ajay Singh Nabiyal(Secretary),2010-09-11,271 +249(4)/VIII/2010,2010-04-12,à ¤œà ¤¿à ¤²à ¤¾ à ¤¨à ¥ˆà ¤¨à ¥€à ¤¤à ¤¾à ¤² à ¤•à ¥‡ à ¤ªà ¤°à ¤—à ¤¨à ¤¾ à ¤°à ¤¾à ¤®à ¤¨à ¤—à ¤° à ¤•à ¥‡ à ¤²à ¤¿à ¤� à ¤¸à ¤¤à ¤°à ¥�à ¤•à ¤¤à ¤¾ à ¤¸à ¤®à ¤¿à ¤¤à ¤¿ à ¤•à ¤¾ à ¤—à ¤ à ¤¨,Ajay Singh Nabiyal(Secretary),2010-09-11,275 +249(5)/VIII/10-09/2010,2010-04-12,à ¤œà ¤¿à ¤²à ¤¾ à ¤¨à ¥ˆà ¤¨à ¥€à ¤¤à ¤¾à ¤² à ¤•à ¥‡ à ¤ªà ¤°à ¤—à ¤¨à ¤¾ à ¤¹à ¤²à ¥�â€�à ¤¦à ¥�à ¤µà ¤¾à ¤¨à ¥€ à ¤•à ¥‡ à ¤²à ¤¿à ¤� à ¤¸à ¤¤à ¤°à ¥�à ¤•à ¤¤à ¤¾ à ¤¸à ¤®à ¤¿à ¤¤à ¤¿ à ¤•à ¤¾ à ¤—à ¤ à ¤¨,Ajay Singh Nabiyal(Registrat),2010-09-11,276 +374/UHC/Admin.A/2010,2010-08-26,Shri Ashutosh Kumar Mishra CJ(JD)Tehri Garhwal will Also CJ(JD) Kirtinagar,Ravindra Maithani(Registrar General),2010-09-18,193 +375/UHC/admin/2010,2010-08-26,Sri Rakesh Kumar Mishra CJM Pithoragarh will also be CJ(SD)Pithoragarh,Ravindra Maithani(Registrar General),2010-09-18,193 +380/UHC/Admin/2010,2010-08-31,Sri Sudhir Tomar CJ(JD)UdhamsinghNagar is posted as Ist ADCJ(JD)USNagar,Ravindra Maithani(Registrar General),2010-09-18,194 +383/UHC/Admin/2010,2010-09-01,Sri Hemant chandra seth (Retired HJS)is re-appointed as SJM at Dehradun.,Ravindra Maithani(Registrar General),2010-09-18,194 +378/UHC/Admin/2010,2010-08-28,Sri Nandan Singh CJ(SD)Kashipur is hereby sanction leave.,Prashant Joshi(Ragistrar -Inspection),2010-09-18,194 1225/II-2010--01(108)/2002,2010-05-14,निमà¥â€à¤¨à¤²à¤¿à¤–ित कनिषà¥â€à¤ अà¤à¤¿à¤¯à¤¨à¥â€à¤¤à¤¾ (सिविल) को सहायक अà¤à¤¿à¤¯à¤¨à¥â€à¤¤à¤¾ (सिविल)के पद पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Ajay Singh Nabiyal(Secretary),2010-09-18,280 1225/II-2010--01(108)/2002,2010-05-14,निमà¥â€à¤¨à¤²à¤¿à¤–ित कनिषà¥â€à¤ अà¤à¤¿à¤¯à¤¨à¥â€à¤¤à¤¾ (सिविल) को सहायक अà¤à¤¿à¤¯à¤¨à¥â€à¤¤à¤¾ (सिविल)के पद पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Ajay Singh Nabiyal(Secretary),2010-09-18,280 2329/XV-2/1(14)/2005,2010-08-27,The Uttarakhand Fisheries(Gasetted)Service Rules 2010,Vinod Fonia(Secretary),2010-09-18,283 374/UHC/Admin.A/2010,2010-08-26,Shri Ashutosh Kumar Mishra CJ(JD)Tehri Garhwal will Also CJ(JD) Kirtinagar,Ravindra Maithani(Registrar General),2010-09-18,193 375/UHC/admin/2010,2010-08-26,Sri Rakesh Kumar Mishra CJM Pithoragarh will also be CJ(SD)Pithoragarh,Ravindra Maithani(Registrar General),2010-09-18,193 +380/UHC/Admin/2010,2010-08-31,Sri Sudhir Tomar CJ(JD)UdhamsinghNagar is posted as Ist ADCJ(JD)USNagar,Ravindra Maithani(Registrar General),2010-09-18,194 +383/UHC/Admin/2010,2010-09-01,Sri Hemant chandra seth (Retired HJS)is re-appointed as SJM at Dehradun.,Ravindra Maithani(Registrar General),2010-09-18,194 +378/UHC/Admin/2010,2010-08-28,Sri Nandan Singh CJ(SD)Kashipur is hereby sanction leave.,Prashant Joshi(Ragistrar -Inspection),2010-09-18,194 1225/II-2010--01(108)/2002,2010-05-14,निमà¥â€à¤¨à¤²à¤¿à¤–ित कनिषà¥â€à¤ अà¤à¤¿à¤¯à¤¨à¥â€à¤¤à¤¾ (सिविल) को सहायक अà¤à¤¿à¤¯à¤¨à¥â€à¤¤à¤¾ (सिविल)के पद पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Ajay Singh Nabiyal(Secretary),2010-09-18,280 1225/II-2010--01(108)/2002,2010-05-14,निमà¥â€à¤¨à¤²à¤¿à¤–ित कनिषà¥â€à¤ अà¤à¤¿à¤¯à¤¨à¥â€à¤¤à¤¾ (सिविल) को सहायक अà¤à¤¿à¤¯à¤¨à¥â€à¤¤à¤¾ (सिविल)के पद पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Ajay Singh Nabiyal(Secretary),2010-09-18,280 662/XXIII/2010/40/2004,2010-08-30,पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤à¤¿ उप आबकारी आयà¥à¤•à¥â€à¤¤,Dr.Ranbir Singh(Secretary),2010-09-25,286 395/UHC/Admin/2010,2010-09-09,Sri Rakesh kumar CJ(JD)Lansdowne willalso be CJ(JD)Kotdwar,Ravindra Maithani(Registrar General),2010-09-25,198 393/UHC/Admin/2010,2010-09-07,The Govt.of UK sri Pradeep Pant 3rd ADSJ Dehradun will also Special Judge anti corruption(CBI),Ravindra Maithani(Registrar General),2010-09-25,197 396/UHC/Admin/2010,2010-09-09,Govt.of Uttarakhand pleased to grant 1St ACP pay Scale of Rs.33090-920--40-450-1080-45850 to the folowing judicial oficer,Ravindra Maithani(Registrar General),2010-09-25,198 +391/XIV/89/admin/2003,2010-09-07,Shri Abdul Qayyum CJ(SD) Vikasnagar is hereby sanction leave.,Prashant Joshi(Ragistrar -Inspection),2010-09-25,197 UO-41/XXXI(1)/2010,2010-09-09,समाज कलà¥â€à¤¯à¤¾à¤£ बोरà¥à¤¡ से समà¥â€à¤¬à¤¨à¥à¤§à¤¿à¤¤ कारà¥à¤¯ को महिला à¤à¤µà¤‚ बाल विकास अनà¥à¤à¤¾à¤— को आवंटित किया जाता है,N.S.Napalchyal(PRINCIPAL SECRETARY),2010-09-25,286 393/UHC/Admin/2010,2010-09-07,The Govt.of UK sri Pradeep Pant 3rd ADSJ Dehradun will also Special Judge anti corruption(CBI),Ravindra Maithani(Registrar General),2010-09-25,197 396/UHC/Admin/2010,2010-09-09,Govt.of Uttarakhand pleased to grant 1St ACP pay Scale of Rs.33090-920--40-450-1080-45850 to the folowing judicial oficer,Ravindra Maithani(Registrar General),2010-09-25,198 +395/UHC/Admin/2010,2010-09-09,Sri Rakesh kumar CJ(JD)Lansdowne willalso be CJ(JD)Kotdwar,Ravindra Maithani(Registrar General),2010-09-25,198 +391/XIV/89/admin/2003,2010-09-07,Shri Abdul Qayyum CJ(SD) Vikasnagar is hereby sanction leave.,Prashant Joshi(Ragistrar -Inspection),2010-09-25,197 UO-41/XXXI(1)/2010,2010-09-09,समाज कलà¥â€à¤¯à¤¾à¤£ बोरà¥à¤¡ से समà¥â€à¤¬à¤¨à¥à¤§à¤¿à¤¤ कारà¥à¤¯ को महिला à¤à¤µà¤‚ बाल विकास अनà¥à¤à¤¾à¤— को आवंटित किया जाता है,N.S.Napalchyal(PRINCIPAL SECRETARY),2010-09-25,286 930/XXIV-2/2010-12(8)/2010,2010-08-31,शà¥à¤°à¥€à¤®à¤¤à¤¿ पà¥à¤·à¥â€à¤ªà¤¾ मानस निदेशक विदà¥à¤¯à¤¾à¤²à¤¯à¥€ शिकà¥à¤·à¤¾ उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ को दिनांक 28.2.2011 तक के लिठपà¥à¤°à¥à¤¨à¤¨à¤¿à¤¯à¥à¤•à¥à¤¤à¤¿ की सà¥â€à¤µà¥€à¤•ृति,Manisha Panwar(Secretary),2010-09-25,287 1207/XXXI(1)/2010,2010-09-10,शà¥à¤°à¥€ मोतीलाल कपूर निजी सचिव शà¥à¤°à¥‡à¤£à¥€-3 को निजी सचिव शà¥à¤°à¥‡à¤£à¥€-4 में पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤à¤¿,M.H.Khan(Secretary),2010-10-02,1 @@ -4498,6 +6272,7 @@ 543/609/XX-1/10-PPS/03,2010-08-26,शà¥à¤°à¥€ जगदीश चनà¥â€à¤¦à¥à¤° आरà¥à¤¯ पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤ पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤• को 4 मई 2009 से सà¥â€â€à¤¥à¤¾à¤¯à¥€ किये जाने की सà¥â€à¤µà¥€à¤•ृति पà¥à¤°à¤¦à¤¾à¤¨,Rajeev Gupta(PRINCIPAL SECRETARY),2010-10-09,293 1217/XX(3)/55-CBI/2009,2010-09-01,शà¥à¤°à¥€ पà¥à¤°à¤¦à¥€à¤ª पनà¥â€à¤¤ जिला à¤à¤µà¤‚ सतà¥à¤° नà¥â€à¤¯à¤¾à¤¯à¤¾à¤§à¥€à¤¶ को नà¥â€à¤¯à¤¾à¤¯à¤¾à¤§à¥€à¤¶ à¤à¥à¤°à¤·à¥â€à¤Ÿà¤¾à¤šà¤¾à¤° निवारण के रूप में समसà¥â€à¤¤ शकितयां पà¥à¤°à¤¦à¤¾à¤¨ करते है,Rajeev Gupta(PRINCIPAL SECRETARY),2010-10-09,293 480/XXVII(1)/2010,2010-08-27,टेकà¥à¤¨à¤¿à¤•ल ऑडिट सेल के शासन सà¥â€à¤¤à¤° हेतॠलोक सूचना अधिकारी नामित की सà¥â€à¤µà¥€à¤•ृति,Radha Raturi(Secretary),2010-10-09,296 +737/2010/12(120)/XXvii/10,2010-08-31,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯ à ¤•à ¤° à ¤µà ¤¿ à ¤Âà ¤¾à ¤— à ¤•à ¥‡ à ¤…à ¤ªà ¤° à ¤†à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤ à ¤¸à ¥�â€�à ¤¤à ¤° à ¤•à ¥‡ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¤¾ à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤¨à ¤¾à ¤¨à ¥�â€�à ¤¤à ¤°à ¤£,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-10-09,295 405/XX(1)/78/193-PPS-07/03,2010-07-26,निमà¥â€à¤¨à¤²à¤¿à¤–ित पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤ पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤•ों को सà¥â€à¤¥à¤¾à¤¯à¥€ किये जाने की सà¥â€à¤µà¥€à¤•ृति,Rajeev Gupta(PRINCIPAL SECRETARY),2010-10-09,292 543/609/XX-1/10-PPS/03,2010-08-26,शà¥à¤°à¥€ जगदीश चनà¥â€à¤¦à¥à¤° आरà¥à¤¯ पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤ पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤• को 4 मई 2009 से सà¥â€â€à¤¥à¤¾à¤¯à¥€ किये जाने की सà¥â€à¤µà¥€à¤•ृति पà¥à¤°à¤¦à¤¾à¤¨,Rajeev Gupta(PRINCIPAL SECRETARY),2010-10-09,293 1217/XX(3)/55-CBI/2009,2010-09-01,शà¥à¤°à¥€ पà¥à¤°à¤¦à¥€à¤ª पनà¥â€à¤¤ जिला à¤à¤µà¤‚ सतà¥à¤° नà¥â€à¤¯à¤¾à¤¯à¤¾à¤§à¥€à¤¶ को नà¥â€à¤¯à¤¾à¤¯à¤¾à¤§à¥€à¤¶ à¤à¥à¤°à¤·à¥â€à¤Ÿà¤¾à¤šà¤¾à¤° निवारण के रूप में समसà¥â€à¤¤ शकितयां पà¥à¤°à¤¦à¤¾à¤¨ करते है,Rajeev Gupta(PRINCIPAL SECRETARY),2010-10-09,293 @@ -4506,14 +6281,18 @@ 1217/XX(3)/55-CBI/2009,2010-09-01,शà¥à¤°à¥€ पà¥à¤°à¤¦à¥€à¤ª पनà¥â€à¤¤ जिला à¤à¤µà¤‚ सतà¥à¤° नà¥â€à¤¯à¤¾à¤¯à¤¾à¤§à¥€à¤¶ को नà¥â€à¤¯à¤¾à¤¯à¤¾à¤§à¥€à¤¶ à¤à¥à¤°à¤·à¥â€à¤Ÿà¤¾à¤šà¤¾à¤° निवारण के रूप में समसà¥â€à¤¤ शकितयां पà¥à¤°à¤¦à¤¾à¤¨ करते है,Rajeev Gupta(PRINCIPAL SECRETARY),2010-10-09,293 1977/21-7/2009-2010,2010-08-12,हाट बाजार उपविधियां- मà¥à¤®à¤¾à¤Šà¤‚ मणà¥â€à¤¡à¤²,Kunal Shamra(Collectorate),2010-10-09,51 480/XXVII(1)/2010,2010-08-27,टेकà¥à¤¨à¤¿à¤•ल ऑडिट सेल के शासन सà¥â€à¤¤à¤° हेतॠलोक सूचना अधिकारी नामित की सà¥â€à¤µà¥€à¤•ृति,Radha Raturi(Secretary),2010-10-09,296 +737/2010/12(120)/XXvii/10,2010-08-31,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯ à ¤•à ¤° à ¤µà ¤¿ à ¤Âà ¤¾à ¤— à ¤•à ¥‡ à ¤…à ¤ªà ¤° à ¤†à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤ à ¤¸à ¥�â€�à ¤¤à ¤° à ¤•à ¥‡ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¤¾ à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤¨à ¤¾à ¤¨à ¥�â€�à ¤¤à ¤°à ¤£,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-10-09,295 480/XXVII(1)/2010,2010-08-27,टेकà¥à¤¨à¤¿à¤•ल ऑडिट सेल के शासन सà¥â€à¤¤à¤° हेतॠलोक सूचना अधिकारी नामित की सà¥â€à¤µà¥€à¤•ृति,Radha Raturi(Secretary),2010-10-09,296 +737/2010/12(120)/XXvii/10,2010-08-31,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯ à ¤•à ¤° à ¤µà ¤¿ à ¤Âà ¤¾à ¤— à ¤•à ¥‡ à ¤…à ¤ªà ¤° à ¤†à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤ à ¤¸à ¥�â€�à ¤¤à ¤° à ¤•à ¥‡ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¤¾ à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤¨à ¤¾à ¤¨à ¥�â€�à ¤¤à ¤°à ¤£,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-10-09,295 401/UHC/Admin-A/2010,2010-09-17,Shri Umesh Chandra Dhyani DSJ Dehradun is attached as OSD High Court Uttarakhand.,Ravindra Maithani(Registrar General),2010-10-09,207 403/UHC/Admin.A/2010,2010-09-20,Smt.Indira Ashish PS(LAW) is repatriated and posted as DSJ-DDun Vice Shri Umesh Chandra Dhyani,Ravindra Maithani(Registrar General),2010-10-09,207 480/XXVII(1)/2010,2010-08-27,टेकà¥à¤¨à¤¿à¤•ल ऑडिट सेल के शासन सà¥â€à¤¤à¤° हेतॠलोक सूचना अधिकारी नामित की सà¥â€à¤µà¥€à¤•ृति,Radha Raturi(Secretary),2010-10-09,296 +737/2010/12(120)/XXvii/10,2010-08-31,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯ à ¤•à ¤° à ¤µà ¤¿ à ¤Âà ¤¾à ¤— à ¤•à ¥‡ à ¤…à ¤ªà ¤° à ¤†à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤ à ¤¸à ¥�â€�à ¤¤à ¤° à ¤•à ¥‡ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¤¾ à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤¨à ¤¾à ¤¨à ¥�â€�à ¤¤à ¤°à ¤£,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-10-09,295 405/XX(1)/78/193-PPS-07/03,2010-07-26,निमà¥â€à¤¨à¤²à¤¿à¤–ित पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤ पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤•ों को सà¥â€à¤¥à¤¾à¤¯à¥€ किये जाने की सà¥â€à¤µà¥€à¤•ृति,Rajeev Gupta(PRINCIPAL SECRETARY),2010-10-09,292 543/609/XX-1/10-PPS/03,2010-08-26,शà¥à¤°à¥€ जगदीश चनà¥â€à¤¦à¥à¤° आरà¥à¤¯ पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤ पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤• को 4 मई 2009 से सà¥â€â€à¤¥à¤¾à¤¯à¥€ किये जाने की सà¥â€à¤µà¥€à¤•ृति पà¥à¤°à¤¦à¤¾à¤¨,Rajeev Gupta(PRINCIPAL SECRETARY),2010-10-09,293 1217/XX(3)/55-CBI/2009,2010-09-01,शà¥à¤°à¥€ पà¥à¤°à¤¦à¥€à¤ª पनà¥â€à¤¤ जिला à¤à¤µà¤‚ सतà¥à¤° नà¥â€à¤¯à¤¾à¤¯à¤¾à¤§à¥€à¤¶ को नà¥â€à¤¯à¤¾à¤¯à¤¾à¤§à¥€à¤¶ à¤à¥à¤°à¤·à¥â€à¤Ÿà¤¾à¤šà¤¾à¤° निवारण के रूप में समसà¥â€à¤¤ शकितयां पà¥à¤°à¤¦à¤¾à¤¨ करते है,Rajeev Gupta(PRINCIPAL SECRETARY),2010-10-09,293 480/XXVII(1)/2010,2010-08-27,टेकà¥à¤¨à¤¿à¤•ल ऑडिट सेल के शासन सà¥â€à¤¤à¤° हेतॠलोक सूचना अधिकारी नामित की सà¥â€à¤µà¥€à¤•ृति,Radha Raturi(Secretary),2010-10-09,296 +737/2010/12(120)/XXvii/10,2010-08-31,à ¤µà ¤¾à ¤£à ¤¿à ¤œà ¥�â€�à ¤¯ à ¤•à ¤° à ¤µà ¤¿ à ¤Âà ¤¾à ¤— à ¤•à ¥‡ à ¤…à ¤ªà ¤° à ¤†à ¤¯à ¥�à ¤•à ¥�â€�à ¤¤ à ¤¸à ¥�â€�à ¤¤à ¤° à ¤•à ¥‡ à ¤…à ¤§à ¤¿à ¤•à ¤¾à ¤°à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¤¾ à ¤¸à ¥�â€�à ¤¥à ¤¾à ¤¨à ¤¾à ¤¨à ¥�â€�à ¤¤à ¤°à ¤£,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-10-09,295 18-9(L)/XXXVI(1)/2010,2010-08-12,शà¥à¤°à¥€ योगेश कà¥à¤®à¤¾à¤° देवल अधिवकà¥â€à¤¤à¤¾ को पांच वरà¥à¤· की अवधि के लिठनैनीताल की तहसील हलà¥â€à¤¦à¥à¤µà¤¾à¤¨à¥€ में नोटरी नियà¥à¤•à¥â€à¤¤,Smt.Indira Ashish(PRINCIPAL SECRETARY),2010-10-09,292 1609/XV-1/7(1)/2010,2010-06-28,वृहद गौ सदन सà¥â€à¤¥à¤¾à¤ªà¤¿à¤¤ करने की निरà¥à¤£à¤¯ के संचालन हेतॠसमिति गठित की सà¥â€à¤µà¥€à¤•ृति,Vinod Fonia(Secretary),2010-10-09,294 930/XXVIII0202010-76/2006,2010-07-26,डा0 हरीशचनà¥â€à¤¦à¥à¤° à¤à¤Ÿà¤Ÿ को महानिदेशक चिकितà¥â€à¤¸à¤¾ à¤à¤µà¤‚ परिवार कलà¥â€à¤¯à¤¾à¤£ के पद पर पदोनà¥â€à¤¨à¤¤à¤¿ की सवीकृति,Umakant Panwar(Secretary),2010-10-09,295 @@ -4538,6 +6317,7 @@ 1268/30-1-2010,2010-09-12,शà¥à¤°à¥€ नृप सिंह नपलचà¥â€à¤¯à¤¾à¤² आई0à¤0à¤à¤¸0मà¥à¤–à¥â€à¤¯ सचिव सà¥â€à¤µà¥ˆà¤›à¤¿à¤• सेवानिवृत की सà¥â€à¤µà¥€à¤•ृति,Dileep Kumar Kotiya(PRINCIPAL SECRETARY),2010-10-16,302 745/XVIII(1)/10-2/2008,2010-09-16,Name of Revenue village KHUNI Dist.Almora is Alter as PANIYALICHINA.,S.K.Muttoo(Additional Secretary),2010-10-16,300 1490/XX(2)/NSA-04/2002,2010-09-10,District Magistrate in the State to exercise the power period of three month wef 11 sept.2010,Rajeev Gupta(PRINCIPAL SECRETARY),2010-10-16,301 +1569/XX(2)/168/Security/2004,2010-09-23,à ¤œà ¤¿à ¤²à ¤¾ à ¤¸à ¥�â€�à ¤¤à ¤°à ¥€à ¤¯ à ¤Âà ¤¾à ¤°à ¤¤-à ¤¨à ¥‡à ¤ªà ¤¾à ¤² à ¤¸à ¥€à ¤®à ¤¾ à ¤¸à ¤®à ¤¿à ¤¤à ¤¿ à ¤•à ¤¾ à ¤—à ¤ à ¤¨ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Rajeev Gupta(PRINCIPAL SECRETARY),2010-10-23,307 630/2010/08(U)(100)/09,2010-06-28,वाणà¥à¤œà¥à¤¯à¤¿ कर विà¤à¤¾à¤— में सहायक कमिशà¥â€à¤¨à¤° के पद पर शà¥à¤°à¥€ दीपक बृजवाल,L.M.Pant(Secretary),2010-10-23,310 664/2010/08(C)/100/XXVII(8)/09,2010-10-06,शà¥à¤°à¥€ अरविनà¥â€à¤¦à¤ªà¥à¤°à¤¤à¤¾à¤ª सिंह दà¥à¤µà¤¾à¤°à¤¾ पà¥à¤°à¤¸à¥â€à¤¤à¥à¤¤ पà¥à¤°à¤¾à¤°à¥à¤¥à¤¨à¤¾ पतà¥à¤° दिनांक 15-6-2010,Radha Raturi(Secretary),2010-10-23,312 1569/XX(2)/168/Security/2004,2010-09-23,जिला सà¥â€à¤¤à¤°à¥€à¤¯ à¤à¤¾à¤°à¤¤-नेपाल सीमा समिति का गठन की सà¥â€à¤µà¥€à¤•ृति,Rajeev Gupta(PRINCIPAL SECRETARY),2010-10-23,307 @@ -4551,6 +6331,8 @@ 630/2010/08(U)(100)/09,2010-06-28,वाणà¥à¤œà¥à¤¯à¤¿ कर विà¤à¤¾à¤— में सहायक कमिशà¥â€à¤¨à¤° के पद पर शà¥à¤°à¥€ दीपक बृजवाल,L.M.Pant(Secretary),2010-10-23,310 664/2010/08(C)/100/XXVII(8)/09,2010-10-06,शà¥à¤°à¥€ अरविनà¥â€à¤¦à¤ªà¥à¤°à¤¤à¤¾à¤ª सिंह दà¥à¤µà¤¾à¤°à¤¾ पà¥à¤°à¤¸à¥â€à¤¤à¥à¤¤ पà¥à¤°à¤¾à¤°à¥à¤¥à¤¨à¤¾ पतà¥à¤° दिनांक 15-6-2010,Radha Raturi(Secretary),2010-10-23,312 79/X-2-2010-8(52)/2001,2010-09-27,Honorary Wild Life Warden,M.H.Khan(Secretary),2010-10-23,314 +406/UHC/Admin/2010,2010-09-30,"Shri Raj Krishna DSJ,Pauri is hereby santion leave",Prashant Joshi(Ragistrar -Inspection),2010-10-23,215 +407/UHC/Admin/2010,2010-10-06,Shri Umesh chandra Dyani Registrar Genral HC-UK will also Registrar (Vigi)HC-UK,Prashant Joshi(Ragistrar -Inspection),2010-10-23,215 2504/II-2010-01(46)/2010,2010-09-08,"सिचाई विà¤à¤¾à¤— शà¥à¤°à¥‡à¤£à¥€ क,ख,के निमà¥â€à¤¨à¤²à¤¿à¤–ित अधिकारी सेवानिवृत हो जायेंगें",P.C.Sharma(PRINCIPAL SECRETARY),2010-10-23,306 630/2010/08(U)(100)/09,2010-06-28,वाणà¥à¤œà¥à¤¯à¤¿ कर विà¤à¤¾à¤— में सहायक कमिशà¥â€à¤¨à¤° के पद पर शà¥à¤°à¥€ दीपक बृजवाल,L.M.Pant(Secretary),2010-10-23,310 664/2010/08(C)/100/XXVII(8)/09,2010-10-06,शà¥à¤°à¥€ अरविनà¥â€à¤¦à¤ªà¥à¤°à¤¤à¤¾à¤ª सिंह दà¥à¤µà¤¾à¤°à¤¾ पà¥à¤°à¤¸à¥â€à¤¤à¥à¤¤ पà¥à¤°à¤¾à¤°à¥à¤¥à¤¨à¤¾ पतà¥à¤° दिनांक 15-6-2010,Radha Raturi(Secretary),2010-10-23,312 @@ -4591,6 +6373,14 @@ 67/21-7/2010-11-Panchayat,2010-10-14,जिला पंचायत ऊधमसिंह नगर की उपविधियां,Chairman-Zila Panchayat USNagar(President),2010-11-27,65 630/XXVII(9)/2010-Stamp-47/10,2010-08-23,Jurisdiction of Sub-Registrar Office(1st)Haldwani District Nainital.,Radha Raturi(Secretary),2010-11-27,352 630/XXVII(9)/2010-Stamp-47/10,2010-08-23,Jurisdiction of Sub-Registrar Office(1st)Haldwani District Nainital.,Radha Raturi(Secretary),2010-11-27,352 +418/UHC/XIV/52/Admin-A,2010-10-29,Sri Rajendra Joshi ADJ FTC-Roorkee is hereby sanctioned Leave.,Prashant Joshi(Ragistrar -Inspection),2010-11-27,292 +419/XIV-45/Admin/2008,2010-10-29,Sri Malik Mazhar Sultan 4th ADJ dehradun is hereby sanctioned leave,Prashant Joshi(Ragistrar -Inspection),2010-11-27,292 +414/XIV/08/Admin/2008,2010-10-25,Smt.Reena Negi CJ(JD)Haridwar is hereby Sanctioned Leave,Prashant Joshi(Ragistrar -Inspection),2010-11-27,291 +409/UHC/XIV/40/Admin-A,2010-10-08,"Smt.Meena Tiwari District,SJ Chamoli is hereby sanction EL.",Prashant Joshi(Ragistrar -Inspection),2010-11-27,291 +410/XIV/90/Admin.A/2003,2010-10-08,"Sri Mithilesh Jha,CJ(JD)Bageshwar hereby sanctioned Medical Leave",Prashant Joshi(Ragistrar -Inspection),2010-11-27,291 +413/XIV/08/Admin.A/2009,2010-10-25,"Sri Ashok Kumar Maan,Ist Addl.CJ(JD)Dehradun is hereby sanctioned EL",Prashant Joshi(Ragistrar -Inspection),2010-11-27,291 +415/UHC/XIV/48/Admin-A,2010-10-25,Sri Uttam Sigh Nabiyal Addl.Dist.Judge Rishikesh is hereby sactioned EL.,Prashant Joshi(Ragistrar -Inspection),2010-11-27,291 +417/XIV-69/Admin.a/2003,2010-10-27,Smt.Rama Pandey CJM chamoli is hereby sanctioned Leave.,Prashant Joshi(Ragistrar -Inspection),2010-11-27,292 630/XXVII(9)/2010-Stamp-47/10,2010-08-23,Jurisdiction of Sub-Registrar Office(1st)Haldwani District Nainital.,Radha Raturi(Secretary),2010-11-27,352 630/XXVII(9)/2010-Stamp-47/10,2010-08-23,Jurisdiction of Sub-Registrar Office(1st)Haldwani District Nainital.,Radha Raturi(Secretary),2010-11-27,352 56/2010/PPS-II,2010-09-17,विजà¥à¤žà¤ªà¥à¤¤à¤¿- वणिजà¥â€à¤¯à¤•र जांच चौकी बनबसा के समापà¥â€à¤¤ हो जाने फलसà¥â€à¤µà¤°à¥‚प कारà¥à¤¯à¤µà¤¾à¤¹à¥€ खटीमा के कारà¥à¤¯à¤¾à¤²à¤¯ से समà¥â€à¤ªà¤¨à¥â€à¤¨ करायी जायेगी,Radha Raturi(Secretary),2010-12-04,5 @@ -4598,14 +6388,29 @@ 2082/VIII/10-515(Writ)/2004,2010-11-11,"उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ में वैकà¥à¤…म पैन चीनी मिलों में कारà¥à¤¯à¤°à¤¤ करà¥à¤®à¤šà¤¾à¤°à¤¿à¤¯à¥‹à¤‚,विà¤à¤¿à¤¨à¥â€à¤¨ संगठनों à¤à¤µà¤‚ करà¥à¤®à¤•ारों के मधà¥â€à¤¯ सौहारà¥à¤¦ à¤à¤µà¤‚ सदà¤à¤¾à¤µà¤¨à¤¾ समà¥â€à¤¬à¤¨à¥â€à¤§ में तà¥à¤°à¤¿à¤¸à¥â€à¤¤à¥â€à¤°à¥€à¤¯ समिति का गठन",Vineeta Kumar(PRINCIPAL SECRETARY),2010-12-04,364 1912/VIII/10-101/2010,2010-11-16,उलà¥à¤²à¤¿à¤–ित अधिकारियों को उलà¥à¤²à¤¿à¤–ित कà¥à¤·à¥‡à¤¤à¥à¤°à¥‹à¤‚ के लिठनिरीकà¥à¤·à¤• घोषित करने की सà¥â€à¤µà¥â€à¥€à¤•ृति,Vineeta Kumar(PRINCIPAL SECRETARY),2010-12-04,364 2966/Ayuktkar/Vanijyakar/2010,2010-10-14,विजà¥à¤žà¤ªà¥à¤¤à¤¿- वणिजà¥â€à¤¯à¤•र जांच चौकी बनबसा के समापà¥â€à¤¤ हो जाने फलसà¥â€à¤µà¤°à¥‚प कारà¥à¤¯à¤µà¤¾à¤¹à¥€ खटीमा के कारà¥à¤¯à¤¾à¤²à¤¯ से समà¥â€à¤ªà¤¨à¥â€à¤¨ करायी जायेगी,Radha Raturi(Commissioner Tax Officer),2010-12-04,293 +629/XXVII(1)/2010,2010-12-01,à ¤¤à ¥ƒà ¤¤à ¥€à ¤¯ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤†à ¤¯à ¥‹à ¤— à ¤•à ¥‡ à ¤…à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤· à ¤¶à ¥�à ¤°à ¥€ à ¤‡à ¤¨à ¥�â€�à ¤¦à ¥� à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤ªà ¤¾à ¤£à ¥�â€�à ¤¡à ¥‡ à ¤•à ¤¾ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤¾à ¤•à ¤¾à ¤² à ¤œà ¥‚à ¤¨ 2011 à ¤¤à ¤• à ¤¬à ¤¢à ¤¾à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-12-11,366 +629/XXVII(1)/2010,2010-12-01,à ¤¤à ¥ƒà ¤¤à ¥€à ¤¯ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤†à ¤¯à ¥‹à ¤— à ¤•à ¥‡ à ¤…à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤· à ¤¶à ¥�à ¤°à ¥€ à ¤‡à ¤¨à ¥�â€�à ¤¦à ¥� à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤ªà ¤¾à ¤£à ¥�â€�à ¤¡à ¥‡ à ¤•à ¤¾ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤¾à ¤•à ¤¾à ¤² à ¤œà ¥‚à ¤¨ 2011 à ¤¤à ¤• à ¤¬à ¤¢à ¤¾à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-12-11,366 15P/Store/EquipPur/1/2009,2010-03-30,Notification No- Equipment-2/2010 ( Rate contract of Equipments),H.C.Bhatt(Director General),2010-12-11,295 2896/VII-II-10/182-Udhyog/2001,2010-09-09,The uttarakhand Micro and Small Enterprises Facilitation Council Rules 2010.,S. Raju(PRINCIPAL SECRETARY),2010-12-11,367 +629/XXVII(1)/2010,2010-12-01,à ¤¤à ¥ƒà ¤¤à ¥€à ¤¯ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤†à ¤¯à ¥‹à ¤— à ¤•à ¥‡ à ¤…à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤· à ¤¶à ¥�à ¤°à ¥€ à ¤‡à ¤¨à ¥�â€�à ¤¦à ¥� à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤ªà ¤¾à ¤£à ¥�â€�à ¤¡à ¥‡ à ¤•à ¤¾ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤¾à ¤•à ¤¾à ¤² à ¤œà ¥‚à ¤¨ 2011 à ¤¤à ¤• à ¤¬à ¤¢à ¤¾à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-12-11,366 1729/XXX-1-10-18(15)/2002,2010-11-23,निमà¥â€à¤¨à¤²à¤¿à¤–ित तहसीलदार को डिपà¥â€à¤Ÿà¥€ कलेकà¥â€à¤Ÿà¤° के पर पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,D.K.Kotiya(PRINCIPAL SECRETARY),2010-12-11,366 +629/XXVII(1)/2010,2010-12-01,à ¤¤à ¥ƒà ¤¤à ¥€à ¤¯ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤†à ¤¯à ¥‹à ¤— à ¤•à ¥‡ à ¤…à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤· à ¤¶à ¥�à ¤°à ¥€ à ¤‡à ¤¨à ¥�â€�à ¤¦à ¥� à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤ªà ¤¾à ¤£à ¥�â€�à ¤¡à ¥‡ à ¤•à ¤¾ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤¾à ¤•à ¤¾à ¤² à ¤œà ¥‚à ¤¨ 2011 à ¤¤à ¤• à ¤¬à ¤¢à ¤¾à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-12-11,366 +629/XXVII(1)/2010,2010-12-01,à ¤¤à ¥ƒà ¤¤à ¥€à ¤¯ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤µà ¤¿à ¤¤à ¥�â€�à ¤¤ à ¤†à ¤¯à ¥‹à ¤— à ¤•à ¥‡ à ¤…à ¤§à ¥�â€�à ¤¯à ¤•à ¥�à ¤· à ¤¶à ¥�à ¤°à ¥€ à ¤‡à ¤¨à ¥�â€�à ¤¦à ¥� à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤ªà ¤¾à ¤£à ¥�â€�à ¤¡à ¥‡ à ¤•à ¤¾ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤¾à ¤•à ¤¾à ¤² à ¤œà ¥‚à ¤¨ 2011 à ¤¤à ¤• à ¤¬à ¤¢à ¤¾à ¤¯à ¥‡ à ¤œà ¤¾à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Alok Kumar Jain(PRINCIPAL SECRETARY),2010-12-11,366 1729/XXX-1-10-18(15)/2002,2010-11-23,निमà¥â€à¤¨à¤²à¤¿à¤–ित तहसीलदार को डिपà¥â€à¤Ÿà¥€ कलेकà¥â€à¤Ÿà¤° के पर पà¥à¤°à¥‹à¤¨à¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,D.K.Kotiya(PRINCIPAL SECRETARY),2010-12-11,366 2896/VII-II-10/182-Udhyog/2001,2010-09-09,The uttarakhand Micro and Small Enterprises Facilitation Council Rules 2010.,S. Raju(PRINCIPAL SECRETARY),2010-12-11,367 +420/XIV-1/Admin/2009,2010-11-24,Sri Rakesh Kumar Singh CJ(JD)Lansdown is hereby sanction Med.leave,Prashant Joshi(Ragistrar -Inspection),2010-12-18,317 +422/UHC/XIV/42/Admin,2010-11-24,Shri kanta Prasad District Judge Uttarkashi posted at District Judge Almora,Prashant Joshi(Ragistrar -Inspection),2010-12-18,317 +420/XIV-1/Admin/2009,2010-11-24,Sri Rakesh Kumar Singh CJ(JD)Lansdown is hereby sanction Med.leave,Prashant Joshi(Ragistrar -Inspection),2010-12-18,317 +422/UHC/XIV/42/Admin,2010-11-24,Shri kanta Prasad District Judge Uttarkashi posted at District Judge Almora,Prashant Joshi(Ragistrar -Inspection),2010-12-18,317 2754/1/2010-01(3)/20/06,2010-12-03,The Uttarakhand Energy Conservation Fund Rules 2010,Dr.Umakant Pawar(Secretary),2010-12-18,380 363/P.Election/2010,2010-11-25,पंचायत à¤à¤µà¤‚ सà¥â€à¤¥à¤¾à¤¨à¥€à¤¯ निकाय चमà¥â€à¤ªà¤¾à¤µà¤¤,Champawat(Distict Election Officer ),2010-12-18,79 283/P.Election/2010,2010-06-21,पंचासà¥â€à¤¥à¤¾à¤¨à¤¿ चनावलय उधमसिंहनगर,Udham Singh Nagar(Distict Election Officer ),2010-12-18,75 +429/XIV/1/Admin/2008,2010-12-15,Sri ambika Pant Judicial Magistrate Hardwar is hereby sanctioned Leave,Prashant Joshi(Ragistrar -Inspection),2010-12-25,319 +427/XIV/14/Admin.A/2008,2010-12-13,Shri Dharmendra Kumar Singh Ist Adl.CJ(JD)Roorkee is herebyy Sanctioned Leave,Prashant Joshi(Ragistrar -Inspection),2010-12-25,319 +428/XIV/24/Admin/2008,2010-12-13,Sri Uday Pratap Singh Judicial Magistrate Kashipur is hereby sanctioned Leave,Prashant Joshi(Ragistrar -Inspection),2010-12-25,319 +429/XIV/1/Admin/2008,2010-12-15,Sri ambika Pant Judicial Magistrate Hardwar is hereby sanctioned Leave,Prashant Joshi(Ragistrar -Inspection),2010-12-25,319 +427/XIV/14/Admin.A/2008,2010-12-13,Shri Dharmendra Kumar Singh Ist Adl.CJ(JD)Roorkee is herebyy Sanctioned Leave,Prashant Joshi(Ragistrar -Inspection),2010-12-25,319 +428/XIV/24/Admin/2008,2010-12-13,Sri Uday Pratap Singh Judicial Magistrate Kashipur is hereby sanctioned Leave,Prashant Joshi(Ragistrar -Inspection),2010-12-25,319 1160/IV(1)/2010-57/2006,2010-12-08,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ नगरपालिका परिषद टिहरी में सामानà¥â€à¤¯ निरà¥à¤µà¤¾à¤šà¤¨ 2008 के पशà¥â€à¤šà¤¾à¤¤ रिकà¥â€à¤¤ अनारकà¥à¤·à¤¿à¤¤ शà¥à¤°à¥‡à¤£à¥€ के अधà¥â€à¤¯à¤•à¥à¤· पद को रिकà¥â€à¤¤ घोषित किया जाता है,S.Raju(PRINCIPAL SECRETARY),2010-12-25,386 1320/XXXI(13)/G/10-37/2010,2010-12-14,सन 2011 की सारà¥à¤µà¤œà¤¨à¤¿à¤• अवकाशों की अनà¥à¤¸à¥‚ची,Rajeev Chandra(Secretary),2010-12-25,387 164/XXVI/1(12)/2008,2010-10-19,राजà¥â€à¤¯ योजना आयोग में कारà¥à¤¯à¤°à¤¤ शà¥à¤°à¥€ à¤0à¤à¤¸0धोनी विरिषà¥â€à¤ शोध अधिकारी को संयà¥à¤•à¥â€à¤¤ निदेशक के पद पर पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,S.Ramaswami(Secretary),2010-12-25,386 @@ -4625,6 +6430,7 @@ 732/Ge.Admin/Licence-Cancel/08,2010-10-01,लाईसेंस निरसà¥â€à¤¤à¥€à¤•रण आदेश सहायक समà¥â€à¤à¤¾à¤—ीय अधिकारी कोटदà¥à¤µà¤¾à¤° गढवाल,Anita Chamola(Asst RTO),2011-01-08,5 440/Licence-Cancel/10,2010-10-21,लाईसेंस निरसà¥â€à¤¤à¥€à¤•रण आदेश सहायक समà¥â€à¤à¤¾à¤—ीय अधिकारी टनकपà¥à¤° चमà¥â€à¤ªà¤¾à¤µà¤¤,Nand Kishore(Asst RTO),2011-01-08,12 3783/VII-II/520-Udhyog/07,2010-12-31,सिडकà¥à¤² जांच आयोग का कारà¥à¤¯à¤•ाल 31 मारà¥à¤š 2011 तक विसà¥â€à¤¤à¤¾à¤°à¤¿à¤¤,S.Raju(PRINCIPAL SECRETARY),2011-01-08,6 +1177/XX(4)-49/2005,2010-12-24,à ¤²à ¥‹à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤†à ¤¯à ¥‹à ¤— à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤¦à ¥�à ¤µà ¤¾à ¤°à ¤¾ à ¤†à ¤¯à ¥‹à ¤œà ¤¿à ¤¤ à ¤°à ¤¾à ¤œà ¥�â€�à ¤¯ à ¤¸à ¤®à ¥�à ¤®à ¤¿à ¤²à ¤¿à ¤¤ à ¤¸à ¤µà ¤¿à ¤² à ¤ªà ¤°à ¥€à ¤•à ¥�à ¤·à ¤¾ 2006 à ¤•à ¥‡ à ¤†à ¤§à ¤¾à ¤° à ¤ªà ¤° à ¤…à ¤Âà ¥�â€�à ¤¯à ¤°à ¥�à ¤¥à ¥€ à ¤¶à ¥�à ¤°à ¥€ à ¤°à ¤®à ¥‡à ¤¨à ¥�â€�à ¤¦à ¥�à ¤° à ¤¶à ¥�à ¤°à ¥€à ¤µà ¤¾à ¤¸à ¥�â€�à ¤¤à ¤µ,Rajeev Gupta(PRINCIPAL SECRETARY),2011-01-08,6 1177/XX(4)-49/2005,2010-12-24,लोक सेवा आयोग उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ दà¥à¤µà¤¾à¤°à¤¾ आयोजित राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सविल परीकà¥à¤·à¤¾ 2006 के आधार पर अà¤à¥â€à¤¯à¤°à¥à¤¥à¥€ शà¥à¤°à¥€ रमेनà¥â€à¤¦à¥à¤° शà¥à¤°à¥€à¤µà¤¾à¤¸à¥â€à¤¤à¤µ,Rajeev Gupta(PRINCIPAL SECRETARY),2011-01-08,6 1177/XX(4)-49/2005,2010-12-24,लोक सेवा आयोग उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ दà¥à¤µà¤¾à¤°à¤¾ आयोजित राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सविल परीकà¥à¤·à¤¾ 2006 के आधार पर अà¤à¥â€à¤¯à¤°à¥à¤¥à¥€ शà¥à¤°à¥€ रमेनà¥â€à¤¦à¥à¤° शà¥à¤°à¥€à¤µà¤¾à¤¸à¥â€à¤¤à¤µ,Rajeev Gupta(PRINCIPAL SECRETARY),2011-01-08,6 1503/XXVIII-2-2010-99/2010,2010-12-23,निमà¥â€à¤¨à¤²à¤¿à¤–ित चिकितà¥â€à¤¸à¤¾à¤§à¤¿à¤•ारियों के पदोनà¥â€à¤¨à¤¤ की सà¥â€à¤µà¥€à¤•ृति,Umakant Panwar(Secretary),2011-01-08,6 @@ -4632,24 +6438,41 @@ 205/XXVI/2(21)/2004,2010-12-28,पदोनà¥â€à¤¨à¤¤à¤¿ शà¥à¤°à¥€ हरिहर लोहà¥à¤®à¥€ संयà¥à¤•à¥â€à¤¤ निदेशक कà¥à¤®à¤¾à¤‰ मणà¥â€à¤¡à¤² अरà¥à¤¥ à¤à¤µà¤‚ संखà¥â€à¤¯à¤¾ विà¤à¤¾à¤— उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡,S.Ramaswami(Secretary),2011-01-08,8 1177/XX(4)-49/2005,2010-12-24,लोक सेवा आयोग उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ दà¥à¤µà¤¾à¤°à¤¾ आयोजित राजà¥â€à¤¯ समà¥à¤®à¤¿à¤²à¤¿à¤¤ सविल परीकà¥à¤·à¤¾ 2006 के आधार पर अà¤à¥â€à¤¯à¤°à¥à¤¥à¥€ शà¥à¤°à¥€ रमेनà¥â€à¤¦à¥à¤° शà¥à¤°à¥€à¤µà¤¾à¤¸à¥â€à¤¤à¤µ,Rajeev Gupta(PRINCIPAL SECRETARY),2011-01-08,6 939/XX-1/10-36/IPS/2006,2010-12-28,पदोनà¥â€à¤¨à¤¤à¤¿ शà¥à¤°à¥€ अà¤à¤¿à¤¨à¤µ कà¥à¤®à¤¾à¤° आई0पी0à¤à¤¸0,Rajeev Gupta(PRINCIPAL SECRETARY),2011-01-15,10 +939/XX-1/10-36/IPS/2006,2010-12-28,à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤¶à ¥�à ¤°à ¥€ à ¤…à ¤Âà ¤¿à ¤¨à ¤µ à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤†à ¤ˆ0à ¤ªà ¥€0à ¤�à ¤¸0,Rajeev Gupta(PRINCIPAL SECRETARY),2011-01-15,10 1128/2010/13(100)/XXVII(8)/10,2010-12-29,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त नवनियà¥à¤•à¥â€à¤¤ शà¥à¤°à¥€ अरविनà¥â€à¤¦ पà¥à¤°à¤¤à¤¾à¤ª सिंह अ0कमिशà¥â€à¤¨à¤°,Radha Raturi(Secretary),2011-01-15,10 1128/2010/13(100)/XXVII(8)/10,2010-12-29,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त नवनियà¥à¤•à¥â€à¤¤ शà¥à¤°à¥€ अरविनà¥â€à¤¦ पà¥à¤°à¤¤à¤¾à¤ª सिंह अ0कमिशà¥â€à¤¨à¤°,Radha Raturi(Secretary),2011-01-15,10 1128/2010/13(100)/XXVII(8)/10,2010-12-29,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त नवनियà¥à¤•à¥â€à¤¤ शà¥à¤°à¥€ अरविनà¥â€à¤¦ पà¥à¤°à¤¤à¤¾à¤ª सिंह अ0कमिशà¥â€à¤¨à¤°,Radha Raturi(Secretary),2011-01-15,10 +939/XX-1/10-36/IPS/2006,2010-12-28,à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤¶à ¥�à ¤°à ¥€ à ¤…à ¤Âà ¤¿à ¤¨à ¤µ à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤†à ¤ˆ0à ¤ªà ¥€0à ¤�à ¤¸0,Rajeev Gupta(PRINCIPAL SECRETARY),2011-01-15,10 +432/UHC/XIV/29/Admin,2010-12-22,à ¤…à ¤µà ¤•à ¤¾à ¤¶ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Prashant Joshi(Ragistrar -Inspection),2011-01-15,15 +431/UHC/XIV/17/Admin/A,2010-12-16,Sri jai Deo Singh Dist.Judge Bageshwar is hereby sanctioned Med.Leave,Prashant Joshi(Ragistrar -Inspection),2011-01-15,15 +939/XX-1/10-36/IPS/2006,2010-12-28,à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤¶à ¥�à ¤°à ¥€ à ¤…à ¤Âà ¤¿à ¤¨à ¤µ à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤†à ¤ˆ0à ¤ªà ¥€0à ¤�à ¤¸0,Rajeev Gupta(PRINCIPAL SECRETARY),2011-01-15,10 939/XX-1/10-36/IPS/2006,2010-12-28,पदोनà¥â€à¤¨à¤¤à¤¿ शà¥à¤°à¥€ अà¤à¤¿à¤¨à¤µ कà¥à¤®à¤¾à¤° आई0पी0à¤à¤¸0,Rajeev Gupta(PRINCIPAL SECRETARY),2011-01-15,10 1128/2010/13(100)/XXVII(8)/10,2010-12-29,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के अरà¥à¤¨à¥â€à¤¤à¤—त नवनियà¥à¤•à¥â€à¤¤ शà¥à¤°à¥€ अरविनà¥â€à¤¦ पà¥à¤°à¤¤à¤¾à¤ª सिंह अ0कमिशà¥â€à¤¨à¤°,Radha Raturi(Secretary),2011-01-15,10 +939/XX-1/10-36/IPS/2006,2010-12-28,à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤¶à ¥�à ¤°à ¥€ à ¤…à ¤Âà ¤¿à ¤¨à ¤µ à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤†à ¤ˆ0à ¤ªà ¥€0à ¤�à ¤¸0,Rajeev Gupta(PRINCIPAL SECRETARY),2011-01-15,10 +432/UHC/XIV/29/Admin,2010-12-22,à ¤…à ¤µà ¤•à ¤¾à ¤¶ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿ à ¤•à ¥‡ à ¤¸à ¤®à ¥�â€�à ¤¬à ¤¨à ¥�â€�à ¤§ à ¤®à ¥‡à ¤‚,Prashant Joshi(Ragistrar -Inspection),2011-01-15,15 +431/UHC/XIV/17/Admin/A,2010-12-16,Sri jai Deo Singh Dist.Judge Bageshwar is hereby sanctioned Med.Leave,Prashant Joshi(Ragistrar -Inspection),2011-01-15,15 210/पंचा0चà¥0/उपपà¥à¤°à¤§à¤¾à¤¨/2010,2010-11-18,जनपद बागेशà¥â€à¤µà¤° के विकास खणà¥â€à¤¡ कपकोट की गà¥à¤°à¤¾à¤® पचायत सेरी में निरà¥à¤µà¤¾à¤šà¤¨ हेतॠसमय सारणी,D.S.Gabriyal(District Election Officer),2011-01-15,1 217/Pan-Election/2010-11,2010-12-18,उतà¥â€à¤¤à¤°à¤¾à¤•ाशी में गà¥à¤°à¤¾à¤® पचायतों के उप पà¥à¤°à¤§à¤¾à¤¨à¥‹à¤‚ के रिकà¥â€à¤¤ पदों पर उप निरà¥à¤µà¤¾à¤šà¤¨ 2010,Dist.Election Officer-Uttarkashi(District Election Officer),2011-01-15,2 +939/XX-1/10-36/IPS/2006,2010-12-28,à ¤ªà ¤¦à ¥‹à ¤¨à ¥�â€�à ¤¨à ¤¤à ¤¿ à ¤¶à ¥�à ¤°à ¥€ à ¤…à ¤Âà ¤¿à ¤¨à ¤µ à ¤•à ¥�à ¤®à ¤¾à ¤° à ¤†à ¤ˆ0à ¤ªà ¥€0à ¤�à ¤¸0,Rajeev Gupta(PRINCIPAL SECRETARY),2011-01-15,10 883/XIII-II/24(1)/2010-TC,2010-12-31,मणà¥â€à¤¡à¥€ समितियों से समà¥â€à¤¬à¤¨à¥à¤§à¤¿à¤¤ जिलों के कलैकà¥â€à¤Ÿà¤° को छ माह के लिठपà¥à¤°à¤¶à¤¾à¤¸à¤• नियà¥à¤•à¥â€à¤¤à¥â€ करने की सà¥â€à¤µà¥€à¤•ृति,Om Prakash(Secretary),2011-01-15,11 1712/XXX-1/2010-26/10,2010-12-01,शà¥à¤°à¥€à¤®à¤¤à¤¿ गीता रानी सिविल जज ज0डि0 देहरादून विवाहोपरानà¥â€à¤¤ अपना नाम गीता रानी से गीता चौहान किये जाने की सवीकृति,D.K.Kotiya(PRINCIPAL SECRETARY),2011-01-22,16 964/XX(1)/28/PPS/2005,2011-01-04,निमà¥â€à¤¨à¤²à¤¿à¤–ित अà¤à¥â€à¤¯à¤°à¥à¤¥à¤¿à¤¯à¥‹à¤‚ को उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ पà¥à¤°à¤¾à¤¨à¥â€à¤¤à¥€à¤¯ पà¥à¤²à¤¿à¤¸ सेवा में पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤• के पद कारà¥à¤¯à¤à¤¾à¤° गà¥à¤°à¤¹à¤£ करने की सà¥â€à¤µà¥€à¤•ृति,Rajeev Gupta(PRINCIPAL SECRETARY),2011-01-22,17 +964/XX(1)/28/PPS/2005,2011-01-04,à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤…à ¤Âà ¥�â€�à ¤¯à ¤°à ¥�à ¤¥à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤ªà ¥�à ¤°à ¤¾à ¤¨à ¥�â€�à ¤¤à ¥€à ¤¯ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¸à ¥‡à ¤µà ¤¾ à ¤®à ¥‡à ¤‚ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤‰à ¤ªà ¤¾à ¤§à ¥€à ¤•à ¥�à ¤·à ¤• à ¤•à ¥‡ à ¤ªà ¤¦ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤Âà ¤¾à ¤° à ¤—à ¥�à ¤°à ¤¹à ¤£ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Rajeev Gupta(PRINCIPAL SECRETARY),2011-01-22,17 838/XXII/2010-6(4)/2010,2010-12-10,सूचना à¤à¤µà¤‚ लोक समà¥â€à¤ªà¤°à¥à¤• वि à¤à¤¾à¤— उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ में समà¥â€à¤ªà¤¾à¤¦à¤• के पद पर शà¥à¤°à¥€ आशीष कà¥à¤®à¤¾à¤° तà¥à¤°à¤¿à¤ªà¤¾à¤ ी की नियà¥à¤•à¥à¤¤à¤¿,D.K.Kotiya(PRINCIPAL SECRETARY),2011-01-22,14 1712/XXX-1/2010-26/10,2010-12-01,शà¥à¤°à¥€à¤®à¤¤à¤¿ गीता रानी सिविल जज ज0डि0 देहरादून विवाहोपरानà¥â€à¤¤ अपना नाम गीता रानी से गीता चौहान किये जाने की सवीकृति,D.K.Kotiya(PRINCIPAL SECRETARY),2011-01-22,16 1712/XXX-1/2010-26/10,2010-12-01,शà¥à¤°à¥€à¤®à¤¤à¤¿ गीता रानी सिविल जज ज0डि0 देहरादून विवाहोपरानà¥â€à¤¤ अपना नाम गीता रानी से गीता चौहान किये जाने की सवीकृति,D.K.Kotiya(PRINCIPAL SECRETARY),2011-01-22,16 +964/XX(1)/28/PPS/2005,2011-01-04,à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤…à ¤Âà ¥�â€�à ¤¯à ¤°à ¥�à ¤¥à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤ªà ¥�à ¤°à ¤¾à ¤¨à ¥�â€�à ¤¤à ¥€à ¤¯ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¸à ¥‡à ¤µà ¤¾ à ¤®à ¥‡à ¤‚ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤‰à ¤ªà ¤¾à ¤§à ¥€à ¤•à ¥�à ¤·à ¤• à ¤•à ¥‡ à ¤ªà ¤¦ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤Âà ¤¾à ¤° à ¤—à ¥�à ¤°à ¤¹à ¤£ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Rajeev Gupta(PRINCIPAL SECRETARY),2011-01-22,17 38-9-B/XXXVI(1)/2010-49/2009,2010-12-03,"Appoint shri Shiv Sharan Nath Sharma,Advocate as notary Tehsil Roorkee",Ram Singh(PRINCIPAL SECRETARY),2011-01-22,14 +01/UHC/XIV/45/Admin,2011-01-04,Shri Rajendra Singh District and Session Judge Champawat is hereby sanctioned Med.Leave.,Prashant Joshi(Ragistrar -Inspection),2011-01-22,17 +02/XIV/56/Admin.a/2003,2011-01-05,Sri Dhananjay Chaturvedi Addl.registrar-High Court Uk Nanital is hereby sanction EL,Prashant Joshi(Ragistrar -Inspection),2011-01-22,17 964/XX(1)/28/PPS/2005,2011-01-04,निमà¥â€à¤¨à¤²à¤¿à¤–ित अà¤à¥â€à¤¯à¤°à¥à¤¥à¤¿à¤¯à¥‹à¤‚ को उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ पà¥à¤°à¤¾à¤¨à¥â€à¤¤à¥€à¤¯ पà¥à¤²à¤¿à¤¸ सेवा में पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤• के पद कारà¥à¤¯à¤à¤¾à¤° गà¥à¤°à¤¹à¤£ करने की सà¥â€à¤µà¥€à¤•ृति,Rajeev Gupta(PRINCIPAL SECRETARY),2011-01-22,17 964/XX(1)/28/PPS/2005,2011-01-04,निमà¥â€à¤¨à¤²à¤¿à¤–ित अà¤à¥â€à¤¯à¤°à¥à¤¥à¤¿à¤¯à¥‹à¤‚ को उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ पà¥à¤°à¤¾à¤¨à¥â€à¤¤à¥€à¤¯ पà¥à¤²à¤¿à¤¸ सेवा में पà¥à¤²à¤¿à¤¸ उपाधीकà¥à¤·à¤• के पद कारà¥à¤¯à¤à¤¾à¤° गà¥à¤°à¤¹à¤£ करने की सà¥â€à¤µà¥€à¤•ृति,Rajeev Gupta(PRINCIPAL SECRETARY),2011-01-22,17 2292/VIII/10-08/ESI/2010,2010-12-15,डा0 नेरश कà¥à¤®à¤¾à¤° चिकितà¥â€à¤¸à¤¾à¤§à¤¿à¤•ारी करà¥à¤®à¤šà¤¾à¤°à¥€ राजà¥â€à¤¯ बीमा योजना उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡à¤¨à¤¿à¤¯à¥à¤•à¥à¤¤à¤¿ लोक सेवा आयोग उतà¥â€à¤¤à¤° पà¥à¤°à¤¦à¥‡à¤¶,Vineeta Kumar(PRINCIPAL SECRETARY),2011-01-22,16 513/XXVIII-3-2010-200/2007,2010-07-16,चिकितà¥â€à¤¸à¤¾ सà¥â€à¤µà¤¾à¤¸à¥â€à¤¥à¥â€à¤¯ कलà¥â€à¤¯à¤¾à¤£ वि à¤à¤¾à¤— में कारà¥à¤¯à¤°à¤¤ सà¥â€à¤µà¤¾à¤¸à¥â€à¤¥à¥â€à¤¯ कारà¥à¤¯à¤•रà¥à¤¤à¤¾ पà¥à¤°à¥‚ष/महिला के कारà¥à¤®à¤¿à¤•ों के वेतनमानों को पà¥à¤¨à¤°à¥€à¤•à¥à¤·à¤¿à¤¤ किये जाने के समà¥â€à¤¬à¤¨à¥â€à¤§ में,Dr.Umakant Panwar(Secretary),2011-01-22,18 +964/XX(1)/28/PPS/2005,2011-01-04,à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤…à ¤Âà ¥�â€�à ¤¯à ¤°à ¥�à ¤¥à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤ªà ¥�à ¤°à ¤¾à ¤¨à ¥�â€�à ¤¤à ¥€à ¤¯ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¸à ¥‡à ¤µà ¤¾ à ¤®à ¥‡à ¤‚ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤‰à ¤ªà ¤¾à ¤§à ¥€à ¤•à ¥�à ¤·à ¤• à ¤•à ¥‡ à ¤ªà ¤¦ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤Âà ¤¾à ¤° à ¤—à ¥�à ¤°à ¤¹à ¤£ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Rajeev Gupta(PRINCIPAL SECRETARY),2011-01-22,17 +01/UHC/XIV/45/Admin,2011-01-04,Shri Rajendra Singh District and Session Judge Champawat is hereby sanctioned Med.Leave.,Prashant Joshi(Ragistrar -Inspection),2011-01-22,17 +02/XIV/56/Admin.a/2003,2011-01-05,Sri Dhananjay Chaturvedi Addl.registrar-High Court Uk Nanital is hereby sanction EL,Prashant Joshi(Ragistrar -Inspection),2011-01-22,17 +964/XX(1)/28/PPS/2005,2011-01-04,à ¤¨à ¤¿à ¤®à ¥�â€�à ¤¨à ¤²à ¤¿à ¤–à ¤¿à ¤¤ à ¤…à ¤Âà ¥�â€�à ¤¯à ¤°à ¥�à ¤¥à ¤¿à ¤¯à ¥‹à ¤‚ à ¤•à ¥‹ à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤ªà ¥�à ¤°à ¤¾à ¤¨à ¥�â€�à ¤¤à ¥€à ¤¯ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤¸à ¥‡à ¤µà ¤¾ à ¤®à ¥‡à ¤‚ à ¤ªà ¥�à ¤²à ¤¿à ¤¸ à ¤‰à ¤ªà ¤¾à ¤§à ¥€à ¤•à ¥�à ¤·à ¤• à ¤•à ¥‡ à ¤ªà ¤¦ à ¤•à ¤¾à ¤°à ¥�à ¤¯à ¤Âà ¤¾à ¤° à ¤—à ¥�à ¤°à ¤¹à ¤£ à ¤•à ¤°à ¤¨à ¥‡ à ¤•à ¥€ à ¤¸à ¥�â€�à ¤µà ¥€à ¤•à ¥ƒà ¤¤à ¤¿,Rajeev Gupta(PRINCIPAL SECRETARY),2011-01-22,17 919/2010/11(100)/XXVII(8)/10,2010-09-17,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के अनà¥â€à¤¤à¤°à¥à¤—त कारà¥à¤¯à¤°à¤¤ उपायà¥à¤•à¥â€à¤¤ सà¥â€à¤¤à¤° के अधिकारियों का सà¥â€à¤¥à¤¾à¤¨à¤¾à¤¨à¥â€à¤¤à¤°à¤£/समायोजन,Radha Raturi(Secretary),2011-01-29,23 750/XXVII-9-2010/Stamp-09/2009,2010-09-28,सà¥â€à¤Ÿà¤¾à¤®à¥â€à¤ª à¤à¤µà¤‚ निबनà¥â€à¤§à¤¨ विà¤à¤¾à¤— में लोक सूचना अधिकारी à¤à¤µà¤‚ सहायक लोक सूचना अधिकारी नामित,Radha Raturi(Secretary),2011-01-29,26 919/2010/11(100)/XXVII(8)/10,2010-09-17,वाणिजà¥â€à¤¯à¤•र विà¤à¤¾à¤— के अनà¥â€à¤¤à¤°à¥à¤—त कारà¥à¤¯à¤°à¤¤ उपायà¥à¤•à¥â€à¤¤ सà¥â€à¤¤à¤° के अधिकारियों का सà¥â€à¤¥à¤¾à¤¨à¤¾à¤¨à¥â€à¤¤à¤°à¤£/समायोजन,Radha Raturi(Secretary),2011-01-29,23 @@ -4690,8 +6513,10 @@ 506/2010/XXVII(9)/40/सà¥â€à¤Ÿà¤¾à¤®à¥â€à¤ª/2010,2010-11-12,Notification,Radha Raturi(Secretary),2011-02-12,4 1259/XXX-1-10-26(1)/2004,2010-09-20,Order,D.K.Kotiya(PRINCIPAL SECRETARY),2011-02-12,2 08/xxxvi(1)/2010-52/2009,2010-01-21,notification,R.D.Paliwal(Secretary),2011-02-19,2 +06/xiv-a-10/Admin.A/2009,2011-02-04,Notification,Prashant Joshi(Ragistrar -Inspection),2011-02-19,25 871/सा0पà¥à¤°à¤¶à¤¾0/लाईसेनà¥â€à¤¸-निरसà¥â€à¤¤à¥€à¤•रण/11,2011-01-16,Order,Anita Chamola(RTO),2011-02-26,15 "4268/आयà¥0कर,उतà¥â€à¤¤à¤°à¤¾/फारà¥à¤®-अनà¥0/2010-11",2011-01-18,Advertisement,Anil Kumar Gupta(Commissioner Tax Officer),2011-02-26,15 +08/xiv-91/Admin.A/2003,2011-02-07,Notification,Prashant Joshi(Ragistrar -Inspection),2011-02-26,14 177/xxiv(6)/10,2010-11-26,Notification,P.C.Sharma(PRINCIPAL SECRETARY),2011-02-26,2 871/सा0पà¥à¤°à¤¶à¤¾0/लाईसेनà¥â€à¤¸-निरसà¥â€à¤¤à¥€à¤•रण/11,2011-01-16,Order,Anita Chamola(RTO),2011-02-26,15 1595/xv-1/2(14)/2006,2010-06-28,Notification,Vinod Fonia(Secretary),2011-02-26,2 @@ -4706,11 +6531,16 @@ 168/I-16-09,2011-02-08,Certificate of Taking Over Charge,Neetu Joshi(Civil Judge -CD),2011-03-05,20 167/I-16-09,2011-02-08,Charge Handign Over,Neetu Joshi(Civil Judge -CD),2011-03-05,19 08/I-16-09,2011-01-03,Over Charege,Neetu Joshi(Civil Judge -CD),2011-03-05,20 +08/I-16-19,2011-01-03,Certificate of Taking Over Charge,Neetu Joshi(Civil Judge -CD),2011-03-05,20 +05/XIV/38/Admin.A/2008,2011-01-11,Notification,Ragistrar(Ragistrar -Inspection),2011-03-05,19 34/XX-1/10-43नि0/2010,2011-02-07,Notification,Rajeev Gupta(PRINCIPAL SECRETARY),2011-03-12,2 13/UHC/Admin.A/2011,2011-02-19,Notification,U.C. Dhyani(Registrar General),2011-03-12,3 18/XIV-05/Admin.A/2008,2011-02-26,Notification,Prashant Joshi(Registrar General),2011-03-12,4 +09/XIV/24/Admin.A/2008,2011-02-15,Notifiacation,Prashant Joshi(Ragistrar -Inspection),2011-03-12,4 +1265/ à ¤‰à ¤¨à ¥�â€�à ¤¨à ¤¤à ¥€à ¤¸(1)/2010-(03à ¤…à ¤§à ¤¿0)/11,2011-01-28,Notification,D.D.Dimri(CGM),2011-03-12,4 34/XX-1/10-43नि0/2010,2011-02-07,Notification,Rajeev Gupta(PRINCIPAL SECRETARY),2011-03-12,2 34/XX-1/10-43नि0/2010,2011-02-07,Notification,Rajeev Gupta(PRINCIPAL SECRETARY),2011-03-12,2 +34/XX-1/10-43à ¤¨à ¤¿0/2010,2011-02-07,Notification,Rajeev Gupta(PRINCIPAL SECRETARY),2011-03-12,2 1459/III(1)/10-52(अधि0)/06,2010-08-13,Office Order,Uttpal Kumar Singh(Secretary),2011-03-19,7 889/ तीस-1-2010/26(1)/2004,2010-07-30,Appoinment,D.K.Kotiya(PRINCIPAL SECRETARY),2011-03-19,2 1149/XV-1/2(6)/10,2010-05-18,Office Order,Vinod Fonia(Secretary),2011-03-19,3 @@ -4721,6 +6551,7 @@ 52/ डि0कमि0(क0नि0)-पà¥à¤°à¤¥à¤®/आ0वि0,2010-05-05,Charge Certificate,Rakesh Tandon(Commissioner Tax Officer),2011-03-19,10 1149/XV-1/2(6)/10,2010-05-18,Office Order,Vinod Fonia(Secretary),2011-03-19,3 1704/27 मà¥à¤–à¥â€à¤¯/नि0ले0ह0/2007,2010-10-21,Charge Certificate,Pradeep Kumar Goyal(Director),2011-03-26,26 +1704/27 à ¤®à ¥�à ¤–à ¥�â€�à ¤¯/à ¤¨à ¤¿0à ¤²à ¥‡0à ¤¹0/2007,2010-10-21,Charge Certificate,Pradeep Kumar Goyal(Director),2011-03-26,26 1001/VIII-1/2010-3(18)/2005,2010-10-13,Office Order,Om Prakash(Secretary),2011-03-26,22 कृ0à¤à¥‚0सं0/351/सà¥â€à¤¥à¤¾0/सिंगल विणà¥â€à¤¡à¥‹/2010-11,2010-08-07,Office Order,Harishankar Panday(Director),2011-03-26,26 247(7)/VIII07-शà¥à¤°à¤®/2010,2010-04-30,Notification,Governor(Governor),2011-03-26,18 @@ -4728,6 +6559,9 @@ 247/VIII/07-शà¥à¤°à¤®/2010,2010-04-30,Notification,Governor(Governor),2011-03-26,2 2117/सà¥â€à¤¥à¤¾0-दो-नि0प0/429/2007,2010-07-31,Charge Certificate,Chandra Balabh Pathak(Finance Officer),2011-03-26,27 1726/ख/ग0आ0/10-11,2010-09-26,Advertisement,P.K. Mulasi(Commissioner Sugarcane),2011-03-26,21 +1704/27 à ¤®à ¥�à ¤–à ¥�â€�à ¤¯/à ¤¨à ¤¿0à ¤²à ¥‡0à ¤¹0/2007,2010-10-21,Charge Certificate,Pradeep Kumar Goyal(Director),2011-03-26,26 +635/à ¤�à ¤•-11-2008,2010-07-12,Charge Certificate,Manish Mishra(CGM),2011-03-26,27 +643/à ¤�à ¤•-8-2010,2010-07-13,Charge Certificate,Birjendra Singh(CGM),2011-03-26,27 "3200/आयà¥0कर,उतà¥â€à¤¤à¤°à¤¾0/फारà¥à¤®-अनà¥/2010-11",2010-11-01,Advertisement,Kumkum Gupta(Commissioner Tax Officer),2011-03-26,25 3120/आयà¥0कर0अतà¥â€à¤¤à¤°à¤¾0/फारà¥à¤® अनà¥0/10-11,2010-10-26,Advertisement,Radha Raturi(Commissioner Tax Officer),2011-03-26,25 420/ जि0पं0च0/उपविधियां/2010-11,2010-09-13,Notification,Prema Panday(President),2011-03-26,29 @@ -4737,6 +6571,7 @@ 247(3)/VIII/07-शà¥à¤°à¤®/2010,2010-04-30,Notification,Governor(Governor),2011-03-26,8 247(4)/VIII/07-शà¥à¤°à¤®/2010,2010-04-30,Notification,Governor(Governor),2011-03-26,10 247(6)/VIII/07-शà¥à¤°à¤®/2010,2010-04-30,Notification,Governor(Governor),2011-03-26,16 +1704/27 à ¤®à ¥�à ¤–à ¥�â€�à ¤¯/à ¤¨à ¤¿0à ¤²à ¥‡0à ¤¹0/2007,2010-10-21,Charge Certificate,Pradeep Kumar Goyal(Director),2011-03-26,26 126/XXXVI(3)/2010/14(1)/2010,2011-03-31,Notification,Ram Singh(PRINCIPAL SECRETARY),2011-03-31,1 128/XXXVI(3)/2010/13(1)/2011,2011-03-31,Notification,Ram Singh(PRINCIPAL SECRETARY),2011-03-31,4 126/XXXV(3)/2010/14(1)/2011,2011-03-31,,Ram Singh(PRINCIPAL SECRETARY),2011-03-31,1 @@ -4746,7 +6581,17 @@ 848 पॉलीथीन गजट/2010-11,2011-03-03,Information,President(President),2011-04-02,14 1293/वि0स0/423/अधि0/2011,2011-03-15,Notification,Harvans Kapoor(President),2011-04-02,2 31/UHC/Admin.A/2010,2011-03-10,Notification,U.C. Dhyani(Registrar General),2011-04-02,5 +19/UHC/Admin.A/2008,2011-03-07,Notification,U.C. Dhyani(Registrar General),2011-04-02,3 +19/UHC/Admin.A/2008,2011-03-07,Notification,U.C. Dhyani(Registrar General),2011-04-02,3 +15/XIV-04/Admin.A/2008,2011-02-24,Notification,Prashant Joshi(Ragistrar -Inspection),2011-04-02,3 +28/XIV-17/Admin.A/2008,2011-03-08,Notification,Prashant Joshi(Ragistrar -Inspection),2011-04-02,4 +29/UHC/XIV/33/Admin.A,2011-03-09,Notifiacation,Prashant Joshi(Ragistrar -Inspection),2011-04-02,4 31/UHC/Admin.A/2010,2011-03-10,Notification,U.C. Dhyani(Registrar General),2011-04-02,5 +19/UHC/Admin.A/2008,2011-03-07,Notification,U.C. Dhyani(Registrar General),2011-04-02,3 +19/UHC/Admin.A/2008,2011-03-07,Notification,U.C. Dhyani(Registrar General),2011-04-02,3 +15/XIV-04/Admin.A/2008,2011-02-24,Notification,Prashant Joshi(Ragistrar -Inspection),2011-04-02,3 +28/XIV-17/Admin.A/2008,2011-03-08,Notification,Prashant Joshi(Ragistrar -Inspection),2011-04-02,4 +29/UHC/XIV/33/Admin.A,2011-03-09,Notifiacation,Prashant Joshi(Ragistrar -Inspection),2011-04-02,4 86(2)/x-3-10-13(11)/2001,2010-08-27,plastics are non degradable and are a serious threat to ecology,Subhash Kumar(Addl Chief Secretary),2011-04-09,148 86(2)/x-3-10-13(11)/2001,2010-08-27,plastics are non degradable and are a serious threat to ecology,Subhash Kumar(Addl Chief Secretary),2011-04-09,148 86(2)/x-3-10-13(11)/2001,2010-08-27,plastics are non degradable and are a serious threat to ecology,Subhash Kumar(Addl Chief Secretary),2011-04-09,148 @@ -4814,7 +6659,11 @@ 1343/उनà¥â€à¤¨à¤¤à¥€à¤¸(1)/2011(20 अधि0)/11,2011-12-02,Regardign Uttarakhand Jal Sansthan,Uttpal Kumar Singh(PRINCIPAL SECRETARY),2011-12-02,1 2911/VII-II/146-ख/10/2011,2011-11-18,"उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ खनिज नीति, 2011",Rakesh Sharma(PRINCIPAL SECRETARY),2011-12-03,426 2920/VI-II-II/68- रिट /2008,2011-11-18,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ के परà¥à¤µà¤¤à¥€à¤¯ कà¥à¤·à¥‡à¤¤à¥à¤° हेतॠसà¥â€à¤Ÿà¥‹à¤¨ कà¥à¤°à¥‡à¤¶à¤° सà¥â€à¤•à¥à¤°à¥€à¤¨à¤¿à¤‚ग पà¥â€à¤²à¤¾à¤¨à¥â€à¤Ÿ à¤à¤µà¤‚ पलà¥â€à¤µà¤°à¤¾à¤ˆà¤œà¤° अनà¥à¤œà¥à¤žà¤¾ नीति 2011,Rakesh Sharma(PRINCIPAL SECRETARY),2011-12-10,438 +608/2011/XXVII(9)/ à ¤¸à ¥�â€�à ¤Ÿà ¤¾à ¤®à ¥�â€�à ¤ª -42/2008,2011-09-28,"à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ (à ¤‰0 à ¤ªà ¥�à ¤°0 à ¤¸à ¥�â€�à ¤Ÿà ¤¾à ¤®à ¥�â€�à ¤ª à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤¨à ¥€, 1942) (à ¤¸à ¥‡à ¤¶à ¥‹à ¤§à ¤¨) à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤²à ¥€, 2011",Alok Kumar Jain(PRINCIPAL SECRETARY),2011-12-17,444 +608/2011/XXVII(9)/ à ¤¸à ¥�â€�à ¤Ÿà ¤¾à ¤®à ¥�â€�à ¤ª -42/2008,2011-09-28,"à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ (à ¤‰0 à ¤ªà ¥�à ¤°0 à ¤¸à ¥�â€�à ¤Ÿà ¤¾à ¤®à ¥�â€�à ¤ª à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤¨à ¥€, 1942) (à ¤¸à ¥‡à ¤¶à ¥‹à ¤§à ¤¨) à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤²à ¥€, 2011",Alok Kumar Jain(PRINCIPAL SECRETARY),2011-12-17,444 +608/2011/XXVII(9)/ à ¤¸à ¥�â€�à ¤Ÿà ¤¾à ¤®à ¥�â€�à ¤ª -42/2008,2011-09-28,"à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ (à ¤‰0 à ¤ªà ¥�à ¤°0 à ¤¸à ¥�â€�à ¤Ÿà ¤¾à ¤®à ¥�â€�à ¤ª à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤¨à ¥€, 1942) (à ¤¸à ¥‡à ¤¶à ¥‹à ¤§à ¤¨) à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤²à ¥€, 2011",Alok Kumar Jain(PRINCIPAL SECRETARY),2011-12-17,444 1337/XXXI(13)G/2011,2011-10-28,"उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सेवा का अधिकार अधिनियम, 2011",Manisha Panwar(Secretary),2011-12-17,447 +608/2011/XXVII(9)/ à ¤¸à ¥�â€�à ¤Ÿà ¤¾à ¤®à ¥�â€�à ¤ª -42/2008,2011-09-28,"à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ (à ¤‰0 à ¤ªà ¥�à ¤°0 à ¤¸à ¥�â€�à ¤Ÿà ¤¾à ¤®à ¥�â€�à ¤ª à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤¨à ¥€, 1942) (à ¤¸à ¥‡à ¤¶à ¥‹à ¤§à ¤¨) à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤²à ¥€, 2011",Alok Kumar Jain(PRINCIPAL SECRETARY),2011-12-17,444 1337/XXXI(13)G/2011,2011-10-28,"उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सेवा का अधिकार अधिनियम, 2011",Manisha Panwar(Secretary),2011-12-17,447 504/XXVI-4/2011,2011-10-18,"उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ विदà¥à¤¯à¤¾à¤²à¤¯à¥€ शिकà¥à¤·à¤¾ परिषदॠ(पà¥à¤°à¤¥à¤® संशोधन) विनियम, 2011",subrdhan(Additional Secretary),2011-12-24,484 1505/XVIII(1)/2011-4/2007,2011-11-14,"उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ रजिसटà¥à¤°à¤¾à¤° कानूनगो सेवा नियमावली, 2011",P.C.Sharma(PRINCIPAL SECRETARY),2011-12-31,488 @@ -4822,34 +6671,53 @@ 1505/XVIII(1)/2011-4/2007,2011-11-14,"उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ रजिसटà¥à¤°à¤¾à¤° कानूनगो सेवा नियमावली, 2011",P.C.Sharma(PRINCIPAL SECRETARY),2011-12-31,488 1505/XVIII(1)/2011-4/2007,2011-11-14,"उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ रजिसटà¥à¤°à¤¾à¤° कानूनगो सेवा नियमावली, 2011",P.C.Sharma(PRINCIPAL SECRETARY),2011-12-31,488 1277/XV-1/2(34)/09,2011-11-23,"उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ राजà¥â€à¤¯ गो वंश नियमावनी, 2011",Arun Kumar Dhondiyal(Secretary),2012-01-07,2 +2942/XX(4)-37/ à ¤•à ¤¾à ¤°à ¤¾0/2010,2011-12-12,"à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤œà ¥‡à ¤² à ¤°à ¤¿à ¤œà ¤°à ¥�à ¤µ à ¤¬à ¤‚à ¤¦à ¥€à ¤°à ¤•à ¥�à ¤·à ¤• à ¤¤à ¤¥à ¤¾ à ¤œà ¥‡à ¤² à ¤¬à ¤‚à ¤¦à ¥€à ¤°à ¤•à ¥�à ¤·à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤²à ¥€, 2011",Uttapal Kumar Singh(PRINCIPAL SECRETARY),2012-01-14,58 +2942/XX(4)-37/ à ¤•à ¤¾à ¤°à ¤¾0/2010,2011-12-12,"à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤œà ¥‡à ¤² à ¤°à ¤¿à ¤œà ¤°à ¥�à ¤µ à ¤¬à ¤‚à ¤¦à ¥€à ¤°à ¤•à ¥�à ¤·à ¤• à ¤¤à ¤¥à ¤¾ à ¤œà ¥‡à ¤² à ¤¬à ¤‚à ¤¦à ¥€à ¤°à ¤•à ¥�à ¤·à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤²à ¥€, 2011",Uttapal Kumar Singh(PRINCIPAL SECRETARY),2012-01-14,58 +2942/XX(4)-37/ à ¤•à ¤¾à ¤°à ¤¾0/2010,2011-12-12,"à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤œà ¥‡à ¤² à ¤°à ¤¿à ¤œà ¤°à ¥�à ¤µ à ¤¬à ¤‚à ¤¦à ¥€à ¤°à ¤•à ¥�à ¤·à ¤• à ¤¤à ¤¥à ¤¾ à ¤œà ¥‡à ¤² à ¤¬à ¤‚à ¤¦à ¥€à ¤°à ¤•à ¥�à ¤·à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤²à ¥€, 2011",Uttapal Kumar Singh(PRINCIPAL SECRETARY),2012-01-14,58 2942/XX(4)-37/ कारा0/2010,2011-12-12,"उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ जेल रिजरà¥à¤µ बंदीरकà¥à¤·à¤• तथा जेल बंदीरकà¥à¤·à¤• सेवा नियमावली, 2011",Uttapal Kumar Singh(PRINCIPAL SECRETARY),2012-01-14,58 +2942/XX(4)-37/ à ¤•à ¤¾à ¤°à ¤¾0/2010,2011-12-12,"à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤œà ¥‡à ¤² à ¤°à ¤¿à ¤œà ¤°à ¥�à ¤µ à ¤¬à ¤‚à ¤¦à ¥€à ¤°à ¤•à ¥�à ¤·à ¤• à ¤¤à ¤¥à ¤¾ à ¤œà ¥‡à ¤² à ¤¬à ¤‚à ¤¦à ¥€à ¤°à ¤•à ¥�à ¤·à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤²à ¥€, 2011",Uttapal Kumar Singh(PRINCIPAL SECRETARY),2012-01-14,58 2942/XX(4)-37/ कारा0/2010,2011-12-12,"उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ जेल रिजरà¥à¤µ बंदीरकà¥à¤·à¤• तथा जेल बंदीरकà¥à¤·à¤• सेवा नियमावली, 2011",Uttapal Kumar Singh(PRINCIPAL SECRETARY),2012-01-14,58 607/2011/XXVII(9)/ सà¥â€à¤Ÿà¤¾à¤®à¥â€à¤ª-42 /2008,2011-09-28,"उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सà¥â€à¤Ÿà¤¾à¤®à¥â€à¤ª नियमावली, 2011",Alok Kumar Jain(PRINCIPAL SECRETARY),2012-01-21,74 607/2011/XXVII(9)/ सà¥â€à¤Ÿà¤¾à¤®à¥â€à¤ª-42 /2008,2011-09-28,"उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ सà¥â€à¤Ÿà¤¾à¤®à¥â€à¤ª नियमावली, 2011",Alok Kumar Jain(PRINCIPAL SECRETARY),2012-01-21,74 +607/2011/XXVII(9)/ à ¤¸à ¥�â€�à ¤Ÿà ¤¾à ¤®à ¥�â€�à ¤ª-42 /2008,2011-09-28,"à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¤£à ¥�â€�à ¤¡ à ¤¸à ¥�â€�à ¤Ÿà ¤¾à ¤®à ¥�â€�à ¤ª à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤²à ¥€, 2011",Alok Kumar Jain(PRINCIPAL SECRETARY),2012-01-21,74 +2943/XX(4)-37/ à ¤•à ¤¾à ¤°à ¤¾0/2010,2011-12-12,"à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¥�à ¤£à ¥�â€�à ¤¡ à ¤®à ¤¹à ¤¿à ¤²à ¤¾ à ¤œà ¥‡à ¤² à ¤¬à ¤‚à ¤¦à ¥€à ¤°à ¤•à ¥�à ¤·à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤²à ¥€,2011",Uttapal Kumar Singh(PRINCIPAL SECRETARY),2012-01-28,140 +2943/XX(4)-37/ à ¤•à ¤¾à ¤°à ¤¾0/2010,2011-12-12,"à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¥�à ¤£à ¥�â€�à ¤¡ à ¤®à ¤¹à ¤¿à ¤²à ¤¾ à ¤œà ¥‡à ¤² à ¤¬à ¤‚à ¤¦à ¥€à ¤°à ¤•à ¥�à ¤·à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤²à ¥€,2011",Uttapal Kumar Singh(PRINCIPAL SECRETARY),2012-01-28,140 2943/XX(4)-37/ कारा0/2010,2011-12-12,"उतà¥â€à¤¤à¤°à¤¾à¤–à¥à¤£à¥â€à¤¡ महिला जेल बंदीरकà¥à¤·à¤• सेवा नियमावली,2011",Uttapal Kumar Singh(PRINCIPAL SECRETARY),2012-01-28,140 2943/XX(4)-37/ कारा0/2010,2011-12-12,"उतà¥â€à¤¤à¤°à¤¾à¤–à¥à¤£à¥â€à¤¡ महिला जेल बंदीरकà¥à¤·à¤• सेवा नियमावली,2011",Uttapal Kumar Singh(PRINCIPAL SECRETARY),2012-01-28,140 +2943/XX(4)-37/ à ¤•à ¤¾à ¤°à ¤¾0/2010,2011-12-12,"à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¥�à ¤£à ¥�â€�à ¤¡ à ¤®à ¤¹à ¤¿à ¤²à ¤¾ à ¤œà ¥‡à ¤² à ¤¬à ¤‚à ¤¦à ¥€à ¤°à ¤•à ¥�à ¤·à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤²à ¥€,2011",Uttapal Kumar Singh(PRINCIPAL SECRETARY),2012-01-28,140 +2943/XX(4)-37/ à ¤•à ¤¾à ¤°à ¤¾0/2010,2011-12-12,"à ¤‰à ¤¤à ¥�â€�à ¤¤à ¤°à ¤¾à ¤–à ¥�à ¤£à ¥�â€�à ¤¡ à ¤®à ¤¹à ¤¿à ¤²à ¤¾ à ¤œà ¥‡à ¤² à ¤¬à ¤‚à ¤¦à ¥€à ¤°à ¤•à ¥�à ¤·à ¤• à ¤¸à ¥‡à ¤µà ¤¾ à ¤¨à ¤¿à ¤¯à ¤®à ¤¾à ¤µà ¤²à ¥€,2011",Uttapal Kumar Singh(PRINCIPAL SECRETARY),2012-01-28,140 2930/VII-II/123- उदà¥à¤¯à¥‹à¤—/08/2011,2011-11-19,"विशेष à¤à¤•ीकृत औदà¥à¤¯à¥‹à¤—िक पà¥à¤°à¥‹à¤¤à¥â€à¤¸à¤¾à¤¹à¤¨ नीति, 2011",Rakesh Sharma(PRINCIPAL SECRETARY),2012-02-04,156 1022/XLI/11-44/2005,2011-09-28,पदोनà¥â€à¤¨à¤¤à¤¿ के उपरानà¥â€à¤¤ तैनाती के संबंध में,S. Raju(PRINCIPAL SECRETARY),2012-02-11,162 2529/II-2011-01(46)/2002,2011-09-28,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ पà¥à¤°à¤¦à¥‡à¤¶ अà¤à¤¿à¤¯à¤¨à¥â€à¤¤à¤¾ सेवा अधिकारियों के सेवानिवृतà¥à¤¤à¤¿ के संबंध में,Dr. Umakant Panwar(Secretary),2012-02-11,168 2529/II-2011-01(46)/2002,2011-09-28,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ पà¥à¤°à¤¦à¥‡à¤¶ अà¤à¤¿à¤¯à¤¨à¥â€à¤¤à¤¾ सेवा अधिकारियों के सेवानिवृतà¥à¤¤à¤¿ के संबंध में,Dr. Umakant Panwar(Secretary),2012-02-11,168 2529/II-2011-01(46)/2002,2011-09-28,उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ पà¥à¤°à¤¦à¥‡à¤¶ अà¤à¤¿à¤¯à¤¨à¥â€à¤¤à¤¾ सेवा अधिकारियों के सेवानिवृतà¥à¤¤à¤¿ के संबंध में,Dr. Umakant Panwar(Secretary),2012-02-11,168 2911/VII-II/146-ख/10/2011,2011-11-18,"उतà¥â€à¤¤à¤°à¤¾à¤–णà¥â€à¤¡ खनिज नीति, 2011",Rakesh Sharma(PRINCIPAL SECRETARY),2012-02-18,172 +2225-(16)/xx-1/11/154/e.g./2011,2011-12-12,criminal procedure,Utpal kumr singh(PRINCIPAL SECRETARY),2012-05-05,319 2225-(16)/xx-1/11/154/e.g./2011,2011-12-12,criminal procedure,Utpal kumr singh(PRINCIPAL SECRETARY),2012-05-05,319 2225-(16)/xx-1/11/154/e.g./2011,2011-12-12,criminal procedure,Utpal kumr singh(PRINCIPAL SECRETARY),2012-05-05,319 2225-(16)/xx-1/11/154/e.g./2011,2011-12-12,criminal procedure,Utpal kumr singh(PRINCIPAL SECRETARY),2012-05-05,319 +2225-(16)/xx-1/11/154/e.g./2011,2011-12-12,criminal procedure,Utpal kumr singh(PRINCIPAL SECRETARY),2012-05-05,319 2225(36)/XX-1/11/154/ई0ग0 /2011,2011-12-12,दणà¥â€à¤¡ पà¥à¤°à¤•à¥à¤°à¤¿à¤¯à¤¾ सहिंता संमà¥â€à¤¬à¤¨à¥à¤§à¤¿à¤¤,Uttapal Kumar(PRINCIPAL SECRETARY),2012-05-12,339 2225(36)/XX-1/11/154/ई0ग0 /2011,2011-12-12,दणà¥â€à¤¡ पà¥à¤°à¤•à¥à¤°à¤¿à¤¯à¤¾ सहिंता संमà¥â€à¤¬à¤¨à¥à¤§à¤¿à¤¤,Uttapal Kumar(PRINCIPAL SECRETARY),2012-05-12,339 2225(36)/XX-1/11/154/ई0ग0 /2011,2011-12-12,दणà¥â€à¤¡ पà¥à¤°à¤•à¥à¤°à¤¿à¤¯à¤¾ सहिंता संमà¥â€à¤¬à¤¨à¥à¤§à¤¿à¤¤,Uttapal Kumar(PRINCIPAL SECRETARY),2012-05-12,339 2225(36)/XX-1/11/154/ई0ग0 /2011,2011-12-12,दणà¥â€à¤¡ पà¥à¤°à¤•à¥à¤°à¤¿à¤¯à¤¾ सहिंता संमà¥â€à¤¬à¤¨à¥à¤§à¤¿à¤¤,Uttapal Kumar(PRINCIPAL SECRETARY),2012-05-12,339 2225(36)/XX-1/11/154/ई0ग0 /2011,2011-12-12,दणà¥â€à¤¡ पà¥à¤°à¤•à¥à¤°à¤¿à¤¯à¤¾ सहिंता संमà¥â€à¤¬à¤¨à¥à¤§à¤¿à¤¤,Uttapal Kumar(PRINCIPAL SECRETARY),2012-05-12,339 1432/XXXI(13)G/2012-44(G)/2012,2012-05-10,Memorandum,Alok Kumar Jain(Chief Secretary),2012-05-19,356 +2225(61)/XX-1/11/154/à ¤ˆ0à ¤—0/2011,2011-12-12,Criminal procedure,Utpal Kumar Singh(PRINCIPAL SECRETARY),2012-05-26,374 +2225(61)/XX-1/11/154/à ¤ˆ0à ¤—0/2011,2011-12-12,Criminal procedure,Utpal Kumar Singh(PRINCIPAL SECRETARY),2012-05-26,374 +2225(61)/XX-1/11/154/à ¤ˆ0à ¤—0/2011,2011-12-12,Criminal procedure,Utpal Kumar Singh(PRINCIPAL SECRETARY),2012-05-26,374 2225(61)/XX-1/11/154/ई0ग0/2011,2011-12-12,Criminal procedure,Utpal Kumar Singh(PRINCIPAL SECRETARY),2012-05-26,374 2225(61)/XX-1/11/154/ई0ग0/2011,2011-12-12,Criminal procedure,Utpal Kumar Singh(PRINCIPAL SECRETARY),2012-05-26,374 +2225(80)/xx-1/11/154/E.G./2011,2011-12-12,criminal procedure,Utpal Kumar Singh(PRINCIPAL SECRETARY),2012-06-02,393 2225(80)/xx-1/11/154/E.G./2011,2011-12-12,criminal procedure,Utpal Kumar Singh(PRINCIPAL SECRETARY),2012-06-02,393 2225(80)/xx-1/11/154/E.G./2011,2011-12-12,criminal procedure,Utpal Kumar Singh(PRINCIPAL SECRETARY),2012-06-02,393 2225(80)/xx-1/11/154/E.G./2011,2011-12-12,criminal procedure,Utpal Kumar Singh(PRINCIPAL SECRETARY),2012-06-02,393 2225(80)/xx-1/11/154/E.G./2011,2011-12-12,criminal procedure,Utpal Kumar Singh(PRINCIPAL SECRETARY),2012-06-02,393 2225(80)/xx-1/11/154/E.G./2011,2011-12-12,criminal procedure,Utpal Kumar Singh(PRINCIPAL SECRETARY),2012-06-02,393 +2225(80)/xx-1/11/154/E.G./2011,2011-12-12,criminal procedure,Utpal Kumar Singh(PRINCIPAL SECRETARY),2012-06-02,393 +2225(108)/xx-1/11/154(E.G.)/2011,2011-12-12,criminal procedure,Utpal Kumar Singh(PRINCIPAL SECRETARY),2012-06-09,423 +2225(108)/xx-1/11/154(E.G.)/2011,2011-12-12,criminal procedure,Utpal Kumar Singh(PRINCIPAL SECRETARY),2012-06-09,423 +2225(108)/xx-1/11/154(E.G.)/2011,2011-12-12,criminal procedure,Utpal Kumar Singh(PRINCIPAL SECRETARY),2012-06-09,423 2225(108)/xx-1/11/154(E.G.)/2011,2011-12-12,criminal procedure,Utpal Kumar Singh(PRINCIPAL SECRETARY),2012-06-09,423 2225(108)/xx-1/11/154(E.G.)/2011,2011-12-12,criminal procedure,Utpal Kumar Singh(PRINCIPAL SECRETARY),2012-06-09,423 2225(108)/xx-1/11/154(E.G.)/2011,2011-12-12,criminal procedure,Utpal Kumar Singh(PRINCIPAL SECRETARY),2012-06-09,423 @@ -4876,6 +6744,7 @@ 5474/XX(3)-55/CBI/2005,2012-07-27,Code of criminal procedure,Vinita Kumar(PRINCIPAL SECRETARY),2012-08-11,523 5474/XX(3)-55/CBI/2005,2012-07-27,Code of criminal procedure,Vinita Kumar(PRINCIPAL SECRETARY),2012-08-11,523 5474/XX(3)-55/CBI/2005,2012-07-27,Code of criminal procedure,Vinita Kumar(PRINCIPAL SECRETARY),2012-08-11,523 +5474/XX(3)-55/CBI/2005,2012-07-27,Code of criminal procedure,Vinita Kumar(PRINCIPAL SECRETARY),2012-08-11,523 681/untish(1)/2010-(36 adhi.)/2005,2012-07-03,Selected candidate,S. Raju(PRINCIPAL SECRETARY),2012-08-18,527 681/untish(1)/2010-(36 adhi.)/2005,2012-07-03,Selected candidate,S. Raju(PRINCIPAL SECRETARY),2012-08-18,527 771/XXVIII-2-/01(139)2009,2012-07-11,Promotion,Dr. Ranbir Singh(PRINCIPAL SECRETARY),2012-08-25,533 @@ -4883,6 +6752,7 @@ 728/2012/16(100)XXVII(8)/12T.C.,2012-07-31,Transfer,Radha Raturi(Secretary),2012-09-01,541 728/2012/16(100)XXVII(8)/12T.C.,2012-07-31,Transfer,Radha Raturi(Secretary),2012-09-01,541 728/2012/16(100)XXVII(8)/12T.C.,2012-07-31,Transfer,Radha Raturi(Secretary),2012-09-01,541 +1110/VIII/12-515(Rit)/2005,2012-08-21,Office memorandium,S. Ramaswamy(PRINCIPAL SECRETARY),2012-09-08,545 1110/VIII/12-515(Rit)/2005,2012-08-21,Office memorandium,S. Ramaswamy(PRINCIPAL SECRETARY),2012-09-08,545 186/XXXVIII/12-20/2007/T.C.,2012-07-25,Re-notification,Dr. P.S. Gunshai(Secretary),2012-09-15,551 1400\II-2012-01(46)\2002,2012-08-24,Advertisement,Suvardhan(Secretary),2012-09-22,571 @@ -4903,7 +6773,26 @@ 241/XXVII(7)56/2012,2012-09-27,Government order,Radha Ratury(Secretary),2012-10-27,633 241/XXVII(7)56/2012,2012-09-27,Government order,Radha Ratury(Secretary),2012-10-27,633 241/XXVII(7)56/2012,2012-09-27,Government order,Radha Ratury(Secretary),2012-10-27,633 +1381/bis-6/01(02)2009,2012-10-08,promotion,Vinita Kumar(PRINCIPAL SECRETARY),2012-11-03,649 +1381/bis-6/01(02)2009,2012-10-08,promotion,Vinita Kumar(PRINCIPAL SECRETARY),2012-11-03,649 +1381/bis-6/01(02)2009,2012-10-08,promotion,Vinita Kumar(PRINCIPAL SECRETARY),2012-11-03,649 +1381/bis-6/01(02)2009,2012-10-08,promotion,Vinita Kumar(PRINCIPAL SECRETARY),2012-11-03,649 +1381/bis-6/01(02)2009,2012-10-08,promotion,Vinita Kumar(PRINCIPAL SECRETARY),2012-11-03,649 +3124/XX(1)-2012-9(14)2012,2012-10-12,disappearance of Swami Shankar Dev,Vinita Kumar(PRINCIPAL SECRETARY),2012-11-10,663 +3124/XX(1)-2012-9(14)2012,2012-10-12,disappearance of Swami Shankar Dev,Vinita Kumar(PRINCIPAL SECRETARY),2012-11-10,663 +3124/XX(1)-2012-9(14)2012,2012-10-12,disappearance of Swami Shankar Dev,Vinita Kumar(PRINCIPAL SECRETARY),2012-11-10,663 +3124/XX(1)-2012-9(14)2012,2012-10-12,disappearance of Swami Shankar Dev,Vinita Kumar(PRINCIPAL SECRETARY),2012-11-10,663 +3124/XX(1)-2012-9(14)2012,2012-10-12,disappearance of Swami Shankar Dev,Vinita Kumar(PRINCIPAL SECRETARY),2012-11-10,663 +1463/bis-6/01(08)2007,2012-11-01,appointment,Vinita Kumar(PRINCIPAL SECRETARY),2012-11-17,671 +1463/bis-6/01(08)2007,2012-11-01,appointment,Vinita Kumar(PRINCIPAL SECRETARY),2012-11-17,671 1463/bis-6/01(08)2007,2012-11-01,appointment,Vinita Kumar(PRINCIPAL SECRETARY),2012-11-17,671 +1463/bis-6/01(08)2007,2012-11-01,appointment,Vinita Kumar(PRINCIPAL SECRETARY),2012-11-17,671 +1463/bis-6/01(08)2007,2012-11-01,appointment,Vinita Kumar(PRINCIPAL SECRETARY),2012-11-17,671 +4072/XX-2/12/03(24)2012,2012-11-12,notification,Vinita Kumar(PRINCIPAL SECRETARY),2012-11-24,693 +4072/XX-2/12/03(24)2012,2012-11-12,notification,Vinita Kumar(PRINCIPAL SECRETARY),2012-11-24,693 +4072/XX-2/12/03(24)2012,2012-11-12,notification,Vinita Kumar(PRINCIPAL SECRETARY),2012-11-24,693 +4072/XX-2/12/03(24)2012,2012-11-12,notification,Vinita Kumar(PRINCIPAL SECRETARY),2012-11-24,693 +4072/XX-2/12/03(24)2012,2012-11-12,notification,Vinita Kumar(PRINCIPAL SECRETARY),2012-11-24,693 460/XXVII(6)/2012,2012-11-05,Promotion,Radha Raturi(Secretary),2012-12-01,707 460/XXVII(6)/2012,2012-11-05,Promotion,Radha Raturi(Secretary),2012-12-01,707 460/XXVII(6)/2012,2012-11-05,Promotion,Radha Raturi(Secretary),2012-12-01,707 @@ -4928,17 +6817,24 @@ 49/XVII-2/2013-19(07)/2012,2013-01-17,notification,S. Raju(PRINCIPAL SECRETARY),2013-02-16,53 383/XX-1/2013/9(2)2013,2013-02-07,notification,Vineeta Kumar(PRINCIPAL SECRETARY),2013-02-23,64 82/XXVII(9)/2013/MANO.KAR-01/2005,2013-01-11,Promotion,RadhaRaturi(PRINCIPAL SECRETARY),2013-02-23,63 +122/2013/05(100)/XXVII(8)/02,2013-02-11,notification,Radha Raturi(PRINCIPAL SECRETARY),2013-02-23,63 +82/XXVII(9)/2013/mano kar-01/2005,2013-01-11,promotion,Radha Raturi(PRINCIPAL SECRETARY),2013-02-23,63 383/XX-1/2013/9(2)2013,2013-02-07,notification,Vineeta Kumar(PRINCIPAL SECRETARY),2013-02-23,64 383/XX-1/2013/9(2)2013,2013-02-07,notification,Vineeta Kumar(PRINCIPAL SECRETARY),2013-02-23,64 383/XX-1/2013/9(2)2013,2013-02-07,notification,Vineeta Kumar(PRINCIPAL SECRETARY),2013-02-23,64 55/XXVII(6)/2013,2013-01-28,Office Order,Radha Raturi(PRINCIPAL SECRETARY),2013-03-02,73 +55/XXVII(6)/2013,2013-01-28,office order,Radha Raturi(PRINCIPAL SECRETARY),2013-03-02,73 55/XXVII(6)/2013,2013-01-28,Office Order,Radha Raturi(PRINCIPAL SECRETARY),2013-03-02,73 +55/XXVII(6)/2013,2013-01-28,office order,Radha Raturi(PRINCIPAL SECRETARY),2013-03-02,73 55/XXVII(6)/2013,2013-01-28,Office Order,Radha Raturi(PRINCIPAL SECRETARY),2013-03-02,73 55/XXVII(6)/2013,2013-01-28,office order,Radha Raturi(PRINCIPAL SECRETARY),2013-03-02,73 136/X-1-2013-4(24)/2009,2013-02-13,notification promotion,S. Ramaswamy(PRINCIPAL SECRETARY),2013-03-09,79 136/X-1-2013-4(24)/2009,2013-02-13,notification promotion,S. Ramaswamy(PRINCIPAL SECRETARY),2013-03-09,79 136/X-1-2013-4(24)/2009,2013-02-13,notification promotion,S. Ramaswamy(PRINCIPAL SECRETARY),2013-03-09,79 136/X-1-2013-4(24)/2009,2013-02-13,notification promotion,S. Ramaswamy(PRINCIPAL SECRETARY),2013-03-09,79 +160/2013/16(100)/XXVII(8)/12,2013-02-12,notification transfer,Radha Raturi(PRINCIPAL SECRETARY),2013-03-16,83 +160/2013/16(100)/XXVII(8)/12,2013-02-12,notification transfer,Radha Raturi(PRINCIPAL SECRETARY),2013-03-16,83 +160/2013/16(100)/XXVII(8)/12,2013-02-12,notification transfer,Radha Raturi(PRINCIPAL SECRETARY),2013-03-16,83 121(1)/X-3-2013-8(83)/2001T.C.,2013-02-14,notification,S. Ramaswamy(PRINCIPAL SECRETARY),2013-03-23,93 121(1)/X-3-2013-8(83)/2001T.C.,2013-02-14,notification,S. Ramaswamy(PRINCIPAL SECRETARY),2013-03-23,93 121(1)/X-3-2013-8(83)/2001T.C.,2013-02-14,notification,S. Ramaswamy(PRINCIPAL SECRETARY),2013-03-23,93 @@ -4946,7 +6842,17 @@ 58/XXVII(9)/2013/Stamp-09/2009,2013-01-28,Notification,Radha Raturi(PRINCIPAL SECRETARY),2013-03-30,99 58/XXVII(9)/2013/Stamp-09/2009,2013-01-28,Notification,Radha Raturi(PRINCIPAL SECRETARY),2013-03-30,99 58/XXVII(9)/2013/Stamp-09/2009,2013-01-28,Notification,Radha Raturi(PRINCIPAL SECRETARY),2013-03-30,99 +425/Bis-6(9)/01(08) 2007,2013-03-11,Notification,Om Prakash(PRINCIPAL SECRETARY),2013-04-06,111 +425/Bis-6(9)/01(08) 2007,2013-03-11,Notification,Om Prakash(PRINCIPAL SECRETARY),2013-04-06,111 +425/Bis-6(9)/01(08) 2007,2013-03-11,Notification,Om Prakash(PRINCIPAL SECRETARY),2013-04-06,111 +425/Bis-6(9)/01(08) 2007,2013-03-11,Notification,Om Prakash(PRINCIPAL SECRETARY),2013-04-06,111 425/Bis-6(9)/01(08) 2007,2013-03-11,Notification,Om Prakash(PRINCIPAL SECRETARY),2013-04-06,111 +36 UHC/XIV/94/Admin.A,2013-03-05,notification,Ram singh(Registrar General),2013-04-13,95 +187/XX(5)13-05(Ardha Sa.)/(L.A.)/2012,2013-03-20,Notification,Om Prakash(PRINCIPAL SECRETARY),2013-04-20,159 +187/XX(5)13-05(Ardha Sa.)/(L.A.)/2012,2013-03-20,Notification,Om Prakash(PRINCIPAL SECRETARY),2013-04-20,159 +187/XX(5)13-05(Ardha Sa.)/(L.A.)/2012,2013-03-20,Notification,Om Prakash(PRINCIPAL SECRETARY),2013-04-20,159 +187/XX(5)13-05(Ardha Sa.)/(L.A.)/2012,2013-03-20,Notification,Om Prakash(PRINCIPAL SECRETARY),2013-04-20,159 +187/XX(5)13-05(Ardha Sa.)/(L.A.)/2012,2013-03-20,Notification,Om Prakash(PRINCIPAL SECRETARY),2013-04-20,159 215/2013/16(100)/XXVII(8)/12,2013-02-28,notification amendment,D.S. Gabreyal(Secretary),2013-04-27,165 215/2013/16(100)/XXVII(8)/12,2013-02-28,notification amendment,D.S. Gabreyal(Secretary),2013-04-27,165 215/2013/16(100)/XXVII(8)/12,2013-02-28,notification amendment,D.S. Gabreyal(Secretary),2013-04-27,165 @@ -4966,24 +6872,42 @@ 919/bees-4/2012-1(49)/2005,2012-05-20,Notification,Om Prakash(PRINCIPAL SECRETARY),2013-06-22,207 919/bees-4/2012-1(49)/2005,2012-05-20,Notification,Om Prakash(PRINCIPAL SECRETARY),2013-06-22,207 919/bees-4/2012-1(49)/2005,2012-05-20,Notification,Om Prakash(PRINCIPAL SECRETARY),2013-06-22,207 +919/bees-4/2012-1(49)/2005,2012-05-20,Notification,Om Prakash(PRINCIPAL SECRETARY),2013-06-22,207 +919/bees-4/2012-1(49)/2005,2012-05-20,Notification,Om Prakash(PRINCIPAL SECRETARY),2013-06-22,207 465/Vi.S./423/Adhi./2011,2013-04-12,Notification,D.P. Gairola(PRINCIPAL SECRETARY),2013-06-25,169 +1197/XX(1)-2013-3(20)2004,2013-05-15,Promotion,Om Prakash(PRINCIPAL SECRETARY),2013-06-29,211 +1197/XX(1)-2013-3(20)2004,2013-05-15,Promotion,Om Prakash(PRINCIPAL SECRETARY),2013-06-29,211 1197/XX(1)-2013-3(20)2004,2013-05-15,Promotion,Om Prakash(PRINCIPAL SECRETARY),2013-06-29,211 +1197/XX(1)-2013-3(20)2004,2013-05-15,Promotion,Om Prakash(PRINCIPAL SECRETARY),2013-06-29,211 +1197/XX(1)-2013-3(20)2004,2013-05-15,Promotion,Om Prakash(PRINCIPAL SECRETARY),2013-06-29,211 +1197/XX(1)-2013-3(20)2004,2013-05-15,Promotion,Om Prakash(PRINCIPAL SECRETARY),2013-06-29,211 651/XXXI(1)/2013,2013-05-30,Notification,Shubhas Kumar(Chief Secretary),2013-07-06,215 447/II/2013-01(18)/2006,2013-05-08,Notification,R.C. Pathak(Secretary),2013-07-13,219 +410/XX(5)/13-05(Para M.)/(L.A.)/2012,2013-06-18,Correction Letter,Om Prakash(PRINCIPAL SECRETARY),2013-07-20,241 410/XX(5)/13-05(Para M.)/(L.A.)/2012,2013-06-18,Correction Letter,Om Prakash(PRINCIPAL SECRETARY),2013-07-20,241 +410/XX(5)/13-05(Para M.)/(L.A.)/2012,2013-06-18,Correction Letter,Om Prakash(PRINCIPAL SECRETARY),2013-07-20,241 +410/XX(5)/13-05(Para M.)/(L.A.)/2012,2013-06-18,Correction Letter,Om Prakash(PRINCIPAL SECRETARY),2013-07-20,241 +410/XX(5)/13-05(Para M.)/(L.A.)/2012,2013-06-18,Correction Letter,Om Prakash(PRINCIPAL SECRETARY),2013-07-20,241 102/UHC/Admin.A/2013,2013-05-23,Notification,Ram Singh(Registrar General),2013-07-27,243 102/UHC/Admin.A/2013,2013-05-23,Notification,Ram Singh(Registrar General),2013-07-27,243 102/UHC/Admin.A/2013,2013-05-23,Notification,Ram Singh(Registrar General),2013-07-27,243 539/XIV-1/2013-7(1)/2012,2013-05-27,"Co-operative societies (amemdment) Rules, 2013",Kunal Sharma(Secretary),2013-07-27,243 1114/XVIII(1)/2013-4(1)/2010,2013-07-19,Notification,Bhashkaranand(Secretary),2013-08-03,253 1114/XVIII(1)/2013-4(1)/2010,2013-07-19,"Revenue Police and Land Record, Survey Training Institute",Bhaskaranand(Secretary),2013-08-03,253 +113UHC/Admin-B/XI-C/2005,2013-05-30,Notification,Ram Singh(Registrar General),2013-08-10,283 1113/XVIII(1)/2013-4/2007,2013-07-19,Notification,D.S. Gabriyal(Secretary),2013-08-17,321 1715/XXXX/2012/119/2012,2013-07-26,Notification,S. ramaswami(PRINCIPAL SECRETARY),2013-08-24,367 +1362/xx-1/13-11(03)/2012,2013-06-01,Notification,Om Prakash(PRINCIPAL SECRETARY),2013-08-31,401 1362/xx-1/13-11(03)/2012,2013-06-01,Notification,Om Prakash(PRINCIPAL SECRETARY),2013-08-31,401 1362/xx-1/13-11(03)/2012,2013-06-01,Notification,Om Prakash(PRINCIPAL SECRETARY),2013-08-31,401 1362/xx-1/13-11(03)/2012,2013-06-01,Notification,Om Prakash(PRINCIPAL SECRETARY),2013-08-31,401 +1362/xx-1/13-11(03)/2012,2013-06-01,Notification,Om Prakash(PRINCIPAL SECRETARY),2013-08-31,401 +1362/xx-1/13-11(03)/2012,2013-06-01,Notification,Om Prakash(PRINCIPAL SECRETARY),2013-08-31,401 1856/II-2013-01(81)/203,2013-06-18,Promotion,Om Prakash(PRINCIPAL SECRETARY),2013-09-07,409 1856/II-2013-01(81)/203,2013-06-18,Promotion,Om Prakash(PRINCIPAL SECRETARY),2013-09-07,409 +266/XXVII(9)/2013/Stamp-55/2009,2013-07-02,Notification,Rakesh Sharma(PRINCIPAL SECRETARY),2013-09-14,421 +266/XXVII(9)/2013/Stamp-55/2009,2013-07-02,Notification,Rakesh Sharma(PRINCIPAL SECRETARY),2013-09-14,421 +266/XXVII(9)/2013/Stamp-55/2009,2013-07-02,Notification,Rakesh Sharma(PRINCIPAL SECRETARY),2013-09-14,421 407/XXVII(6)/2013,2013-07-08,promotion,D.S. Gabriyal(Secretary),2013-09-21,441 407/XXVII(6)/2013,2013-07-08,promotion,D.S. Gabriyal(Secretary),2013-09-21,441 407/XXVII(6)/2013,2013-07-08,promotion,D.S. Gabriyal(Secretary),2013-09-21,441 @@ -4994,24 +6918,46 @@ 1482/XX-1-2013-9(7)2013,2013-07-18,notification,Om Prakash(PRINCIPAL SECRETARY),2013-10-05,457 1724/XXIV-2/2013-12(06)/2011,2013-07-26,memorandium,Om Prakash(PRINCIPAL SECRETARY),2013-10-12,465 551/XXIV(6)/2013,2013-08-07,notification,Radha Raturi(PRINCIPAL SECRETARY),2013-10-19,487 +772/Bees-4/2013-1(73)/2008,2013-05-01,notification,J. P. Joshi(Joint Secretary),2013-10-26,497 662/XVIII(II)/2013-11(01)/2009,2013-07-31,notification,Bhaskaranand(Secretary),2013-10-26,498 +772/Bees-4/2013-1(73)/2008,2013-05-01,notification,J. P. Joshi(Joint Secretary),2013-10-26,497 772/Bees-4/2013-1(73)/2008,2013-05-01,notification,J. P. Joshi(Joint Secretary),2013-10-26,497 662/XVIII(II)/2013-11(01)/2009,2013-07-31,notification,Bhaskaranand(Secretary),2013-10-26,498 +772/Bees-4/2013-1(73)/2008,2013-05-01,notification,J. P. Joshi(Joint Secretary),2013-10-26,497 124/XXIV-2/2013-12(04)/2009,2013-08-01,memorandium,Om Prakash(PRINCIPAL SECRETARY),2013-10-26,497 +396/XXVII(9)/2013/U.O. no.-13/Stamp/2013,2013-08-27,notification,Rakesh Sharma(Addl Chief Secretary),2013-11-02,505 +396/XXVII(9)/2013/U.O. no.-13/Stamp/2013,2013-08-27,notification,Rakesh Sharma(Addl Chief Secretary),2013-11-02,505 +396/XXVII(9)/2013/U.O. no.-13/Stamp/2013,2013-08-27,notification,Rakesh Sharma(Addl Chief Secretary),2013-11-02,505 +396/XXVII(9)/2013/U.O. no.-13/Stamp/2013,2013-08-27,notification,Rakesh Sharma(Addl Chief Secretary),2013-11-02,505 638/XXVII(1)/2013,2013-09-03,memorandium,Bhaskaranand(Secretary),2013-11-09,519 638/XXVII(1)/2013,2013-09-03,memorandium,Bhaskaranand(Secretary),2013-11-09,519 638/XXVII(1)/2013,2013-09-03,memorandium,Bhaskaranand(Secretary),2013-11-09,519 638/XXVII(1)/2013,2013-09-03,memorandium,Bhaskaranand(Secretary),2013-11-09,519 +2090/XX(1)-2013-3(20)2004,2013-09-26,Office order,Om Prakash(PRINCIPAL SECRETARY),2013-11-16,535 +2090/XX(1)-2013-3(20)2004,2013-09-26,Office order,Om Prakash(PRINCIPAL SECRETARY),2013-11-16,535 +2090/XX(1)-2013-3(20)2004,2013-09-26,Office order,Om Prakash(PRINCIPAL SECRETARY),2013-11-16,535 +2090/XX(1)-2013-3(20)2004,2013-09-26,Office order,Om Prakash(PRINCIPAL SECRETARY),2013-11-16,535 +4184/13/XX-1/03(22)2013,2013-10-07,notification,Om Prakash(PRINCIPAL SECRETARY),2013-11-23,547 +4184/13/XX-1/03(22)2013,2013-10-07,notification,Om Prakash(PRINCIPAL SECRETARY),2013-11-23,547 +4184/13/XX-1/03(22)2013,2013-10-07,notification,Om Prakash(PRINCIPAL SECRETARY),2013-11-23,547 +4184/13/XX-1/03(22)2013,2013-10-07,notification,Om Prakash(PRINCIPAL SECRETARY),2013-11-23,547 1639/XXX-1-13-15(6)/2009,2013-10-10,memorandium,Atar Singh(Deputy Secretary),2013-11-30,561 209/UHC/Admin.A/2013,2013-10-03,notification,D.P. Gairola(Registrar General),2013-12-07,593 1391/XXXI(1)/2013,2013-09-24,office order,Hemlata Dhaundial(Secretary),2013-12-14,621 1148/XXXI(1)/2013,2013-10-10,memorandium,Subhash Kumar(Chief Secretary),2013-12-21,627 +4246/13/XX-2/56/Suraksha/2007,2013-10-29,notification,Om Prakash(PRINCIPAL SECRETARY),2013-12-28,633 +4246/13/XX-2/56/Suraksha/2007,2013-10-29,notification,Om Prakash(PRINCIPAL SECRETARY),2013-12-28,633 +4246/13/XX-2/56/Suraksha/2007,2013-10-29,notification,Om Prakash(PRINCIPAL SECRETARY),2013-12-28,633 4246/13/XX-2/56/Suraksha/2007,2013-10-29,notification,Om Prakash(PRINCIPAL SECRETARY),2013-12-28,633 4246/13/XX-2/56/Suraksha/2007,2013-10-29,notification,Om Prakash(PRINCIPAL SECRETARY),2013-12-28,633 4246/13/XX-2/56/Suraksha/2007,2013-10-29,notification,Om Prakash(PRINCIPAL SECRETARY),2013-12-28,633 242/UHC/Stationery/2013,2013-12-21,notification amendment,D.P. Gairola(Registrar General),2014-01-04,1 1967/XXXI(1)/2013,2013-11-29,office order,Dr. Hemlata Dhaundiyal(Secretary),2014-01-11,5 2585/III(1)/13-09(adhi.)/05T.C.,2013-11-27,memorandium,Dr. S.S. Sandhu(PRINCIPAL SECRETARY),2014-01-18,13 +5667/XX-3/2013-05(08)2013,2013-12-13,notification,Om Prakash(PRINCIPAL SECRETARY),2014-01-25,17 +5667/XX-3/2013-05(08)2013,2013-12-13,notification,Om Prakash(PRINCIPAL SECRETARY),2014-01-25,17 +5667/XX-3/2013-05(08)2013,2013-12-13,notification,Om Prakash(PRINCIPAL SECRETARY),2014-01-25,17 +5667/XX-3/2013-05(08)2013,2013-12-13,notification,Om Prakash(PRINCIPAL SECRETARY),2014-01-25,17 5667/XX-3/2013-05(08)2013,2013-12-13,notification,Om Prakash(PRINCIPAL SECRETARY),2014-01-25,17 2035/XXX-1/2013-25(2)04,2013-12-26,retirement,Dr. S.S. Sandhu(PRINCIPAL SECRETARY),2014-02-01,23 2035/XXX-1/2013-25(2)04,2013-12-26,retirement,Dr. S.S. Sandhu(PRINCIPAL SECRETARY),2014-02-01,23 @@ -5022,10 +6968,16 @@ 06/ix-1/2014/323/2006,2014-01-03,notification,Dr. Umakant Panwar(Secretary),2014-02-22,89 6253/XX-3-2013-05(17)2013,2014-02-10,notification,Om Prakash(PRINCIPAL SECRETARY),2014-03-01,93 6253/XX-3-2013-05(17)2013,2014-02-10,notification,Om Prakash(PRINCIPAL SECRETARY),2014-03-01,93 +6253/XX-3-2013-05(17)2013,2014-02-10,notification,Om Prakash(PRINCIPAL SECRETARY),2014-03-01,93 +06UHC/XIV-a-45/Admin.A/2008,2014-02-13,notification,not mentioned(Ragistrar -Inspection),2014-03-08,105 64/XVII-1/2013-2A(09)/2007,2014-01-06,notification,S. Raju(PRINCIPAL SECRETARY),2014-03-15,147 +19UHC/XIV-a-44/Admin.A/2008,2014-03-03,notification,not mentioned(Ragistrar -Inspection),2014-03-22,197 3438/X-1-2013-03(11)/2012,2013-12-13,notification,Manoj Chandran(Additional Secretary),2014-03-29,199 3438/X-1-2013-03(11)/2012,2013-12-13,notification,Manoj Chandran(Additional Secretary),2014-03-29,199 3438/X-1-2013-03(11)/2012,2013-12-13,notification,Manoj Chandran(Additional Secretary),2014-03-29,199 +296/XX(1)-2014-9(15)2013,2013-02-26,notification,Om Prakash(PRINCIPAL SECRETARY),2014-04-05,207 +296/XX(1)-2014-9(15)2013,2013-02-26,notification,Om Prakash(PRINCIPAL SECRETARY),2014-04-05,207 +296/XX(1)-2014-9(15)2013,2013-02-26,notification,Om Prakash(PRINCIPAL SECRETARY),2014-04-05,207 296/XX(1)-2014-9(15)2013,2013-02-26,notification,Om Prakash(PRINCIPAL SECRETARY),2014-04-05,207 36/X-3-14-8(27)/2002T.C.,2014-01-28,notification,S. Ramaswamy(PRINCIPAL SECRETARY),2014-04-12,213 36/X-3-14-8(27)/2002T.C.,2014-01-28,notification,S. Ramaswamy(PRINCIPAL SECRETARY),2014-04-12,213 @@ -5061,16 +7013,21 @@ 1124/XX(1)-2014-9(2)2014,2014-05-09,notification,Manjul Kumar Joshi(Secretary),2014-06-14,311 1124/XX(1)-2014-9(2)2014,2014-05-09,notification,Manjul Kumar Joshi(Secretary),2014-06-14,311 1124/XX(1)-2014-9(2)2014,2014-05-09,notification,Manjul Kumar Joshi(Secretary),2014-06-14,311 +158/III-A-1/SLSA/2014,2014-05-20,notification,Pradeep Pant(Member Secretary),2014-06-21,315 6253/XX-3-2014-05(17)2013,2014-06-05,notification,M.H. Khan(PRINCIPAL SECRETARY),2014-06-28,321 6253/XX-3-2014-05(17)2013,2014-06-05,notification,M.H. Khan(PRINCIPAL SECRETARY),2014-06-28,321 6253/XX-3-2014-05(17)2013,2014-06-05,notification,M.H. Khan(PRINCIPAL SECRETARY),2014-06-28,321 6253/XX-3-2014-05(17)2013,2014-06-05,notification,M.H. Khan(PRINCIPAL SECRETARY),2014-06-28,321 +6253/XX-3-2014-05(17)2013,2014-06-05,notification,M.H. Khan(PRINCIPAL SECRETARY),2014-06-28,321 64/van avam paryavaran bibhag/2014,2014-05-23,charge certificate,S. Ramaswamy(PRINCIPAL SECRETARY),2014-07-05,323 64/van avam paryavaran bibhag/2014,2014-05-23,charge certificate,S. Ramaswamy(PRINCIPAL SECRETARY),2014-07-05,323 1113/XVIII(1)/2013-4/2007,2013-07-19,recruitment and conditions of service of persons appointed to the Uttarakhand Revenue Sub-Inspectors (Patwari) services,Bhaskaranand(Secretary),2014-07-12,327 229/XXVIII(1)2014-02(Para.)2009,2014-07-10,notification,Dr. Umakant Pawar(Secretary),2014-07-19,349 163/UHC/Admin.A/2014,2014-05-21,notification,D.P. Gairola(Registrar General),2014-07-26,409 163/UHC/Admin.A/2014,2014-05-21,notification,D.P. Gairola(Registrar General),2014-07-26,409 +770/Bees-6/01(04)2010,2014-06-27,notification,Vinod Sharma(Additional Secretary),2014-08-02,411 +770/Bees-6/01(04)2010,2014-06-27,notification,Vinod Sharma(Additional Secretary),2014-08-02,411 +770/Bees-6/01(04)2010,2014-06-27,notification,Vinod Sharma(Additional Secretary),2014-08-02,411 770/Bees-6/01(04)2010,2014-06-27,notification,Vinod Sharma(Additional Secretary),2014-08-02,411 770/Bees-6/01(04)2010,2014-06-27,notification,Vinod Sharma(Additional Secretary),2014-08-02,411 2040/XXXI(1)/2014,2014-07-30,memorandium,Subhas Kumar(Chief Secretary),2014-08-09,413 @@ -5081,7 +7038,12 @@ 1291/XX-3-2014-05(17)2013,2014-07-30,notification,M.H. Khan(PRINCIPAL SECRETARY),2014-08-30,485 1291/XX-3-2014-05(17)2013,2014-07-30,notification,M.H. Khan(PRINCIPAL SECRETARY),2014-08-30,485 1291/XX-3-2014-05(17)2013,2014-07-30,notification,M.H. Khan(PRINCIPAL SECRETARY),2014-08-30,485 +1291/XX-3-2014-05(17)2013,2014-07-30,notification,M.H. Khan(PRINCIPAL SECRETARY),2014-08-30,485 +1352/XXX-1-14-1(56)/2002,2014-08-25,notification,Dr. S.S. Sandhu(PRINCIPAL SECRETARY),2014-09-06,489 +1352/XXX-1-14-1(56)/2002,2014-08-25,notification,Dr. S.S. Sandhu(PRINCIPAL SECRETARY),2014-09-06,489 +202/UHC/Admin.A/2014,2014-07-04,notification,D.P. Gairola(Registrar General),2014-09-13,493 958/III(1)/14-94(Adhi.)/2010,2014-09-01,notification,Dr. D.S. Sandhu(PRINCIPAL SECRETARY),2014-09-20,499 +1291(1)/XX-3-2014-05(17)2013,2014-08-21,notification,M.A. Khan(PRINCIPAL SECRETARY),2014-09-27,507 1291(1)/XX-3-2014-05(17)2013,2014-08-21,notification,M.A. Khan(PRINCIPAL SECRETARY),2014-09-27,507 1291(1)/XX-3-2014-05(17)2013,2014-08-21,notification,M.A. Khan(PRINCIPAL SECRETARY),2014-09-27,507 1291(1)/XX-3-2014-05(17)2013,2014-08-21,notification,M.A. Khan(PRINCIPAL SECRETARY),2014-09-27,507 @@ -5108,8 +7070,11 @@ 691/XXVII(6)/2014,2014-10-28,notification,Bhaskaranand(Secretary),2014-12-06,613 4414/X-1-2014-04(23)/2009,2014-10-30,memorandium,Dr. Ranvir Singh(PRINCIPAL SECRETARY),2014-12-13,619 4737/X-1-2014-14(09)/2014,2014-11-27,Retirement,Dr. Ranvir Singh(PRINCIPAL SECRETARY),2014-12-20,627 +2287/XX(1)-2014-3(12)2014,2014-11-28,promotion,M.H. Khan(PRINCIPAL SECRETARY),2014-12-27,635 +2287/XX(1)-2014-3(12)2014,2014-11-28,promotion,M.H. Khan(PRINCIPAL SECRETARY),2014-12-27,635 2287/XX(1)-2014-3(12)2014,2014-11-28,promotion,M.H. Khan(PRINCIPAL SECRETARY),2014-12-27,635 2287/XX(1)-2014-3(12)2014,2014-11-28,promotion,M.H. Khan(PRINCIPAL SECRETARY),2014-12-27,635 +2287/XX(1)-2014-3(12)2014,2014-11-28,promotion,M.H. Khan(PRINCIPAL SECRETARY),2014-12-27,635 2084/XXX-1-2014-12(42)/2001,2014-12-31,appointment,P.S. Jangpangi(Secretary),2015-01-03,1 2084/XXX-1-2014-12(42)/2001,2014-12-31,appointment,P.S. Jangpangi(Secretary),2015-01-03,1 1811(1)/XXVIII-2/01(158)/2009,2014-10-31,promotion,Mahima(Deputy Secretary),2015-01-10,7 @@ -5121,7 +7086,10 @@ 788/XX(8)2014-11(37)2006 TC(I),2014-12-15,notification,M.H. Khan(PRINCIPAL SECRETARY),2015-01-24,47 788/XX(8)2014-11(37)2006 TC(I),2014-12-15,notification,M.H. Khan(PRINCIPAL SECRETARY),2015-01-24,47 788/XX(8)2014-11(37)2006 TC(I),2014-12-15,notification,M.H. Khan(PRINCIPAL SECRETARY),2015-01-24,47 +795/XX(8)2014-11(37)2006TC(I),2014-12-15,notification,M.H. Khan(PRINCIPAL SECRETARY),2015-01-31,63 795/XX(8)2014-11(37)2006TC(I),2014-12-15,notification,M.H. Khan(PRINCIPAL SECRETARY),2015-01-31,63 +795/XX(8)2014-11(37)2006TC(I),2014-12-15,notification,M.H. Khan(PRINCIPAL SECRETARY),2015-01-31,63 +795/XX(8)2014-11(37)2006TC(I),2014-12-15,notification,M.H. Khan(PRINCIPAL SECRETARY),2015-01-31,63 801/XX(8)2014-11(37)2006TC(I),2014-12-15,notification,M.H. Khan(PRINCIPAL SECRETARY),2015-02-07,77 801/XX(8)2014-11(37)2006TC(I),2014-12-15,notification,M.H. Khan(PRINCIPAL SECRETARY),2015-02-07,77 801/XX(8)2014-11(37)2006TC(I),2014-12-15,notification,M.H. Khan(PRINCIPAL SECRETARY),2015-02-07,77 @@ -5129,6 +7097,8 @@ 512/XX(5)/14-05(Ardh. Sai.) (L.A.)/2012,2014-12-23,notification,M.H. Khan(PRINCIPAL SECRETARY),2015-02-21,91 512/XX(5)/14-05(Ardh. Sai.) (L.A.)/2012,2014-12-23,notification,M.H. Khan(PRINCIPAL SECRETARY),2015-02-21,91 512/XX(5)/14-05(Ardh. Sai.) (L.A.)/2012,2014-12-23,notification,M.H. Khan(PRINCIPAL SECRETARY),2015-02-21,91 +2382/XX(1)-2014-3(12)2004,2014-12-23,promotion,M.H. Khan(PRINCIPAL SECRETARY),2015-03-07,121 +2382/XX(1)-2014-3(12)2004,2014-12-23,promotion,M.H. Khan(PRINCIPAL SECRETARY),2015-03-07,121 4738/X-1-2014-14(93)/2014,2014-12-24,office order,Dr. Ranvir Singh(PRINCIPAL SECRETARY),2015-03-14,135 4738/X-1-2014-14(93)/2014,2014-12-24,office order,Dr. Ranvir Singh(PRINCIPAL SECRETARY),2015-03-14,135 3128/II-2014-01(29)(18)-2011/2013,2014-12-24,promotion,M.H. Khan(PRINCIPAL SECRETARY),2015-03-21,139 @@ -5150,6 +7120,10 @@ 316/ix-1/25/2015,2015-04-27,notification,N. Ravi Shankar(Chief Secretary),2015-05-30,351 820/X-1-2015-04(24)/2009,2015-04-22,promotion,Dr. Ranvir Singh(PRINCIPAL SECRETARY),2015-06-06,357 15/X-1-2014-14(09)/2014,2015-01-29,retirement,Dr. Ranvir Singh(PRINCIPAL SECRETARY),2015-06-13,365 +538/XX(8)2014-11(37)2006TC(1),2015-05-21,notification,Manisha Pawar(PRINCIPAL SECRETARY),2015-06-20,375 +538/XX(8)2014-11(37)2006TC(1),2015-05-21,notification,Manisha Pawar(PRINCIPAL SECRETARY),2015-06-20,375 +538/XX(8)2014-11(37)2006TC(1),2015-05-21,notification,Manisha Pawar(PRINCIPAL SECRETARY),2015-06-20,375 +538/XX(8)2014-11(37)2006TC(1),2015-05-21,notification,Manisha Pawar(PRINCIPAL SECRETARY),2015-06-20,375 427/XXVIII-2/01(14)2015 T.C.-1,2015-03-25,notification,Om Prakash(PRINCIPAL SECRETARY),2015-06-27,383 427/XXVIII-2/01(14)2015 T.C.-1,2015-03-25,notification,Om Prakash(PRINCIPAL SECRETARY),2015-06-27,383 589/XVII-5/15-13(1)Ardh.Sai./2015,2015-06-11,notification,Om Prakash(PRINCIPAL SECRETARY),2015-07-04,409 @@ -5165,15 +7139,23 @@ 713/XX(8)2014-11(37)2006TC(I),2015-06-27,notification,Manisha Panwar(PRINCIPAL SECRETARY),2015-07-25,499 713/XX(8)2014-11(37)2006TC(I),2015-06-27,notification,Manisha Panwar(PRINCIPAL SECRETARY),2015-07-25,499 713/XX(8)2014-11(37)2006TC(I),2015-06-27,notification,Manisha Panwar(PRINCIPAL SECRETARY),2015-07-25,499 +561/2015/13(100)XXVII(8)/01,2015-07-01,promotion,Rakesh Sharma(Addl Chief Secretary),2015-08-01,507 +156/XXVII(6)-940-2014/2015,2015-07-01,promotion,Rakesh Sharma(Addl Chief Secretary),2015-08-08,513 871/XX(8)2014-11(11)2014,2015-07-07,notification,Manisha Panwar(PRINCIPAL SECRETARY),2015-08-15,527 871/XX(8)2014-11(11)2014,2015-07-07,notification,Manisha Panwar(PRINCIPAL SECRETARY),2015-08-15,527 871/XX(8)2014-11(11)2014,2015-07-07,notification,Manisha Panwar(PRINCIPAL SECRETARY),2015-08-15,527 871/XX(8)2014-11(11)2014,2015-07-07,notification,Manisha Panwar(PRINCIPAL SECRETARY),2015-08-15,527 +40/2015/XXVII(9)/Stamp-42/2008,2015-07-23,notification,Rakesh Sharma(Addl Chief Secretary),2015-08-22,549 +438/2015/120(120)/XXVII(8)/2007,2015-07-23,notification,Rakesh Sharma(Addl Chief Secretary),2015-08-29,559 +631/2015/26(100)/XXVII(8)/07,2015-07-23,notification,Rakesh Sharma(Addl Chief Secretary),2015-09-05,571 +631/2015/26(100)/XXVII(8)/07,2015-07-23,notification,Rakesh Sharma(Addl Chief Secretary),2015-09-05,571 2733/X-1-2015-04(18)/2009,2015-08-10,office order,Dr. Ranvir Singh(PRINCIPAL SECRETARY),2015-09-12,591 195/XXVII(6)-(Ek)-940-2014/2015,2015-08-28,promotion,M.C. Joshi(Secretary),2015-09-26,633 195/XXVII(6)-(Ek)-940-2014/2015,2015-08-28,promotion,M.C. Joshi(Secretary),2015-09-26,633 775/ix-1/39/2015,2015-09-19,notification,S. Ramaswamy(PRINCIPAL SECRETARY),2015-10-24,707 775/ix-1/39/2015,2015-09-19,notification,S. Ramaswamy(PRINCIPAL SECRETARY),2015-10-24,707 +72/XX(8)2015-12(28)2013,2015-10-12,notification,Manisha Panwar(PRINCIPAL SECRETARY),2015-10-31,713 +72/XX(8)2015-12(28)2013,2015-10-12,notification,Manisha Panwar(PRINCIPAL SECRETARY),2015-10-31,713 623/2015/12(100)/xxvii(8)/2003,2015-10-12,notification,Amit Negi(Secretary),2015-11-07,725 623/2015/12(100)/xxvii(8)/2003,2015-10-12,notification,Amit Negi(Secretary),2015-11-07,725 623/2015/12(100)/xxvii(8)/2003,2015-10-12,notification,Amit Negi(Secretary),2015-11-07,725 @@ -5182,6 +7164,7 @@ 875/2015/32(100)/XXVII(8)/2001T.C.,2015-10-09,promotion,Amit Singh Negi(Secretary),2015-11-21,739 875/2015/32(100)/XXVII(8)/2001T.C.,2015-10-09,promotion,Amit Singh Negi(Secretary),2015-11-21,739 875/2015/32(100)/XXVII(8)/2001T.C.,2015-10-09,promotion,Amit Singh Negi(Secretary),2015-11-21,739 +"150/XXVII(9)/2015/Mano. Kar-01/2005, T.C.-I",2015-09-02,promotion,Sridharbabu Addanki(Additional Secretary),2015-12-05,769 2437/XX-3-2015-13(35)2015,2015-11-30,notification,Vinod Sharma(Secretary),2015-12-12,779 2437/XX-3-2015-13(35)2015,2015-11-30,notification,Vinod Sharma(Secretary),2015-12-12,779 2437/XX-3-2015-13(35)2015,2015-11-30,notification,Vinod Sharma(Secretary),2015-12-12,779 @@ -5190,6 +7173,7 @@ 1753/XVIII(1)/2015-03(3)/2014 T.C.-1,2015-12-19,notification,D. S. Garbyal(Secretary),2015-12-26,793 1753/XVIII(1)/2015-03(3)/2014 T.C.-1,2015-12-19,notification,D. S. Garbyal(Secretary),2015-12-26,793 1752/XVIII(1)/2015-03(3)/2014 T.C.-1,2015-12-19,notification,D.S. Garbyal(Secretary),2016-01-02,1 +1293/XX(1)-2014-3(2)2004,2015-11-30,Notification,Dr. Umakant Panwar(PRINCIPAL SECRETARY),2016-01-09,5 1293/XX(1)-2014-3(2)2004,2015-11-30,Notification,Dr. Umakant Panwar(PRINCIPAL SECRETARY),2016-01-09,5 1293/XX(1)-2014-3(2)2004,2015-11-30,Notification,Dr. Umakant Panwar(PRINCIPAL SECRETARY),2016-01-09,5 2934/XXXI(15)G-56(SA)14/Janganana/2015,2016-01-05,Notification,Shatrughan singh(Chief Secretary),2016-01-16,13 @@ -5237,6 +7221,9 @@ 2440/XX-3-2016-13(38)2015,2016-05-24,Notification,Dr. Umakant Panwar(Chief Secretary),2016-06-11,313 2440/XX-3-2016-13(38)2015,2016-05-24,Notification,Dr. Umakant Panwar(Chief Secretary),2016-06-11,313 2440/XX-3-2016-13(38)2015,2016-05-24,Notification,Dr. Umakant Panwar(Chief Secretary),2016-06-11,313 +482/bees-4/2016-1(49)/2011,2016-05-18,Notification Promotion,Dr. Umakant Panwar(Additional Secretary),2016-06-18,323 +482/bees-4/2016-1(49)/2011,2016-05-18,Notification Promotion,Dr. Umakant Panwar(Additional Secretary),2016-06-18,323 +482/bees-4/2016-1(49)/2011,2016-05-18,Notification Promotion,Dr. Umakant Panwar(Additional Secretary),2016-06-18,323 606/XX(1)-2016-3(2)/2004,2016-05-20,Notification Promotion,Dr. Umakant Panwar(Chief Secretary),2016-06-25,337 606/XX(1)-2016-3(2)/2004,2016-05-20,Notification Promotion,Dr. Umakant Panwar(Chief Secretary),2016-06-25,337 606/XX(1)-2016-3(2)/2004,2016-05-20,Notification Promotion,Dr. Umakant Panwar(Chief Secretary),2016-06-25,337 @@ -5316,6 +7303,7 @@ 913/XV-1/16/2(14)/06,2016-12-09,Notification,R. Minakshi Sundram(Secretary),2017-03-04,197 382/II-2017/06(66)/2016,2017-02-28,Notification,Anand Bardhan(PRINCIPAL SECRETARY),2017-03-11,205 381/II-2017/06(65)/2016,2017-02-28,Notification,Anand Bardhan(PRINCIPAL SECRETARY),2017-03-18,285 +"98/2017/01(100)/XXVII(8)/02,T.C.",2017-03-06,Office Order,Sridhar Babu Addanki(Additional Secretary),2017-03-25,407 320/X-1-2017-14(07)/2017,2017-03-15,Office Order,Jyoti Neeraj Khairwal(Additional Secretary),2017-04-01,419 167/XX-3-2017-13(06)2017,2017-03-25,Notification,S. Ramaswami(Chief Secretary),2017-04-08,425 167/XX-3-2017-13(06)2017,2017-03-25,Notification,S. Ramaswami(Chief Secretary),2017-04-08,425 @@ -5341,11 +7329,14 @@ 411/XX-3-2017-04(55)2003,2017-06-12,Notification,Dr. Umakant Panwar(Chief Secretary),2017-07-01,559 1281/X-1-2017-14(09)/2014,2017-06-08,notice,R.K.Tomar(Joint Secretary),2017-07-08,563 70/VII-1/126-uddhog/2004,2017-07-06,Office Order,S. Ramaswami(Chief Secretary),2017-07-15,567 +663/III-A-13/2016/SLSA,2017-07-11,Notification,Prashant Joshi(Member Secretary),2017-07-22,569 121/2017/XXVII(9)/Mano. kar-24/2010,2017-06-28,Notification,Amit Singh Negi(Secretary),2017-07-29,571 522/XXIV(6)/2017-03(14)/2016 T.C.-I,2017-06-27,Notification,Dr. Ranbeer Singh(Addl Chief Secretary),2017-08-05,575 741/XXIV(6)/2017-12(02)/2014,2017-07-25,Notification,Dr. Ranbeer Singh(Addl Chief Secretary),2017-08-12,581 669/XXIV(6)-01(42)/2015 T.C.,2017-07-14,Notification,Dr. Ranbeer Singh(Addl Chief Secretary),2017-08-19,711 +591/Bees-4/2017-1(33)/2013,2017-07-31,Office Order,R.R. Singh(Joint Secretary),2017-08-26,729 1304/XXXI(1)/2017/Pado.-01/17,2017-08-16,Promotion,Anand Bardhan(Chief Secretary),2017-08-26,763 +591/Bees-4/2017-1(33)/2013,2017-07-31,Office Order,R.R. Singh(Joint Secretary),2017-08-26,729 721/Bees-6/2017-01(09)/2017,2017-07-25,Notification,Vinod Sharma(Secretary),2017-09-02,749 407/XX(1)-2017-2(25)2004,2017-07-21,Advertisement,Vinod Sharma(Secretary),2017-09-02,729 1304/XXXI(1)/2017/Pado.-01/17,2017-08-16,Promotion,Anand Bardhan(Chief Secretary),2017-09-02,763 @@ -5386,6 +7377,7 @@ 955/XX-1-2017-2(31)2003,2017-12-04,Promotion,Anand Bardhan(PRINCIPAL SECRETARY),2018-01-06,1 966/Bees-4/2017-4(Kara)/2016,2017-10-27,Notification,Anand Bardhan(PRINCIPAL SECRETARY),2018-01-13,35 1000/XX-1-2017-3(21)2005,2017-12-14,Advertisement,Anand Bardhan(PRINCIPAL SECRETARY),2018-01-20,43 +807/XX(1)-2017-3(12)2014,2017-12-18,Advertisement,Anand Bardhan(PRINCIPAL SECRETARY),2018-01-27,61 1226/XX(5)/17-3(Ardh. S./2016),2017-12-22,Notification,Anand Bardhan(PRINCIPAL SECRETARY),2018-02-03,83 22/XX-1-2018-7(19)2017,2018-01-12,Advertisement,Anand Bardhan(PRINCIPAL SECRETARY),2018-02-10,95 22/XI/18/53(56)2010,2018-01-09,Appointment,Manisha Panwar(PRINCIPAL SECRETARY),2018-02-17,107 @@ -5429,8 +7421,11 @@ 1501/XXVII-2/18-01(54)2016,2018-09-19,Notification,Nitesh Kumar Jha(Secretary),2018-11-10,687 897/2018/146(120)/XXVII(8)/2008,2018-10-04,Notification,Amit Singh Negi(Secretary),2018-11-17,695 1417/XX-4/2018-8(Fair)/2016,2018-08-30,Notification,Anand Bardhan(PRINCIPAL SECRETARY),2018-11-24,727 +626/XX(5)/18-01 (Ardh. Sai.)/2018,2018-10-10,Notification,Anand Bardhan(PRINCIPAL SECRETARY),2018-12-01,733 +621/XX-8/2018-12(36)2010,2018-10-10,Notification,Anand Bardhan(PRINCIPAL SECRETARY),2018-12-08,807 476/XXXIV/2018-17/su.pro./2018,2018-11-26,Office Order,R. K. Sudhansu(Secretary),2018-12-15,819 1553/III(1)/18-09(Adhi)/05 T.C.-1,2018-10-18,Office Order,Om Prakesh(Addl Chief Secretary),2018-12-22,871 +941/XX(5)/17-05(Ardh.Sa.)/2018,2018-11-06,Correction Letter,Anand Bardhan(PRINCIPAL SECRETARY),2018-12-29,909 1849/II-2-2019-17(24)/2016,2019-12-20,Notification,Dr. BHUPINDER KAUR AULAKH(Secretary),2020-01-04,1 1091/XXIV(6)/2019-106/2010,2019-12-06,Notification,ANAND BARDHAN(PRINCIPAL SECRETARY),2020-01-11,47 2480/VII-A-1/2019/68-Writ/08C.T.,2020-01-02,Office Memorandum,OM PRAKASH(Addl Chief Secretary),2020-01-18,73 diff --git a/generate.py b/generate.py index 32c58c2..df3bb79 100644 --- a/generate.py +++ a/generate.py @@ -1,8 +1,15 @@ import glob import csv +from os import path +import sys + +import urllib3 +from collections import namedtuple from bs4 import BeautifulSoup +from urllib.parse import urlparse, parse_qs,urlunparse import html5lib from datetime import datetime + # New function for pre-processing row_data def preprocess_row_data(row_data): @@ -19,50 +26,116 @@ return row_data +# namedtuple to match the internal signature of urlunparse +Components = namedtuple( + typename='Components', + field_names=['scheme', 'netloc', 'url', 'path', 'query', 'fragment'] +) + html_files = glob.glob("gazettes.uk.gov.in/showgrid*.html") # Step 7: Create a list to store all rows across all files output_data = [] # Define the CSV file header -header = ["GO No.", "GO Date", "GO Description", "Issued by", "Gazette Week Date", "Pg No"] +header = [ + "GO No.", + "GO Date", + "GO Description", + "Issued by", + "Gazette Week Date", + "Pg No", +] -# Step 2: Iterate through each HTML file -for file in html_files: - with open(file, 'r', encoding='utf-8') as f: - # Step 3: Parse the HTML using BeautifulSoup - soup = BeautifulSoup(f, 'html5lib') +# incomplete_links = [] + +# def start_js_scrape(url): + +def parse_html(html): + # Step 3: Parse the HTML using BeautifulSoup + soup = BeautifulSoup(html, "html5lib") + + # Step 4: Extract the id=Datagrid1 table element + table = soup.find("table", {"id": "Datagrid1"}) - # Step 4: Extract the id=Datagrid1 table element - table = soup.find("table", {"id": "Datagrid1"}) + # Step 5: Select all tr child elements and slice to exclude the first and last element + tr_elements = table.find_all("tr")[1:-1] - # Step 5: Select all tr child elements and slice to exclude the first and last element - tr_elements = table.find_all("tr")[1:-1] + # Step 6: Extract and convert td elements to text, creating tuples for each row + rows = [] + for tr in tr_elements: + td_elements = tr.find_all("td") + row_data = [td.get_text(strip=True) for td in td_elements] - # Step 6: Extract and convert td elements to text, creating tuples for each row - rows = [] - for tr in tr_elements: - td_elements = tr.find_all("td") - row_data = [td.get_text(strip=True) for td in td_elements] + # Pre-process the row_data + processed_row = preprocess_row_data(row_data) + rows.append(tuple(processed_row)) - # Pre-process the row_data - processed_row = preprocess_row_data(row_data) - rows.append(tuple(processed_row)) + target = extract_target(table) + form = gen_form(soup, target) if target else None - # Extend the output_data list with the rows from the current file - output_data.extend(rows) + return (rows,form) + +def gen_form(soup, target): + inputs = soup.find_all("input") + data = {} + for input in inputs: + data[input.get("name")] = input.get("value") + data["__EVENTTARGET"] = target + del data['Button1'] + return data + +def extract_target(table): + target = None + links_row = table.find_all("tr")[-1] + current = links_row.find("span") + for link in current.find_next_siblings('a'): + if link.get_text(strip=True).strip().isdigit(): + target = link["href"].split("'")[1] + break + return target + +def file_to_url(filename): + parsed_url = urlparse(filename) + url = urlunparse( + Components( + scheme='https', + netloc='gazettes.uk.gov.in', + query=path.splitext(parsed_url.query)[0], + path='', + url='/showgrid.aspx', + fragment='' + ) + ) + return url + +def iter_html(html): + rows,form = parse_html(html) + yield rows + + # If we need to paginate this section + if form: + url = file_to_url(file) + t = form['__EVENTTARGET'] + response = http.request_encode_body('POST', url, fields=form, encode_multipart=False) + + yield from iter_html(response.data) + +http = urllib3.PoolManager() +# Step 2: Iterate through each HTML file +for file in html_files: + print(f"Processing {file}") + with open(file, "r", encoding="utf-8") as html: + for rows in iter_html(html): + output_data.extend(rows) # Sort the final list by the fifth column (Gazette Week Date) output_data.sort(key=lambda x: x[4]) # Step 8: Dump the final output list into a CSV file -with open("gazette_data.csv", 'w', newline='', encoding='utf-8') as csvfile: +with open("gazette_data.csv", "w", newline="", encoding="utf-8") as csvfile: writer = csv.writer(csvfile) - - # Write the header writer.writerow(header) - - # Write the data writer.writerows(output_data) print("CSV file 'gazette_data.csv' has been created.") -- rgit 0.1.5