Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hello

 

I understand from the new concept of asp.net pages (like windows forms), that the webform is posting back its data. But I'm in a situation that requires some old fashion work:

 

I use pagination to iterate some items from the database. I allow users to filter these items and to make some sorting. Now I want to allow users to view these items one by one on a webform, but I want to keep the filtering and the sort criteria. For this I would submit the where clause and the order by clause to the form. Now I can't do this in .NET, cause I can't submit a webform to another file. Does anybody know any solution?

 

Thanks in advance.

  • *Gurus*
Posted

So you're going from a list view to a detailed view. I think I'm following you now.

 

What you'd need to do is store the view state of the list page in the user's session, a cookie, or by passing the various options to the detailed view via a form post or the query string.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...