The SMTP mail settings can be configured from “php.ini” file in the PHP installation folder. Find “mail function” in php.ini […]
Updated on Kisan Patel
Problem: How do I update each dependency in package.json to the latest version? How to update all npm packages in […]
Updated on Kisan Patel
Problems: How to take an ASP.NET MVC web site “Down for maintenance”? Implement “Down for maintenance” page. Web site Maintenance […]
Updated on Kisan Patel
Simple PHP script to send iOS Push Notification. $tokens = ‘-YOUR DEVICE TOKEN-‘; $url = ‘-URL-‘; $message = ‘Hey there!’; […]
Updated on Kisan Patel
Problem: SQL Server: Database stuck in “Restoring” state Solution: You need to use the WITH RECOVERY option, with your database […]
Updated on Kisan Patel
Problem: How to detect changes in any control of the windows form in C#? detect changes in windows form c# […]
Updated on Kisan Patel
Problem: Find a row in dataGridView based on column and value Datagridview full row selection but get single cell value […]
Updated on Kisan Patel
Problem: How to set focus on a particular row in c# datagridview/gridview? How to set focus to a particular cell […]
Updated on Kisan Patel
Problem: How to Hide Button using BooleanToVisibilityConverter in WPF? WPF MVVM Hide Button using BooleanToVisibilityConverter in C# Binding a Button […]
Updated on Kisan Patel
Problem: How to Set WPF datagrid selected row color at application level? Solution: To set the Background for a selected […]
Updated on Kisan Patel