I dun think anyone can help you with this problem if you dun show your
code to us.
Previous message:
> I have an aspx page with a datagrid.
I> populate the datagrid by binding it to a datatable.
N> ow this datatable, i save it as a session.
N> ow the problem
1> . I have a delete button on the datagrid.
2> . When i click on to the delete button, it raises an event and that
gets
f> ired. Typically the sequence i should get on the server is (Page_load -
>
E> vent Procedure)
3> . Now what is happening is i am getting the sequence (page_load ->Event
p> rocedure . And then again Page_load). This time however, in the second
p> age load, the IsPostBack is false and then it goes through my
i> nitialisation routines also.
> I have tried this method in other pages but it works, but not in a
p> articular page.
I> hope, the point i am making is clear.
> Question , why the second page_load with the IsPostBack as false??