Click here to Skip to main content
15,886,059 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I'll have to display one lable in one column and a dropdown in the other column. Upon the selection of value from the first dropdown list we will have to display the second question with options. like that we will have to dynamically generate the rows.
please help me out on this
Posted
Comments
Herman<T>.Instance 23-Nov-12 4:44am    
What have you tried so far? Please add your code so we can see where you are stuck.
[no name] 23-Nov-12 4:45am    
Fire the query as per your requirements, then if there are any problems, let us know :)
Laiju k 23-Oct-14 5:56am    
what control are using for displaying label,dropdown

1 solution

Try this..

C#
protected void DD_SelectedIndexChanged(object sender, System.EventArgs e)
{
     //Do your next change here...
     //Change the value of next drop down list
}
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900