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.0220348   45.3828 
  Argentine Peso    0.0859819   11.6304 
  Australian Dollar    0.0240505   41.5791 
  Botswana Pula    0.149287   6.6985 
  Brazilian Real    0.0391056   25.5718 
  British Pound    0.0147557   67.7704 
  Brunei dollar    0.0308289   32.4371 
  Bulgarian Lev    0.0316646   31.581 
  Canadian Dollar    0.0226161   44.2164 
  Chilean Peso    11.428   0.0875047 
  Chinese Yuan    0.150406   6.64866 
  Colombian Peso    41.6424   0.024014 
  Croatian Kuna    0.117638   8.50069 
  Danish Krone    0.120473   8.30065 
  Estonian Kroon    0.253321   3.94757 
  Euro    0.0161901   61.766 
  Hong Kong Dollar    0.170978   5.84872 
  Hungarian Forint    4.32067   0.231446 
  Iceland Krona    2.81144   0.35569 
  Iranian Rial    220.348   0.00453828 
  Israeli New Shekel    0.0824634   12.1266 
  Japanese Yen    1.99398   0.50151 
  Kazakhstani Tenge    3.2433   0.308328 
  Kuwaiti Dinar    0.00635703   157.306 
  Latvian Lat    0.0114626   87.2401 
  Libyan Dinar    0.0425793   23.4856 
  Lithuanian Litas    0.0559014   17.8887 
  Malaysian Ringgit    0.0731777   13.6654 
  Mauritius Rupee    0.674042   1.48359 
  Mexican Peso    0.277993   3.59721 
  Nepalese Rupee    1.60479   0.623133 
  New Zealand Dollar    0.0311854   32.0663 
  Norwegian Kroner    0.129724   7.7087 
  Omani Rial    0.00847237   118.031 
  Pakistan Rupee    1.8561   0.538763 
  Qatari Rial    0.0802066   12.4678 
  Romanian Leu    0.0662987   15.0833 
  Russian Ruble    0.652163   1.53336 
  Saudi Riyal    0.0826304   12.1021 
  Singapore Dollar    0.0308196   32.4469 
  South African Rand    0.163067   6.13245 
  South Korean Won    24.9165   0.0401341 
  Sri Lanka Rupee    2.51423   0.397735 
  Swedish Krona    0.157336   6.35583 
  Swiss Franc    0.0236667   42.2535 
  Taiwan Dollar    0.701592   1.42533 
  Thai Baht    0.720623   1.38769 
  Trinidad/Tobago Dollar    0.139581   7.16431 
  Turkish Lira    0.0338908   29.5065 
  Venezuelan Bolivar    0.0946341   10.567 
using values from Wednesday, March 10, 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


11345

 


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>