c# - How to force an asp.net control to reload the postback data? -
what best practice force postback data , viewstate data re-loaded on code behind?
the reason ask is, have 1 gridview generated dynamically , when structure generated postback data loaded , want forse asp.net reload postback data once have gridview structure generated.
how can achieve this?
thanks
i don't think possibe, it's not necessary anyway. need build gridview structure @ earlier page event (eg oninit
).
Comments
Post a Comment