Hi All,
I have a page SalesTransaction.aspx
I need to redirect to this page using url like [DomainName]/SalesTrans/{code}
{code} is used as TransactionId.
So, when I hit that URL it goes to SalesTransaction.aspx page with TransactionId parameter for particular sales transaction.