I have a simple newform.aspx which has Employee as a textbox. During onload of the page, I assign this with currentuser.
On the same page, I have a webpart created using sharepoint designer that shows employee details within newform.aspx itself. I have used the employee value as a sender using webpart connections.
Recently I made a change that the employee can be anyone (including current user). So I made employee to be dropdown but onload I still assign current user. Now when we select another employee from dropdown the webpart connection doesn't work and it always shows current user employee details only.
Question is how do I make the webpart connection to refresh whenever there is a change in the dropdown.
If it can't be done without customization, please suggest how to proceed with customization.
Thanks.