J
jim
My web page is very complex, contains 2 user controls and
many web/html controls, repeater, datagrid and more. In
order not to load this heavy page every time the user
clicks on a button I used the "if not ispostback then...".
The page works ALMOST great. The problem is - when the
user changes some data, and click submit, the data changes
in the sql server, but the page still show the old data.
What am I missing here??
Thanks
many web/html controls, repeater, datagrid and more. In
order not to load this heavy page every time the user
clicks on a button I used the "if not ispostback then...".
The page works ALMOST great. The problem is - when the
user changes some data, and click submit, the data changes
in the sql server, but the page still show the old data.
What am I missing here??
Thanks