Skip to content

Instantly share code, notes, and snippets.

@codereflection
Created August 2, 2010 04:37
Show Gist options
  • Save codereflection/504109 to your computer and use it in GitHub Desktop.
Save codereflection/504109 to your computer and use it in GitHub Desktop.
protected string NameOnCreditCard="";
protected string BillingStAdd="";
protected string BillingCity="";
protected string BillingZipCode="";
protected string BillingState="";
protected string BillingEmailAdd="";
protected string BillingPhNo="";
protected string BillingCardType="";
protected string BillingCardNo="";
protected string BillingExpDate="";
protected string ShippingName="";
protected string ShippingStAdd="";
protected string ShippingCity="";
protected string ShippingState="";
protected string ShippingZip="";
protected string ShippingEmail="";
protected string ShippingPhNo="";
protected string BusinessCardID="";
protected string BillingShippingID="";
protected string BillingShippingDispatchID=string.Empty;
protected string BCardHtmlBlock="";
protected string FlashString="";
protected string EditStatus="";
public string DesignID="";
protected string InitialBackDesign="";
protected RadioButton QuanOne;
protected RadioButton QuanTwo;
protected RadioButton QuanThree;
protected DropDownList OthrQuant;
protected RadioButton PaperOne;
protected RadioButton PaperTwo;
protected CheckBox BCardHolder;
protected CheckBox EBusinessCard;
protected Button UpPrice;
protected DropDownList DropDestination;
protected RadioButton DelSpeedOne;
protected RadioButton DelSpeedTwo;
protected RadioButton DelSpeedThree;
protected RadioButton DelSpeedFour;
protected RadioButton PayByCreCard;
protected DropDownList creditcardtype;
protected TextBox CrCardNumber;
protected DropDownList Month;
protected DropDownList Year;
protected TextBox txtInitial;
protected ImageButton Complete;
protected string FinalBackDesign="";
protected string QuantitiyValue="";
protected string PaperValue="";
protected string BusinessCardHolderValue="";
protected string EBusinessCardValue="";
protected string DSpeedValue="";
protected string QuantityCount="";
protected string CustomizeCharge="";
protected string SubTotal="";
protected string TotalValue="";
protected string ExpDate="";
protected string DSpeedText="";
public string FrontCardView=string.Empty;
public string BackCardView=string.Empty;
protected TextBox txtTotal;
protected HtmlGenericControl divQuantity;
protected HtmlGenericControl divQuantityPrice;
protected HtmlGenericControl divsubtotalQuantityPrice;
protected HtmlGenericControl divPaperValue;
protected HtmlGenericControl divPaperPrice;
protected HtmlGenericControl divSubtotalPaperPrice;
protected HtmlGenericControl divSubTotalPaperQuantity;
protected HtmlGenericControl divSpeedText;
protected HtmlGenericControl divSpeedPrice;
protected HtmlGenericControl divTotalPrice;
protected Label status;
public string strMailMessage=string.Empty;
protected string UserID="";
public string strFirstName=string.Empty;
public string strLastname=string.Empty;
protected Panel pnlexcludePaperOption;
protected Panel pnlExcludeContent;
public string strCompanyName=string.Empty;
@codereflection
Copy link
Author

Yes, these are the fields to a page class in this application... sigh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment