Hi All,
I'm hoping someone can help with this as its beginning to wind me up.
Is there a way in asp.net to loop through the fields in a server-side form (ie. with runat="server"), the same way that you can use "for each item in request.form()" for client-side forms?
I want to create a login form that pops up when a users session times out and they attempt to submit a form, I want each field within the users form to be copied to the login form, so when they log back in it can keep hold of the data instead of them having to type it all in again.
I've tried googling the query but I've had no success yet. I've found a way to get each of the id's, but not the values of the fields.
I'm hoping someone can help with this as its beginning to wind me up.
Is there a way in asp.net to loop through the fields in a server-side form (ie. with runat="server"), the same way that you can use "for each item in request.form()" for client-side forms?
I want to create a login form that pops up when a users session times out and they attempt to submit a form, I want each field within the users form to be copied to the login form, so when they log back in it can keep hold of the data instead of them having to type it all in again.
I've tried googling the query but I've had no success yet. I've found a way to get each of the id's, but not the values of the fields.