I am having an MVC application in that I am having an dropdownList on the add client page. The user selects the sates in the dropdownlists.
On the edit Page,I want the same state selected which the user selected on the add client page please tell what shall I do.
Thank You Ritz
Try to set selected option at data source (SelectList) like that :