How to retain/recall values of tableLayoutPanel of child form from main form button in C#(Visual Studio) 2010? -


i have 2 questions , need guidance

1) please guide me how retain/recall textboxes values of tablelayoutpanel of child form button click event of parent form in c#.,
scenario , have filled out values in textboxes of tablelayoutpanel in child form , return parent form . if want see/review values of (previously) filled textboxes values of tablelayoutpanel of child form, can that? please suggest me solution.,

2)can redraw rows/columns of tablelayoutpanel dynamically upon changing user input(of rows/columns) . please remember in case need discard previous 1 , redraw tablelayoutpanel on again.please suggest how discard previous one?

thanks , regards,
asad

this answer may partially towards resolving query one.

for second query, can perhaps override onpaint event might mean custom drawing all controls on form, herculean task depending on how many other controls present.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -