Texture change not showing up with dynamic texture

I created a dynamic texture and set my parent material up with a TextureSampleParameter2D. I then set my dynamic material’s texture parameter value to my new texture and set my material to my dynamic material yet I see no differences in the texture of my material when I run my application. Did I miss a step?

I found that my parameter name must be the same as my reference material’s parameter name.