View Single Post
  #3 (permalink)  
Old February 4th, 2005, 03:25 AM
paole paole is offline
Registered User
 
Join Date: Feb 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks very much for replying!!

Yes ,We cann't post data to anthor form ,I do post data to anothor page:
"<form action="responsepage.aspx" method="post" >

 <asp:textbox id="textbox1" runat="server"/>

</form>"

Just as what is shown above,the code dosn't work.
The problem is even the code in the book Beginning ASP.NET using C# don't work here.

How to solve the problem?

Reply With Quote