J
Jason
Hi all
I am building a page dynamically on Page_Load. using Table web controls for
this.
the web page builds up and loads up and displays ok. but as soon as there is
a post back of any sort, all my dynamic building is gone. the page reverts
back to it's "original" design time state.
i have a OK button, that when the user clicks on this button, it will go and
get data from the dynamically built page. but obviously i cant do that,
because the dynamically built page is now gone, due to the post back.
how do i get around this?
Thanks
Jason
I am building a page dynamically on Page_Load. using Table web controls for
this.
the web page builds up and loads up and displays ok. but as soon as there is
a post back of any sort, all my dynamic building is gone. the page reverts
back to it's "original" design time state.
i have a OK button, that when the user clicks on this button, it will go and
get data from the dynamically built page. but obviously i cant do that,
because the dynamically built page is now gone, due to the post back.
how do i get around this?
Thanks
Jason