Posted on: 2/13/2015 6:08:29 PM | Views : 516

Hi, 
I do receive always same value when using this code : 
<%@ Control Language="VB" AutoEventWireup="false" CodeFile="WizardConfirmation.ascx.vb" Inherits="WizardConfirmationControl" %> <h2>Thank You</h2> Your request has been successfully submitted to Finance. <hr /> Your order number is: <%=Context.Items("ID")%> <br /> Partial Class WizardConfirmationControl Inherits WizardStepControl Protected Overrides Sub InitializeControl() AnnounceForwardNavigationComplete() End Sub End Class
Any help please. 
Thanks

Go to the complete details ...