idhi mana prapancham
 
 Home |  About us  |  Cricket Ball/Ball  |  NEWSPAPERS  |  Tell a Friend  |  Contact/Feedback
 
Web Search

     

Job Search

 
 
 

Regional NEWS
AndhraTamilnaduKeralaKarantakaNational



Weather

World Clock


Currency Information
 Indian Rupee
 1 INR   in INR 
  American Dollar    0.0213629   46.8102 
  Argentine Peso    0.0832707   12.009 
  Australian Dollar    0.0246278   40.6046 
  Brazilian Real    0.0401184   24.9262 
  British Pound    0.0136863   73.0658 
  Bulgarian Lev    0.0305532   32.7298 
  Canadian Dollar    0.0228704   43.7246 
  Chilean Peso    11.5652   0.0864667 
  Chinese Yuan    0.145838   6.85694 
  Colombian Peso    42.8539   0.0233351 
  Croatian Kuna    0.114391   8.74196 
  Danish Krone    0.116292   8.59903 
  Estonian Kroon    0.24443   4.09116 
  Euro    0.0156218   64.013 
  Hong Kong Dollar    0.166002   6.02401 
  Hungarian Forint    4.27883   0.233709 
  Iceland Krona    2.745   0.364299 
  Israeli New Shekel    0.0796414   12.5563 
  Japanese Yen    1.90696   0.524395 
  Latvian Lat    0.0110728   90.3117 
  Libyan Dinar    0.041281   24.2242 
  Lithuanian Litas    0.0539391   18.5394 
  Malaysian Ringgit    0.0735212   13.6015 
  Mexican Peso    0.281396   3.55371 
  New Zealand Dollar    0.0311092   32.1448 
  Norwegian Kroner    0.127638   7.83464 
  Omani Rial    0.00821402   121.743 
  Pakistan Rupee    1.81712   0.550322 
  Qatari Rial    0.0777608   12.8599 
  Romanian Leu    0.0646276   15.4733 
  Russian Ruble    0.651525   1.53486 
  Saudi Riyal    0.0801107   12.4827 
  Singapore Dollar    0.0303844   32.9116 
  South African Rand    0.165743   6.03344 
  South Korean Won    25.0356   0.0399432 
  Sri Lanka Rupee    2.45024   0.408124 
  Swedish Krona    0.158743   6.29949 
  Swiss Franc    0.0229001   43.6679 
  Taiwan Dollar    0.686541   1.45658 
  Thai Baht    0.709029   1.41038 
  Trinidad/Tobago Dollar    0.135315   7.39017 
  Turkish Lira    0.032573   30.7002 
  Venezuelan Bolivar    0.0917317   10.9014 
using values from Monday, February 08, 2010



International Stocks


Bullian Information

Live Gold Quotes

Live Silver Quotes


Home  |  About Us  |  Contact Us  |  Disclaimer  |  Privacy Policy  |  Advertise on this SITE

Copyright © 2007, iPrapancham - All Right Reserved


10902

 


Runtime Error

Server Error in '/' 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>