User-1651604128 posted
in my mvc razor view, I have a html table, the last some rows in the table contain dropdown list with viewbag data binded, such as City, Country,
the first row is radio button, when I click the radio button, based on the selected button, these rows with City and Country needs to changed with the viewbag data,
so I use ajax call when the radio button is changing to insert their associated partial view which are a few table rows,
Normally, we use div with id to insert ajax result, but in this case, I can not insert div with a table, how to define a id with a table to insert some rows?