How to upload xls file's data to SQL Server in devexpress popup control?
问题 I have enquiry on how to insert xls file data into SQL Server. The upload button, and gridview control are placed inside the devexpress popup control and the code works without the popup control but doesn't work with popup control. When I inserted the xls file and clicked the upload button, the label display showed "Please select a file to upload!" although I have did this. ASP.NET markup: <dx:ASPxPopupControl ID="popupControl" ClientInstanceName="popupControl" AllowDragging="true"