Hello all,
im making a dynamic .NET page which reads downloads from a XML file.
there are two controls that have handlers, a category switcher and a download streamer (so people cant surf directly to the file).
these controls are built out of multiple LinkButtons all having the same event but different ID's
the controls are linkbuttons, not sure if that gives any troubles.
when i open the page i have to include a showItems(categ ory); otherwise the handlers of the download streamer dont trigger (not created?).
i tried creating a dummybutton or a ghost button but nothing worked unless i showed a category on the first page.
any idea to get their fixed handler attached to the buttons?
im making a dynamic .NET page which reads downloads from a XML file.
there are two controls that have handlers, a category switcher and a download streamer (so people cant surf directly to the file).
these controls are built out of multiple LinkButtons all having the same event but different ID's
the controls are linkbuttons, not sure if that gives any troubles.
when i open the page i have to include a showItems(categ ory); otherwise the handlers of the download streamer dont trigger (not created?).
i tried creating a dummybutton or a ghost button but nothing worked unless i showed a category on the first page.
any idea to get their fixed handler attached to the buttons?
Comment