Invalid object name 'ndtv.dbo.photogallerymaster'. NDTV.com: Indian Americans rooting for Obama
  News
Indian Americans rooting for Obama
Indian Americans rooting for Obama
Barkha Dutt
Monday, November 03, 2008 10:15 PM (New York)

In New York there is already something celebratory in the air. This liberal melting pot of a city is Obama country. Here they say they don't even need to wait for the election day to know who the next President is.

They're certain that America has a date with both change and hope.

Poll after poll has declared advantage Obama and his supporters seem convinced that the elections are a mere formality.

But is it that easy? A new poll shows that a large section of Asian Americans remain undecided, among them is the Indian American community.

Traditionally, Indian Americans have been pro-Democrats. This time there is a new factor. There is a regime that has been great for India. But will this make any difference on the election day?

In a corner of New York, which the migrants from Punjab and hoteliers from Chennai call home, they are still leaning firmly towards Obama.

A handful of voters though are confused. Like Surinder Singh, a cabbie who left Jalandhar for New York 25 years ago.

A registered Democrat for years he now says the Republicans did much more to bring India and America closer.

"During the earlier government there was hardly any contact between India and America. Bush gave a new direction to the relationship," said Surinder Singh.

But here lies the rub. What's good for India may not be good for Indian Americans and the other way around too.

Indian Americans say the Democrats are friendlier towards immigrants.

Indians worry that Obama's protectionist economic policy won't be so friendly towards Indians who live outside America.

Newspaper editorials in India worry about whether Obama will meddle in Kashmir.

In little India, New York, Indian Americans are dreaming of the White House.

"I think the biggest thing that Obama has done is given second generation Indians a level playing field. Earlier, it used to be that so and so can't be President now our children know that while we cant they can be President," said Deepak Nandy.

And so even if New Delhi loved George W Bush, New York is putting its hands up for Obama.


Rate The Story :
 
Other News
Other News records not found.
  Poll Grind

Primary results Electoral process Calendar of events
  Views and Analysis
  Have Your Say

 


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>