Thanks for the link.
Now I've tried the following and it still doesn't work:
However, the article does point out that the event handler needs to be associated on every page visit. However, my ImageButton control is added to a table in a Repeater and occurs in the following event:VB Code:
AddHandler ibPOD.Command, New CommandEventHandler(AddressOf Me.lnkViewJob_Command)
Perhaps therin lies the problem? I don't know how to get around it though....VB Code:
Private Sub Repeater1_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.RepeaterItemEventArgs) Handles Repeater1.ItemDataBound![]()





Reply With Quote