English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am developing a website, i want to load dynamic content in my HTML page. can i use Inner HTML in those pages. Is it a good standard using them?. Else how can i load dynamic content in my HTML page. I am using ASP.NET to develop my webstie.

2006-10-14 00:13:49 · 2 answers · asked by vijay m 1 in Computers & Internet Programming & Design

2 answers

InnerHTML will require the client to have JavaScript enabled, which might not always be the case.

ASP.NET has various controls with "Text" property. You can use this property to load/change the content dynamically. Eg.

txtMessage.Text = "blah"

2006-10-14 00:42:31 · answer #1 · answered by Utkarsh 6 · 0 0

It's much simpler to just drop the dynamic content into place on the server.

2006-10-14 00:48:06 · answer #2 · answered by poorcocoboiboi 6 · 0 0

fedest.com, questions and answers