request("Quantity") IN .NET

  • Thread starter Thread starter Des
  • Start date Start date
D

Des

I have upgraded some software from classic ASP to .NET I am not using
the .NET datagrid.
Ihave a html table with a <type="text"> but on the submit to another
page it is not readable. I have been told that classic ASP does not
work in .NET is there an easy solution to reading this text box value.
I am not using

<form method="post" runat="server">

If I do the page itself generates errors saying variable not declared
when it is.

Des.
 
Back
Top