Link to home
Start Free TrialLog in
Avatar of dprasad
dprasad

asked on

Creating a dynamic url based on repeater value

I'm trying to make a dynamic link from a repeater like this:

<a href="property.aspx?id=<%# DataBinder.Eval(Container.DataItem, "id")%><img src="../buttons/info_button_06.gif" width="82" height="22" border="0"></a>

which doesn't work, any ideas?
TIA
D

ASKER CERTIFIED SOLUTION
Avatar of b1xml2
b1xml2
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dprasad
dprasad

ASKER

ahh yes, thats interesting