如何使用Visual Studio在特定的HTML div中保存表单数据

时间:2019-05-31 18:45:48

标签: html forms visual-studio

我在Visual Studio中非常陌生。我在Visual Studio中有一个表单。文本框为:

City Name:
ZIP Code : 
Country:

另一方面,我有一个html文件(address.html),下面是代码。

<div id="cityname" class="city">City name will be here</div>
<div id="zipCode" class="zipcode">Zip Code will be here</div>
<div id="CountryName" class="country">Country name will be here</div>

现在,我想将数据放入窗体(Visual Studio)中后,单击“保存”按钮后,我的HTML文件(address.html)将自动以特定的DIV填充。

我该怎么做?

0 个答案:

没有答案