D
DirkDiggler
Hi
In Page_Load event I retrieve data from db and put them
into text controls. When I change some data and then
press the Send button, first the Page_Load is called, and
then method for Send button, in which I put data into db.
I cant change anything because every time I press Send,
first Page_Load is called and its discards every changes I made.
How to get around this?
Thanks in advance for any advice.
Lu
In Page_Load event I retrieve data from db and put them
into text controls. When I change some data and then
press the Send button, first the Page_Load is called, and
then method for Send button, in which I put data into db.
I cant change anything because every time I press Send,
first Page_Load is called and its discards every changes I made.
How to get around this?
Thanks in advance for any advice.
Lu