[Solved] Insert values into the table depending on the selected dropdown value
[ad_1] what did you try so far? there is no problem in having the table name coming from a DropDown, it’s more about understanding and designing the Data Access layer for your application. Do you have a save button in your WebForm and are you composing the SQL code dynamically in the code behind or … Read more