Guys, thank you for all your comments - but i think I need to explain the exact sittuation:
OK I receive a string with the new chat message from a timer, I then need to update the textbox.... I tried using javascript ... Using Page.RegisterStartupScript and a view others - the problem seem to be that the functio does not get called if my code runs from a sub / function - What I mean is , if a call the function from a button_click sub it works... Even tried using button_click(nothing,nothing)...
Ok , second problem ,
I want to call a asp function which basicly sends a message and add thext to my textbox - Here i want to do all this without "REFRESHING" the page ...
I really appreciate all the efford , Thanks