Will the formfields differ based on the selected dropdown value.that means if item A selected the 2 texbox visible /if item B selected 3 texbox visible? is this the senario?
this problem have two solution.
one is using javascript to show/hide
other is using custom control
I need to know exactly how much form fields differ in each selected item of a dropdown?
Main Topics
Browse All Topics





by: here4u247Posted on 2008-03-17 at 10:13:12ID: 21144138
you would use the selectedindex change event for the dropdownlist to show/hide form fields based on the selected value of the dropdown list....
hope that helps
Select allOpen in new window