CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> .NET

 Textbox (.value/.text)

Print topic Send  topic

Author Message
OneSupaSam
Posted: 03/07/2005, 6:51 AM

Hi all

Could someone please enlighten me as to how textboxes work in ASP.Net. I am relatively new to ASP.Net. Having converted my code from VBScript to ASP.Net, i am now finding that none of my textboxes work. the problem i'm having is that having entered text into the textboxes, if i then attempt to pass these values to a variable the value is null... as eg
>>>> Dim doobie as string
doobie = textbox4
msgbox(textbox4)
>>>>

msgbox displays blank!! Please PLEASE could someone help!
This is driving me nutz!!
Thanks

Sam
BlinkyBill

Posts: 86
Posted: 03/08/2005, 12:28 AM

  
Dim doobie as String = ""  
Doobie = TextBox4.Text  
Response.Write(Doobie)  
Response.End  
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.