I want to use panelbar's datafield ID (for example ID field of database) with javascript. according to value I will call 'location.href=....' script. It must be javascript because I need to change iframe content so I cannot use navigationurl field.
function onClicking(sender, eventArgs)
{
alert("The " + eventArgs.get_item().get_text() + " item has been clicked");
}
works but I need DataFieldID
I searched helps and forums but couldn't find anything...
Any sample please ??*