0
Answer

How to retain values of dynamicaly created controls postback

Photo of mary jean ligas

mary jean ligas

11y
977
1
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.

 

Attachment: new folder.zip

Answers (0)