I have created a website in ASP.NET = www.vif-tech.com/BidsOnline
When I am running it on Localhost using Visual Studio 2008, its running perfectly without any postback because I am using Ajax Update Panels (where data is changing constantly). But when I am running from my web server i.e. www.vif-tech.com/BidsOnline, its making postbacks every seconds.
Even I tried changing connection string on my localhost and tried connecting to main database (not on my localhost), it's still making postbacks.
Is there some error in my DB or page ?