You’re registering for:
Discover Nature - Fishing Lessons 1 & 2
Pinewoods Lake
Registration Open   25 of 25 seats remaining
Register

LOCATION & SCHEDULE

Meeting on: Located at:
Start Time End Time
Pinewoods Lake
US Hwy 60
Ellsinore, MO 63937
Get Directions

DETAILS

Equipment, Casting, and Proper Fish Handling. How to Tie a Knot and Bait a Hook.
Additional Information: Instructed by:
Lesson 1: Learn the parts and function of a spin cast fishing rod and reel. How to cast safely and successfully. How to fasten basic tackle to a fishing line. Learn techniques to catch fish and handle it properly. Lesson 2: How to Tie a Knot and Bait a Hook combines instruction with hands-on fishing to teach young anglers and families intermediate fishing techniques and skills. Participants will learn to tie an improved clinch knot and how to properly secure bait on hooks. Participants will be able to take what they learned and go fishing. LuAnn Conway

Cancellation Policies:

You must cancel your registration before Tuesday, November 4, 2025.

Age Policy:

All registrants for this event must be between 7 and 99 years of age by 11/4/2025.

" }); // finally hook up an "OnClick" listener to the map so it pops up out info-window when the marker-pin is clicked! google.maps.event.addListener(marker, 'click', function () { infowindow.open(map, marker); }); }) } } function postData(e) { var emailFrom = $('#txtEmailFrom').val(); var emailMessage = $('#txtEmailMessage').val(); var instructorId = $('#txtInstructorId').val(); var eventId = $('#EventId_Email').val(); if (ValidateEmail(emailFrom)) { $.ajax({ url: '/Event/IndexModal', dataType: "json", type: "POST", data: { 'EmailMessage': emailMessage, 'EmailFrom': emailFrom, 'InstructorId': instructorId, "EventId": eventId }, success: function (data) { $('#testarea').html("All OK"); }, error: function () { $("#testarea").html("ERROR"); } }); $('#myModal').modal('hide'); } } function ValidateEmail(emailAddress) { var emailformat = /.*\@.*\.\w{2,3}/g; if (emailformat.test(emailAddress)) { return (true); } else { $("#invalidEmail").css("visibility", "visible"); return (false); } }