Hi, I have data table that I create dynamically and add linkbuttons to then add the whole thing to a asplaceholder. now when I get to the page, I click on a cell and it posts back, hits init and load then comes back. the second time i click on it, it posts back hits init and load then hits my onclick event, then hits init and load again and out. I'm creating and binding in the onload every time, but I"ve tried putting it in the oninit and the onload and it doesn't help. This is really quite a basic thing, on load get dataset, create table add controls and event add datatable to placeholder and it's done, I can't figure out why it's only hitting the click event every other time. And sometimes it fires on the first time into the page but not the second and then everyother one. very odd. Anyway, any help would be greatly appreciated.