I am creating my own custom control which has a collection property named "Columns". I have problem with managing the state of the property, I implemented SaveViewState,LoadViewState,TrackViewState,IsTrackingViewState but SaveViewState and LoadView state won't execute. what is the problem ?

link|improve this question
What is your error you get ? – Aristos Jun 19 '11 at 10:29
No error,I put break point in all of these faunctions and they just won't execute . – navidzzz Jun 19 '11 at 12:08
Why not use just this ? ViewState["AStateName"] = value; – Aristos Jun 19 '11 at 12:21
probably you call it in wrong trigger... – Aristos Jun 19 '11 at 12:22
Because the object (collection) is not marked as serializable so can not be saved in viewstate . – navidzzz Jun 20 '11 at 4:27
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.