How to pass textvalues from one page to the gridview in previous page?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Latha gavni

    How to pass textvalues from one page to the gridview in previous page?

    Hi,

    I have a gridview which displays all the fields in employee table.when a use selects a row in gridview and clicks the button it redirects to another page where these values are bounded to textboxes.now when user clicks save button on this page it should go back to previous page and the values in textboxes should add to the gridview.How to pass textbox values to gridview in other page?
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    You should consider re-querying your database to show updated results upon returning to the previous page.

    You could also use Session to pass information between web pages.

    -Frinny

    Comment

    Working...