imigmaHurgYy4
New Member
As you've known, it's very easy to trigger an event in WebForm, but it's a problem in MVC Framework. For example, I have 2 DropDownList, \[code\]Country\[/code\] and \[code\]State\[/code\]. I want to load the data in \[code\]State\[/code\] base on selected \[code\]Country\[/code\]. In WebForm, I can trigger the \[code\]SelectedIndexChange\[/code\] event, but in MVC Framework, what should I do?Please help. Thanks in advance.