Connecting Tech Pros Worldwide Forums | Help | Site Map

Pagepostback.....strange problem

Newbie
 
Join Date: Sep 2006
Posts: 1
#1: Sep 15 '06
[02/03] Pagepostback.....strange problem

Hi,
I am at cient place and getting very strange problem with my asp.net application............when i call my web application from any desktop machine in lan it's working fine(even from my laptop it's working fine) but when i called it from the any of the client LAPTOP (HP make) having Window XP Prfession ver 2002 i am get the main page properly,but when i click on any of the image button/link button (on click of this i am calling response.redirect("Page..") ) nothing get's happend.
I check for firewall and Antivirus but nothing is there........


Also when i click any where on page it get's postback.I also noticed that when i click on image button/link button 4-5 times continously i get the redirected page..........

and this problem is occuring in all client Laptop........

When i traced the iis log for the request sent i got this...

Request From Laptop......
14:21:23 10.110.2.63 GET /tepedmts/DSSMainPage.aspx 200
14:21:25 10.110.2.63 POST /tepedmts/DSSMainPage.aspx 200 (Here i click on button)

Request From normal machine where it works fine...

14:22:20 127.0.0.1 POST /TEPEDMTS/DSSMainPage.aspx 302
14:22:20 127.0.0.1 GET /TEPEDMTS/DocumentReport.aspx 200


the pages on which probelm occurs (i.e gets post back when i click anywhere) are opening in IFrame.......is this has anything to do with this??


Can anyone explain me this weired behaviour and what could be the solution...


Thanx,
Ritesh

Reply