baronmatthews
IS-IT--Management
I have been racking my brain entirely too long on this issue and I am getting ready to move on and work on something else while I put this on simmer... It would be a simple solution using regular old asp, but asp.net sure looks "fancy" for this new project. I am hoping that it is just something simple I am missing.
I have two list views on my page, the first one allows you to search for people by name, simple enough. I then allow the desired person to be selected with a button, which then feeds data into the second list view. The second list view pulls up additional details on the person they have selected. I am using the "SelectedValue" of the listview control, which works fine, except I could have multiple patient visits. It would cloud the second list view. I need to get the date/time field from the first list view, not just the account number, and use it in the second list view. I have tried a number of things, but I am just not familiar enough with asp.net to get anything other than the first value from the list view selection.
I have two list views on my page, the first one allows you to search for people by name, simple enough. I then allow the desired person to be selected with a button, which then feeds data into the second list view. The second list view pulls up additional details on the person they have selected. I am using the "SelectedValue" of the listview control, which works fine, except I could have multiple patient visits. It would cloud the second list view. I need to get the date/time field from the first list view, not just the account number, and use it in the second list view. I have tried a number of things, but I am just not familiar enough with asp.net to get anything other than the first value from the list view selection.