Custom Datagrid Help! Header disappears on Post Back!
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, I am creating a custom Datagrid but on any postback all of the text for the Header disappears! If I do a "this.Parent.Page.DataBind()" the header reappears...but I lose all of the data changes that were made to the datagrid! Any ideas as to why a postback would clear out my header? And how I can fix this? Many thanks in advance! BTW, Mihir, I really appreciate all of your help... your suggestions for my other problem helped alot and that part is working now :o)