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?