ASP.net find control within dynamic table

 Following way can be used to find a control within dynamic content by casting .

TextBox tb1 = (TextBox)tableDynamicFeilds.FindControl(pair.Key.ToString());

Comments

Popular posts from this blog

ENOENT: no such file or directory, rename : node_modules/async

react-quill Integrate quill-image-resize-module