Search code examples
asp.netsql-server-2008marquee

Make It Look Like You Are Typing A Text In A Command Prompt


I am looking for a way to show a random nvarchar field from a SQL Server 2008 database in my Visual Studio 2008 ASP.NET web project.

but there is one condition:

I want the text to look like you are typing it in a command prompt.

Is marquee my solution?

Can you show me an example of binding from database & command prompt typing?


Solution

  • Take a look at this jTypewriter (a jQuery plugin), I think this is what you are looking for.