简体   繁体   中英

saving aspx page to html

while saving my aspx page as webpage(.htm)

i did not get the values assigned to labels/textbox. i got oly the label. eg: customer name: xxxx

in the saved file(.html) i got oly customer name:

and not the values when i store as .html. why???

May be those values are assigned using JavaScript on page load or any other event. Try opening that file in a browser.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM