asp.net - ASP/C# - insert textbox in new line after other specific element -
i have page set of elements. dropdownlist1
create new textbox under specific element. example, if have (from top bottom):
- label1
- dropdownlist1
- textbox1
- dropdownlist2
- label2
i dropdownlist1 create textbox2 under dropdownlist2 when user selects item in dropdownlist1.
how can accomplish this?
try give texbox2 display="none" property in css , place want. create method, set css property example 'inline-block' after assigning non-default value variable dropdownlist1 set.
Comments
Post a Comment