Home | News | Exclusives | Beyond Science | Videos | Photo Gallery
  News
NASA to confirm presence of water on moon
NDTV Correspondent
Chandrayaan-1 brought back clinching evidence of a wet moon, and now NASA is trying to confirm presence of water ice on the lunar pole.
Other Headlines
 Water on the moon is India's big find: K Kasturirangan
 More water on moon than expected: ISRO
 NASA announces discovery of water on moon
 Chandrayaan's big discovery, water on the moon
  Web Exclusives
  India over the moon
Chandrayaan's launch was a new dawn for India, which showcased India's technological prowess at its best.
 
  Destination Moon, Mars and beyond
ISRO chairman Madhavan Nair hopes that Chandrayaan-2 will fly to the moon, reach the moon, do its objectives.
 
  S. K. Shivkumar on talking to Chandrayaan
Mr. S.K. Shivkumar is director of the ISRO satellite tracking system, somebody who will continuously talk to the Chandrayaan satellite.
 
  (E)N-powered India races to the moon
India having broken its nuclear shackles after getting its way with the nuclear deal inked, the country is now racing to reach the moon.
 
  Manuel Grande on the CIXS instrument
Dr. Manuel Grande is the principal investigator on the Chandrayaan-1 X-ray Imaging Spectrometer or the CIXS instrument.
 

 


Runtime Error

Server Error in '/convergence' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>