HI,
I want to implement a functionality in C#.net that I should be able to upload a map throw the browse button to some fields of a database.
There are two dropdowns.
Selecting a value from one dropdown populates other dropdown(this i have done).then there is a browse button. map gets uploaded tcorresponding to those dropdown's tables in the database
If somebody has done it earlier, can you please help me with some hints or sample codes
I want to implement a functionality in C#.net that I should be able to upload a map throw the browse button to some fields of a database.
There are two dropdowns.
Selecting a value from one dropdown populates other dropdown(this i have done).then there is a browse button. map gets uploaded tcorresponding to those dropdown's tables in the database
If somebody has done it earlier, can you please help me with some hints or sample codes
Comment