nested controls within a repeater control (asp.net sorry i posted in wrong forum )
Please answer this anyway - sorry my fault i posted in wrong forum
Hey all ok here goes
i have a repeater control and in my header i have an image which kinda acts as a button (but i dont want a button) here if the user clicks this they go to the further results page.
im binding the repeater to my dataset and in the code behide i have something like
If dsResult.tables(0).rows.count > 20 then
me.showMoreButton.visable = true
else
me.showmorebutton.visable = false
end if
i have tried using a panel, and image within a repeater but they all come up saying
showMoreButton is not a member of ProjectNAME.PageName
Any ideas