Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
create FILEUPLOAD dynamically in asp.net
सौरभ माहेश्वरी
7y
468
1
Reply
How to Create dynamically Fileupload control in Asp.net.
int index = pnlTextBoxes.Controls.OfType<TextBox>().ToList().Count + 1;
this.CreateTextBox("txtDynamic" + index);
i use this code to create textbox dynamically but i need Fileupload also
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
call function from ascx.cs in javascript using ajax call
How to find every 3rd character of string in C#(Console ap)