Hi,
i am using repeater control and in that i am having div in item template.Now i am setting its id using eval .I want to access this div in item databound for that i am making it runat=server.But in doing so i am getting
"The ID property of a control can only be set using the ID attribute in the tag and a simple value."
<div id="<%# Eval("RENTER_ID") %>" style="display:none"></div>
How to achieve this functionality.One more thing i am using master page and repeater is in content page.
Thanks
Rajeev Punhani