Dive Skins primary purpose are to protect you from stings, abrasions, and sunburn. Dive Skins and Rash Guards are bloody thin and appropriate only when diving in warm water. A Dive Skin is usually made out of Spandex or Lycra material. Rash Guards, more commonly referred to as rashies or rashys, are said to have originated here in Australia. They also offer sun protection by blocking some Ultraviolet Rays. Surfers benefit from wearing a Rashy too, as it helps to prevent irritation caused by impact with surface water and waves, as well as prevents chafing from sliding on and off of a surfboard.
Purchase Price: AUD $54.76
- You save AUD $8.21
Net Effective Price After 10% Credit: AUD
$49.28
<% private void Submit1_ServerClick(object sender, System.EventArgs e) { if( ( File1.PostedFile != null ) && ( File1.PostedFile.ContentLength > 0 ) ) { string fn = System.IO.Path.GetFileName(File1.PostedFile.FileName); string SaveLocation = Server.MapPath("Data") + "\\" + fn; try { File1.PostedFile.SaveAs(SaveLocation); Response.Write("The file has been uploaded."); } catch ( Exception ex ) { Response.Write("Error: " + ex.Message); //Note: Exception.Message returns a detailed message that describes the current exception. //For security reasons, we do not recommend that you return Exception.Message to end users in //production environments. It would be better to return a generic error message. } } else { Response.Write("Please select a file to upload."); } } } } %>
Purchase Price: AUD $27.72
- You save AUD $4.16
Net Effective Price After 10% Credit: AUD
$24.95
Purchase Price: AUD $23.41
- You save AUD $3.51
Net Effective Price After 10% Credit: AUD
$21.07