Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   ASP.NET (http://www.programmingforums.org/forum35.html)
-   -   fieldName.Text and Request.Form["fieldName"] NO WORK (http://www.programmingforums.org/showthread.php?t=12951)

paulchwd Apr 7th, 2007 1:50 PM

fieldName.Text and Request.Form["fieldName"] NO WORK
 
Hi, i have as ASP.Net app written in C# and a MySql 5.027 back end

when i tried Request.Form["fieldName"]; to get the data entered in a text boks this was stored in my db

System.Web.UI.WebControls.TextBox

when i tried fieldName.Text; to get the data, this was stored:

System.Web.UI.WebControls.TextBox

Any thoughts ???

Thanks Everyone

kurifu Apr 7th, 2007 4:18 PM

What?

paulchwd Apr 9th, 2007 12:38 PM

thanks for your reply, but i got it to work,

simply Request.Form["fieldName"]; didnt work right


All times are GMT -5. The time now is 2:09 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC