Solutions For Errors

Gives solution for any Error occurs in any Programming Language, .Net Core 3.1, 3.0, C#,Asp.Net,Sqlserver,MVC,Java,Php,Html,Css,Jquery,errors and solutions,Latest News,Technology

Saturday 6 February 2021

Define Date Format dd-MMM-yyyy | yyyy-MM-dd in ASP.Net Core 3.1

No comments :

To set a date format for a TextBox control in ASP.Net Core 3.0 or 3.1 you need to define like below in .cshtml(Razor) page.

<input type="text" asp-format="{0:dd-MMM-yyyy}"/>

In the above format you can define anything like as per your requirement. 

asp-format="{0:yyyy-MM-dd}

How to register a license key in Bodyguard by SafeHouse

No comments :

 Bodyaguard by SafeHouse is a very use full mobile app for Andriod and iOS users. This can be work in Android version 4.4 and above as well as for iOS users version should be 10 and above. 

To register a license code on www.securemydevice.com and create an account on BodyGuard with your email address and password. Download the app BodyGuard Mobile Security and login with your created credentials.

BodyGuard Mobile Security price is around 660 rs. Currently Reliance Trends providing this as a promotional offer.

Features of BodyGuard Mobile Security app : 

  • Patriot - Know your apps design
  • Airtight  - Lock you specified apps.
  • Threats - Find the leaked/exposed data.
  • Tracker - Locate/Track your lost phone.

Below provided a screen shots to easily understand.

















Friday 8 November 2019

Setup Fingerprint Feature In Whatsapp

No comments :
Whatsapp has recently introduced new fingerprint feature for Android and ios mobile operating systems. In India almost 40 crores above people are using a Whatsapp. Here I am explaining about how to setup fingerprint to unlock feature.
First you need to update the Whatsapp from Play Store.
Follow the below steps:

  • Go to the settings option
  • From that select Account option
  • Choose privacy option
  • In the Privacy section go to the end Fingerprint lock
  • Enable Fingerprint Lock option it will ask your Fingerprint.




Wednesday 3 January 2018

Link Aadhaar With Mobile Number Through Online

No comments :
Govt. of India announced link Aadhaar number with Mobile number through online IVRS method.
 Earlier customer need to go the Mobile operator store like Airtel, Idea, Vodafone...

Steps to Link Aadhaar with Mobile number (This process is for All mobile operators Airtel, Idea, Vodafone, Aircel, BSNL. JIO, Reliance, TATA Docomo, Uninor etc...)

  • User must and should update mobile number with Aadhaar and mobile number should be in working mode because of OTP will be sent to the registered Mobile Number.
  • Call to this 14546 Number.
  • After called to 14546 number the system is asking are you belonging to India or NRI.
  • Then press 1. And enter your 12 digit Aadhaar number after successfully entered your Aadhaar number re again press 1.
  • After you can get OTP (One Time Password) to your registered mobile number. This OTP valid up to 30 mins.
  • After that you have to give your mobile number and then you have to verify last Four digits of your mobile number.
  • After completion of your mobile number last Four digits verification you have to enter your OTP.
  •  And then press 1 using this step your Aadhaar number re again will verified.
  • The system will tell if you are already linked Mobile Number with Aadhaar.

Friday 21 July 2017

Reliance JIO New Mobile Phone Features and Specifications

No comments :
Reliance JIO new phone launched on 21-JUL-2017.
Features:

  • Phone is free for JIO customers only. But customer need to pay 1500Rs. deposit for security purpose ths money fully refundable after 3 years.
  • Free Voice calls on JIO Phone.
  • Unlimited internet data, Voice and Video Calls with the price of Only 153Rs. per month.
  • JIO phone TV-cable and pack Rs.309 for watching TV.
  • Live Tv, Educational Programs.
  • This phone has very Good built in features applied with help of Google Voice. 
  • The Reliance JIO phone Made In India.Just we need to tell call to Customer Care number, call will be connected automatically and Open Baahubali2 trailer the trailer will opened with in a seconds.

Saturday 10 December 2016

Humsafar Express New Train Images

No comments :
Humsafar Express from Gorakhpur jn to Anand Vihar Termina. New train with new coaches having comfortable interiors and exteriors.





Saturday 3 December 2016

Insert Mongo Date from Scala

No comments :
we can Convert java.util.date to java.sql.date and insert into MongoDB using Scala

SimpleDateFormat sdf = new java.util.SimpleDateFormat("yyyy-MM-dd HH:mm:ss")
val dateForMySql = sdf.format(date)
val date = new java.sql.date(dateForMySql.getTime())