ajax postback causing Page reload after normal events life cycle

G

Guest

Hi,

I have the following problem in asp 1.1. On my web page, when I click on a
menu, a postback is generated. On the post back, I create dynamically with
LoadControl a WebGrid (from InterSoft) that I want to display back. And it
works.

But this grid generate “asynchronous postbacks†when the user update a line
on the grid. I catch on server side this postback and IsPostback is true has
expected. I go through the entire expected event up to PreRender. But after
that, the whole page seem to load again, IsPostback is false and I go trough
all events again before going finally on client side

So after the asynchronous postback generated by the grid, I get my initial
page and everything is lost. I don’t know why the page load again, it was
working initially (I used to make work those ajax postback) but obliviously I
changed something that make my page going like this.

Some one has an idea? Thanks
 
G

Guest

Since the Remote Scripting client callback (or, "AJAX") mechanism is
different for each vendor, I'd suggest the first place to go is the control
vendor's site or help forums. If you are having the issue, most likely others
have too and that's where you would have the highest chance of getting an
answer specific to that vendor's control.
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,562
Members
45,038
Latest member
OrderProperKetocapsules

Latest Threads

Top