T
Tomasz
Hello,
I'm a newbie in ASP.NET and i have following problem.
I've got two separate pages. On the first one i have a list of workers,
which is read from mdb database and a button with event
Response.Redirect("SecondPage"); so after i press this button I'm
redirected to the second one.
On the second one there is a simple form and a button which is saving
form contents into the database and redirects me back to the first page
(with redirect method). The problem is when I'm going back to the first
page, this page is not reading data from database (where is new row
added), but it's showing previous contents. If i will press F5 in my
browser then, it will read new data. Maybe i should yous another method
than "Redirect" ? Or, what could be a problem ? Thanks in advance!
I'm a newbie in ASP.NET and i have following problem.
I've got two separate pages. On the first one i have a list of workers,
which is read from mdb database and a button with event
Response.Redirect("SecondPage"); so after i press this button I'm
redirected to the second one.
On the second one there is a simple form and a button which is saving
form contents into the database and redirects me back to the first page
(with redirect method). The problem is when I'm going back to the first
page, this page is not reading data from database (where is new row
added), but it's showing previous contents. If i will press F5 in my
browser then, it will read new data. Maybe i should yous another method
than "Redirect" ? Or, what could be a problem ? Thanks in advance!