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
Devendra Kumar
NA
517
243.6k
dynamic create text box value insert into database c#
Apr 25 2016 3:21 AM
hi frnd i have a problem:
first i select drop down list value like 1 then create 2 text box
i select drop down list value like 2 then create 4 text box
suppose select 1 then create 2 text box and in which insert value like
first- director name
second - Din
if i select 2 then create 4 text box but insert same:
first row two text box - director name1 and mobile number1
Second row two text box - director name2 and mobile number2
but insert single column like
foreach{
objadmin.director=txt.text;
objadmin.din=txt.text;
}
Attachment:
admin.rar
Reply
Answers (
1
)
how to split one table into 2
Session expiration in C# .Net MVC