Use the same javascript that you used in your ASP 3.0 app.
You can output any javascript dynamically from your ASP.NET code behind
using such functions as:

RegisterStartupScript:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWebUIPageClassRegisterStartupScriptTopi c.asp[/url]

RegisterClientScriptBlock:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWebUIPageClassRegisterClientScriptBlock Topic.asp[/url]

Attributes.Add:
[url]http://www.flws.com.au/showusyourcode/codeLib/code/NET_jsAddTo.asp?catID=5[/url]

--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]


"Alessandro" <gemini_two@hotmail.com> wrote in message
news:%23$BE8XtPDHA.2460@TK2MSFTNGP10.phx.gbl...
> Hi !
> I want to keep a string from a DB, push it into a TexBox or a label and
then
> autoscroll the text !
>
> I have done the same thing with Javascript and asp 3.0, but now with
asp.net
> i'm not able to do.
>
> I have seen that framework 1.1 has something in system.windows.form, but
for
> the web i find nothing .
>
>