TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
सौरभ माहेश्वरी
NA
181
16k
create FILEUPLOAD dynamically in asp.net
Jan 4 2017 8:16 AM
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
Reply
Answers (
1
)
call function from ascx.cs in javascript using ajax call
How to find every 3rd character of string in C#(Console ap)