Results | Home | News | Virtual Election | Special Report Video Gallery | Profile | Schedule
Ndtv cricket

Player will load here




Chouhan, Raman get second term as CM



Shivraj's race to the top job in MP



Uma not disappointed after defeat



BJP retains power in MP



Shivraj Chouhan: The unlikely victor in Bhopal



MP CM Chouhan wins with huge margin



BJP workers celebrate Chouhan's win



Congress party did its best in MP: Narayan Swami



MP results on expected lines: Chari



Mumbai terror attack marred results: Digvijay Singh



BJP will definitely win majority in MP: Shivraj Singh Chouhan



The Development Vote with Kamal Nath
1   2   3   
  Results
  Virtual Election
Float your Party
Get political! Launch your own movement, name your own party for change in Madhya Pradesh.
Ballot Box
Your vote counts! Participate in our online poll to shape the agenda of Madhya Pradesh elections 2008.
Make a Speech
Don't agree with what your leaders are saying? Write a speech that you think should define the mood in Madhya Pradesh.
 
  Your Take
Voices: The assembly polls will give a sense of how the electorate may vote in the Lok Sabha polls due in 2009. Share your views on politics of the nation >>

 


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>