Recent content by vignesh tr

  1. vignesh tr

    Letters Peeking in Password Textbox with Windows Phone 8

    Thanks for the response. I have tried the same in device too, the same happening there. The letter in the textbox is getting visible by blinking every time we supposed to type or delete anything in the textbox. This is occuring after when jQuery validation happens on that particular textbox...
  2. vignesh tr

    Letters Peeking in Password Textbox with Windows Phone 8

    Hi..I am using Miscrosoft MVC HTML password helper in windows phone 8 with jQuery validation as in following code snippets. @Html.PasswordFor(m => m.Password) But while typing, the letters getting peeked after the jQuery validation happens for the textboxes as below. Could anyone please help...