How to reach the second aspx page form the first?
In chapter 3 the last example show tow aspx documents.However,after I copied the codes to my
aspx pages,there is an error which tell me a
textbox's id must in the form with runat="server".
After I add it,the first page can't reach the second
page.
How to reach the second page in this situation?
Thank you very much!
|