how to retain values of dynamically created table after postback..the problem is that everytime the postback is happen the dynamically created control disappear.
on my code:
i create dynamic table when user select into dropdown the functions are
-BindGrid();
-FinancialSKU();
-DynamicSKU();
-DynamicLinkSKU();
the remedy i did is that i call those function everypostback happen but it is not good because displaying of data are so slow ..T_T please help.
Loading

Replies
Know the answer? Post it — somebody with the same question will find it here.