I have a datagrid with a column that holds my button columns: update, edit and cancel. I'm able to get them to work, no problem.
My problem is, for some reason, when I click any of the 3 linkbuttons, the page momentarily shows a blank rectangle (only for a split second, seems to be a <div> or something) before it starts to refresh the page. I would like to figure out and get rid of this annoying way the page renders in my datagrid if possible. It's definitely noticeable and it seems like it's avoidable.
Set breakpoints and ran debug, but couldn't figure out what's causing this behavior. Has anyone encountered something like this before?? I would post code if I had a better clue as to what causes this.
Thanks
My problem is, for some reason, when I click any of the 3 linkbuttons, the page momentarily shows a blank rectangle (only for a split second, seems to be a <div> or something) before it starts to refresh the page. I would like to figure out and get rid of this annoying way the page renders in my datagrid if possible. It's definitely noticeable and it seems like it's avoidable.
Set breakpoints and ran debug, but couldn't figure out what's causing this behavior. Has anyone encountered something like this before?? I would post code if I had a better clue as to what causes this.
Thanks