Hi guys, I am having this problem, I am using this CompositeControl that is using one instance of the LinkButton, the problem is that when I render my Control, my link button is not being displayed correctly, taking a look at the HTML Code I see I get something like:
<a id="m1__linkButton">Menu 1</a>
As you can see, there is no "href" data even though I did set my PostBackUrl
property... any ideas??
Juan M. Oviedo
