Jump to content

jrosa

Members
  • Posts

    3
  • Joined

  • Last visited

jrosa's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi,I would like to know if I can use custom fonts on the server side with CSS or if I can only use system define fonts on the client side?
  2. 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,
  3. Hi all,I am new to ASP and I am trying to figure how I can refresh datas whitout reloading all the page.I databind a label component to a appsetting and I change it this way : System.Configuration.ConfigurationSettings.AppSettings.Item("ValeurLigne1") = TimerCompteThe value of ValeurLigne1 change but the page isn't refresh. Someone can help me please to find a way to do it?Many thanks,
×
×
  • Create New...