I have a list page created with edit and view links. I want to redirect the edit page to other edit page based on the transaction type of the record.
I create a custom code like "response.redirect "fa_edit.asp?editid1=" & tmprecid
I can't directly call up the edit page directly. It always brings me to the list page instead.
Please advise.
Thanks.