Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Datagrid: slow postback

Status
Not open for further replies.

olypost

Programmer
Apr 15, 2005
43
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top