How to Create dynamically Fileupload control in Asp.net.
int index = pnlTextBoxes.Controls.OfType().ToList().Count + 1;
this.CreateTextBox("txtDynamic" + index);
i use this code to create textbox dynamically but i need Fileupload also
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Chetan RanpariyaPosted Jan 4, 2017, 8:39 AM