Click here to Skip to main content
15,891,846 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am new to MVC, in my Application I want to bind a HTML Table based on dropdown selection. In HTML Table there are two fields which contains Group and Name. In this the Group will not be changed the Name will be changed based on dropdown value. How to do this one can anyone help me to solve this problem.

My output Should look like:

Div: Drop Downlist value is "IND"

SlNo. Group Name

1 Software XXXXX

2 Hardware YYYYYY

3 Networking ZZZZZ



When changing the Drop Down list only the Name should get changed

Div: Drop Downlist value is "USA"

SlNo. Group Name

1 Software AAAAA

2 Hardware BBBBBB

3 Networking CCCCC

Thanks
Posted
Updated 16-May-14 0:14am
v2

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