Wednesday 15 October 2014

Server Too Busy error visual studio 2012

Sometimes we often get this error especially on visual studio 2012

Solution:
  • Run VS as administrator 
  • Right click on WebProject
  • Click Properties
  • Select Web
  • Locate to Severs
  • select Use Local IIS Web server
  • check Use IIS ExPress
  • You can give your own port number after localhost in project url after that
  • Click Create Virtual Directory


Wednesday 17 September 2014

How to remove last empty row in datagrid in c#

To do,
Right click on Datagrid

set AllowuserToAddRows=false;

Happy coding :)

Saturday 23 August 2014

How to Get CYAN Update for Windows Phone 8/8.1

Lumia cyan update is out for almost all Lumia handsets in all regions now but there are some doubts how to get this update.

  • can I update my windows phone 8.1 with cyan?
  • After update can I retain my current OS 8.1?
  • How to update windows phone 8.1 with cyan?
Here is the clarification:
  1. Yes you can update your phone (8/8.1) with cyan
  2. Yes ,you can retain 8.1 update
  3. Below are the steps to update your phone with Cyan.
Windows phone 8 users:
  • Those who are not updated their phones to 8.1 with " Preview for Developers' can go to setting and check for updates as regular practice
  • You will see download of update and it is easy process to complete installation
Windows Phone 8.1 users:
  • WP 8.1 users will not see update even if you do "check for updates" by going to settings
  • To complete installation you have to take help of "Nokia Recovery Tool"
  • Install Nokia Recovery Tool on your desktop
  • Go to settings,do Back Up 
  • Connect your phone to PC after installing Nokia Recovery Tool
  • It will detect our phone,will show you available software version "3058.50000.1425.0001" (version number will be vary depend on handset number to see go here Cyan Update Availability  ) 
  • Do not unplug "mobile, connected to PC via Cable" till installation completed
  • Click on download ,1.51 GB is the size
  • After download,click install it will write update to you phone ,that time you will see some loading percentage bar on your phone with NOKIA label in big size
  • After its completes writing,it will ask to follow some steps,do follow them and install update successfully
How to get latest Windows phone 8.1 update 1 after 
  • Install "Preview for developers",  sign in with Microsoft Account
  • Check enable box
  • Go to settings ,do check for updates
  • It will show latest download,download it,intall it 
  • now your phone is up to date with CYAN update adn Windows Phone 8.1 update 1

Please let me know if you face any problems in doing above process..
Happy Day guys   :) 



Monday 14 April 2014

Get Windows Phone 8.1 developer preview version now :)

Hey

As you know Windows phone 8.1 developer version got rolled out for mobiles which are running on windows phone 8 version

But many people have doubt and confused about how to update it.
Its is very easy and easy.

  1. Logon to http://apps.windowsstore.com with outlook/hotmail id that your phone connected to.
  2. Goto store in mobile and search for the app "Preview for developers". if you can't find it then just browse http://www.windowsphone.com/en-us/store/app/preview-for-developers/178ac8a1-6519-4a0b-960c-038393741e96 
  3. Install app and login with with  outlook/hotmail,then agree to terms and conditions.
  4. Go to settings-phone update click on check for updates ,in  few sec/mins you will see downloding bar..
after installing the downloaded updates  it will restart the phone ,will show succesfull updation message.
 5. Go to settings and again click the check for update.
It will again download the updates and install complete 8.1 update.
Rest is routine :)


Please leave a comment on successful update or facomg any problem ;)

Monday 18 November 2013

Storage Space Running Out.....Samsung Note 2

Hi All

Those who are using Samsung Note 2 Will get this notification sometimes

Solution:

  • Dial *#9900# 
  • Select option 2,“Delete dumpstate/logcat” 
This will clear the logs and make your note run smoothly
All the best :)

Wednesday 6 November 2013

Update your Win Phone 8 with GDR3

As you know Microsoft released its new update called GDR3 for mobiles which running on windows phone 8 version
But many people have doubt and confused about how to get it.
Its is very easy and easy.


  1. Logon to http://apps.windowsstore.com with outlook/hotmail id that your phone connected to.
  2. Goto store in mobile and search for the app "Preview for developers". if you can't find it then just browse http://www.windowsphone.com/en-us/store/app/preview-for-developers/178ac8a1-6519-4a0b-960c-038393741e96 
  3. Install app and login with with  outlook/hotmail,then agree to terms and conditions.
  4. Go to settings-phone update click on check for updates ,in  few sec/mins you will see downloding bar..
Rest is routine :)

some of new features

  1. Screen rotation 
  2. Car Driving mode(auto reply to call/text while you driving )
  3. windows closing button(x) for individual app
  4. more smooth touch screen exp 
  5. Improvements in Bluetooth functionality  
and some more.....

Plz leave a comment .....

Hope you will successfully update your phone

Friday 27 September 2013

How to hide the minimize,maximize and close button on the form of form ,C#

IT is very easy to hide minimize ,maximize and close buttons.

Just set the ControlBox property of form to False