Skip to Content
0
Nov 28, 2008 at 09:26 AM

fetching data from one screen to other

18 Views

I have a requirement to create a screen with few input fields. For the first input field (Enter candidate number), i've kept a 'search' button next to it. On clickin on tht search, it should display anothr window with list of data (in tabular format), im using Tableview to show data. Now when user selects one of the rows, the CandidateNumber corresponding to that row should be fetched and the control should go back to previous page n that input field should b filled with CandidateNumber.

In my tableview i gave "selectedRowKey as candidateNo. I tried coding in OnInputProcessing event of that page, but am unable to get that selected row value. Can anyone tell me how to get it and send it back to previous page (in that input field). Thanks in advance.