Group: Forum Members
Posts: 533,
Visits: 2K
|
Hi,
I have problem as below
Case 1
1. User navigate to my aspx.
2. User click edit button to edit record.
3. Program call BO.Edit().
4. Controls are enabled for editing.
5. User refresh web page.
6. Dialog prompted to ask whether to "retry".
7. Click yes will cause "no edit is allow".
Case 2
1. User navigate to my aspx.
2. User click Add button to Add record.
3. Program call BO.Add().
4. Controls are enabled for Adding.
5. User navigate to other page and back.
6. ASPX back to "idle" mode.
7. If user click add again and save, "rubbish" would be saved as well.
How do you handle this kind of program usually?
Thank you
|