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.8k
select drop-down value dynamically create text box c#
Apr 23 2016 2:24 AM
hi friend:
i want to select drop down value create text box like:
<asp:DropDownList ID="slct" runat="server">
<asp:listitem Value="1">1</asp:listitem>
<asp:listitem Value="2">2</asp:listitem>
<asp:listitem Value="3">3</asp:listitem>
</asp:DropDownList>
select on create on text box
and select 2 then create two text box ...
Reply
Answers (
2
)
calling modal popup from another page based on parameter
javacript Created textbox values into database using C#