When I moved database MySql.Data 7.0.7 to 8.0.8. I got following error The host localhost does not support SSL connections. So, here is the solution
Category: ASP.NET
How to Add space and increase width of Morris.Js Bar?
There are two properties of Morris.Js bar we can use to achieve this 1) barGap 2) barSizeRatio barGap is an integer that sets the space
How to fix function is ambiguous in the namespace ‘system’ compiler error
When you are upgrading your project framework its possible that old version of DLL reference still exists , to remove that follow the below steps
Call Repeater ItemCommand event manually from outside the repeater
Following is the code to call repeater item command event manually Private Sub btnTest_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnTest.Click For i
Telerik ORM : Row not found: GenericOID@ OptimisticVerificationException
This kind of error occurred When DataAccess tries to update the row in the database which has the original values for the fields that have
Error: WebForms UnobtrusiveValidationMode Requires a ScriptResourceMapping For jQuery in .Net
Getting below error after using RequiredFieldValidator for textbox Error: WebForms UnobtrusiveValidationMode Requires a ScriptResourceMapping For jQuery in .Net In this post I am trying to explain