Click here to Skip to main content
15,921,548 members

Comments by ShobuGpta (Top 26 by date)

ShobuGpta 16-Jul-14 1:53am View    
instead of "(sender as TextBox).Text.IndexOf('.') > -1" i used "textbox.text.contains(".")", it's working without any problem
ShobuGpta 16-Jul-14 1:22am View    
this code is fine but it's also disabling backspace and, code for decimal is not working, when i press dot key its shows exception even for the first time(Object reference not set to an instance of an object).
and i dont understand this code "if (Strings.Asc(e.KeyChar) != 8)" why have u used this
ShobuGpta 12-Jul-14 7:18am View    
i know about Replace method, but how can i change format using that?? Can u tell me that also...
ShobuGpta 12-Jul-14 1:07am View    
did u checked value of string n while debugging??
ShobuGpta 11-Jul-14 6:53am View    
u mean double quotes??