Jump to content

How I can create dynamic text with ASP.NET?


jrosa

Recommended Posts

Hi,I am trying to undertand how I can refresh section of a page from the server without refreshing the whole page, mostly to refresh some text area on a page.I know I can use HTM with javascript to do something like that but I would like to use dynamic created fonts and I am not sure if I can load a non stadard font using CSS. I am trying real hard to find a solution to display text with a big refresh rate (4 times a sec) like I can do it with java applets. Any tips will be great,thanks,

Link to comment
Share on other sites

Once the page is rendered on the visitor's browser, communication with the server stops until the visitor sends another request. Therefore, if you don't want the entire page to refresh, you'll need to use some type of client-side code to change the content. I think Javascript and/or AJAX would be your best bet.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...