Hi hoolz,
I have a status page where i can allow the user to create
a duplicate reocrd if i have only one record exist.If already two record are there i won't allow the user to create another.
Suppose when the user navigate to status page first time,
there is only one record. He created the second one.Now you have two records. Again if he uses the 'Back' button
he can create one more duplicate record( but not as we wish), because previous page is not refreshed and allowed him. I think u understood my problem.
kann