This is a discussion on How to Handle within the ASP forums, part of the Programming Talk category; I have tried in ASP by adding elements to a form to store and return the information needed by me ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have tried in ASP by adding elements to a form to store and return the information needed by me when the form is posted back to the server. But how should I handle this in ASP.NET. Kindly give me guidelines for handling this scenario in ASP.NET.
|
|
|||
|
In ASP.NET the process you have mentioned is automated. In ASP.NET each time the form gets posted back to server the web form gets rebuilt automatically. Suppose you like the form to retain the look it had when sent by the user during the rebuild process you can make use of ViewState control of ASP.NET which stores the information between round trips between the client and the server.
|
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to handle the term in Linux | sammy | Linux | 3 | 04-20-2007 03:34 PM |
| I need to handle USB devices | Prabhu N | Microsoft .NET | 1 | 12-09-2006 03:16 PM |
| How to handle an illegal question during interview? | joffre | Career Advice | 3 | 05-14-2006 10:57 PM |
| How to handle telephone interviews | joffre | Career Advice | 2 | 05-11-2006 09:21 AM |
| Microsoft .NET : Handle API Callbacks Safely | techguru | Microsoft .NET Tutorials and Articles | 0 | 08-27-2005 10:23 PM |