My Application:
我的应用程序:
I have a ASP.NET Application with two parts. First part is the "Absence" Part and the second part is "Signature". This Application create this parts Automatic. For Absence the User must input the Enddate from this absence and a representative. The TextBox for the representative have a AutoComplete that get Data from the Active Directory. And with a Image on the right side of the textbox, the user can search a representative in a Modal popup from jQuery. The Popup has one textbox and a imagebutton with a magnifying glass Symbol. Now I want that if I click on this Symbol I get all found representative in a ListView in the PopUpBox with a fixed Width and Height. I have a ASP.NET Ap