ListView binds newly inserted record but it dosn't display...
Posted
by Abe Miessler
on Stack Overflow
See other posts from Stack Overflow
or by Abe Miessler
Published on 2010-03-17T23:18:35Z
Indexed on
2010/03/17
23:21 UTC
Read the original article
Hit count: 255
I have a breakpoint set in my OnItemDataBound event code. When i step through each record i'm binding i see my newly added record with all the correct data last but it doesn't display when everything is done. Is there anything else i need to do to get the new record to show?
© Stack Overflow or respective owner