Posts

Showing posts from August, 2019

ASP.NET Button ValidationGroup OnClientClick Not Working

This post describes how to fix OnClientClick validation on an ASP.NET page. Problem You've added OnClientClick to a button which contains Page_ClientValidate: OnClientClick ="Page_ClientValidate(''); if (!Page_IsValid) return false; return confirm('Are you sure?');" But it is not working when you press the button. Cause This can be caused because there are multiple validation groups on the page. Resolution To resolve the issue, specify the ValidationGroup in the Page_ClientValidate method: OnClientClick ="Page_ClientValidate(' validationGroup '); if (!Page_IsValid) return false; return confirm('Are you sure?');"

Excel Import CSV not using "Use First Row as Headers"

Image
Issue When importing a CSV file into Microsoft Excel, you may find that it is not using "Use First Row as Headers" so you end up with Column1, Column2 etc as headers. Resolution To resolve this issue, press the Transform Data button in the bottom right. This loads the Power Query Editor which includes the "Use First Row as Headers" option in the Home ribbon.  Press this option once. Press Close & Load to apply. The first row is now being used as headers: Related Posts - Open a Microsoft Excel spreadsheet xlsx file as read only

VMware Reporting Tool & Auditing Software

Image
The VMware reporting tool XIA Configuration helps you keep track of VMware system settings across all your environments. Reports can be executed to retrieve data from hosts, virtual machines, hardware, network settings, security, and more. The following VMware reports are included with XIA Configuration: VMware Cluster Summary VMware Datastores Summary VMware Distributed Switch Summary VMware Host to Physical Host Item Mappings VMware Hosts Detailed Summary VMware Hosts Firewall Rules Summary VMware Hosts NTP Settings Summary VMware Hosts Security Summary VMware Hosts Service Summary VMware Hosts Summary VMware Security Roles VMware Virtual Machine Detailed Summary VMware Virtual Machine Hard Drive Summary VMware Virtual Machine Hardware Summary VMware Virtual Machine Network Adapter Summary VMware Virtual Machine Summary Reports can also be customised to meet your specific requirements by modifying the SQL code directly. Download Free 30-Day Trial &