Authorize fail. Please contact voloper.com for detail reservation_client_register Untitled Document <% String dsn = ConfigurationSettings.AppSettings["dsn"]; DBLayer.DBLayer m_DBLayer = new DBLayer.DBLayer(dsn); String strSQL = "sp_top_category_get"; SqlParameter[] myParams = { m_DBLayer.CreateSqlParameter("@language_id", SqlDbType.Int, 4, ParameterDirection.Input, 1) }; String xml = ""+m_DBLayer.RunSQLReturnXML (strSQL, myParams, true); int order_id; if (Request.Cookies["order_id"] != null && Request.Cookies["order_id"].Value != string.Empty) order_id = Convert.ToInt32(Request.Cookies["order_id"].Value); else order_id = 0; strSQL = "sp_shop_cart_xml"; SqlParameter[] myParams2 = { m_DBLayer.CreateSqlParameter("@order_id", SqlDbType.Int, 4, ParameterDirection.Input, order_id) }; xml += m_DBLayer.RunSQLReturnXML (strSQL, myParams2, true); xml += ""; XmlDocument doc = new XmlDocument(); doc.LoadXml (xml); %> ]]>
<% if (doc.SelectSingleNode ("/root/shopcart/item") != null) Response.Write (doc.SelectSingleNode ("/root/shopcart/item").InnerText); %> <% if (doc.SelectSingleNode ("/root/symbol") != null) Response.Write (doc.SelectSingleNode ("/root/symbol").InnerText); if (doc.SelectSingleNode ("/root/shopcart/subtotal") != null) Response.Write (doc.SelectSingleNode ("/root/shopcart/subtotal").InnerText); %>

Client Registration | View Events | View Packages | Event Type Descriptions | Search Events/Packages
Login
Please fill in your information, this information is used when you register for an event. You will need to remember your username and password in order to log on to the system and register for an event or view your reservations.
* = Required Fields


 
First Name*  
Last Name
Login Name*     
Password *  
Confirm Password *   
Email Address *  
Address
Address 2
City
State
Zip
Country
Phone
Fax
Credit Card Type
Credit Card Number
Name on Credit Card
Credit Card Expiry Date