Does it have to use jquery? You can do that with selectedindexchanged event on the crontol and show or hide the controls based on that. Using an update panel can "hide" the postbacks.
You can just keep ur controls what u wanted to use for each item selection of drop downlist in indivudual DIV's and initially hide all the DIV's, show/Hide the DIV's based on the item u selected in the dropdown list.
nadellakales...
Member
70 Points
128 Posts
Asp.net Control Show Using Jquery
Mar 13, 2012 05:01 PM|LINK
My requirement is when i am select the Dropdown list Items like 'Text ' ,'Image' and 'Video'
while select the Text it will show one Multiline textbox ,going to be show and allow to enter the text.
and select the Image it will show one upload control,and for video it will again show upload control.
using JQuery the SelectIndexChanged Event going to be Implemented using jquery
Please help me
jqueryasp.net
DarthSwian
Star
12771 Points
2361 Posts
Re: Asp.net Control Show Using Jquery
Mar 13, 2012 05:24 PM|LINK
Does it have to use jquery? You can do that with selectedindexchanged event on the crontol and show or hide the controls based on that. Using an update panel can "hide" the postbacks.
Seek and ye shall find or http://lmgtfy.com/
balajinarni4...
Member
58 Points
62 Posts
Re: Asp.net Control Show Using Jquery
Mar 14, 2012 07:06 AM|LINK
You can just keep ur controls what u wanted to use for each item selection of drop downlist in indivudual DIV's and initially hide all the DIV's, show/Hide the DIV's based on the item u selected in the dropdown list.