My ASP.NET page is making postback on web server and not on local host

Posted by Rizwan Aaqil on Stack Overflow See other posts from Stack Overflow or by Rizwan Aaqil
Published on 2010-05-24T09:19:40Z Indexed on 2010/05/24 9:21 UTC
Read the original article Hit count: 267

Filed under:
|
|

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 ?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about AJAX