Hi,
In my VB application,I have many forms.
In one form I have 4 dropdownlist(dd l)
used by one user.
I wanted to make ddl selected value to be the last selected value by that user
say one dropdown is called ddlCountry containing country names
say first time the user selects USA and performs some operation, and he closes the application.
When the second time he logs in the ddlCountry's selected value should point to USA rather than showing the default value
Any Suggestions please
In my VB application,I have many forms.
In one form I have 4 dropdownlist(dd l)
used by one user.
I wanted to make ddl selected value to be the last selected value by that user
say one dropdown is called ddlCountry containing country names
say first time the user selects USA and performs some operation, and he closes the application.
When the second time he logs in the ddlCountry's selected value should point to USA rather than showing the default value
Any Suggestions please
Comment