5/28/11

shri venkatesh stotra

http://ioustotra.blogspot.com/2009/01/shri-vyankatesh-stotra-marathi-part-1.html

3/30/11

textbox validation only for NUMBERS

If (Microsoft.VisualBasic.Asc(e.KeyChar) < 48) Or (Microsoft.VisualBasic.Asc(e.KeyChar) > 57) Then e.Handled = True End If If (Microsoft.VisualBasic.Asc(e.KeyChar) = 8) Then e.Handled = False End If