I am attempting to use a datalist to display some content. In order to get the values I need I have to grab it from a label on the page using the findcontrol method. The issue I'm running into is t...
My (simplified) scenario is:Parent page contains a textbox and a cmsrepeater. The cmsrepeater contains a button.When the button for a displayed entry in the cmsrepeater is clicked, I have to get th...