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.0214547   46.6098 
  Argentine Peso    0.0857118   11.667 
  Australian Dollar    0.0235611   42.4428 
  Botswana Pula    0.145062   6.89358 
  Brazilian Real    0.0369849   27.038 
  British Pound    0.0139287   71.7943 
  Brunei dollar    0.0289145   34.5847 
  Bulgarian Lev    0.0326953   30.5855 
  Canadian Dollar    0.0226701   44.1109 
  Chilean Peso    10.6263   0.0941061 
  Chinese Yuan    0.145974   6.85055 
  Colombian Peso    38.7788   0.0257873 
  Croatian Kuna    0.121784   8.21126 
  Danish Krone    0.124457   8.0349 
  Estonian Kroon    0.261565   3.82314 
  Euro    0.0167171   59.819 
  Hong Kong Dollar    0.166745   5.9972 
  Hungarian Forint    4.75602   0.21026 
  Iceland Krona    2.51565   0.397511 
  Israeli New Shekel    0.0809587   12.352 
  Japanese Yen    1.8118   0.551938 
  Kazakhstani Tenge    3.15985   0.316471 
  Kuwaiti Dinar    0.00617252   162.008 
  Latvian Lat    0.0118441   84.4305 
  Libyan Dinar    0.0414591   24.1202 
  Lithuanian Litas    0.0577207   17.3248 
  Malaysian Ringgit    0.0669269   14.9417 
  Mexican Peso    0.279915   3.57251 
  Nepalese Rupee    1.60589   0.622709 
  New Zealand Dollar    0.0299235   33.4185 
  Norwegian Kroner    0.131881   7.58259 
  Omani Rial    0.00824934   121.222 
  Pakistan Rupee    1.83991   0.543505 
  Qatari Rial    0.0780952   12.8049 
  Romanian Leu    0.0715407   13.978 
  Russian Ruble    0.658353   1.51894 
  Saudi Riyal    0.0804552   12.4293 
  Singapore Dollar    0.0288738   34.6335 
  South African Rand    0.154876   6.4568 
  South Korean Won    25.2104   0.0396662 
  Sri Lanka Rupee    2.4179   0.413581 
  Swedish Krona    0.155688   6.42311 
  Swiss Franc    0.021804   45.8631 
  Taiwan Dollar    0.684749   1.46039 
  Thai Baht    0.669052   1.49465 
  Trinidad/Tobago Dollar    0.135455   7.38254 
  Turkish Lira    0.0323142   30.9461 
  Venezuelan Bolivar    0.0921474   10.8522 
using values from Friday, September 03, 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


12784

 


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>