User Input

J

JasonLFunk

I am making a site to make printable applications for users. They enter their data and log in and then click a spefic application. The application fills out all the questions in general to all the applications. Some of the applications have spefic questions, like "Describe your agriculture training" and the way I have it know is that there is a button that opens an Visual Basic input box, stores it as a variable then displays it in a SPAN tag. This is limited to 250some characters, as a limation to the VB Input Box I think, but am not sure. Is there a better way to accomplish this? Like direct typing on the website or a way to elimatate the 250some character cap? Thanks.
 
J

Jim Buyens

Is this a Web application or a Windows desktop application?

If a Windows desktop application, you've got the wrong
forum.

If a Web application, what does the maximum number of
characters in a Visual Basic input box have to do with it?

Or is it really an HTML input box, with VB code in an ASP
or ASP.NET page?

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Top