Submitting data from ASP.NET to send data refers to transferring of data from an ASP.NET page to another. This is because you will find the form data is posted back into the same page. It is not possible to conduct this action with ASP.NET web controls there are several other ways with which this can be conducted. Some of the methods that can be used for submitting form would be:
• Property Procedure and Context • Session object and old query string to transfer data • server.tranfer() method