there is a combo box in my form.when i am selecting an item in the combo 1 contrl(textbox)
to be diplayed.when i am selecting other item in the combo textbox to be disappeared.
i dont want to refresh the page
can any one help me

Member Avatar for fatihpiristine

try this
to disapper
<div display:none><input type=text /></div>

to display

remove display:none... it was like this.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.