here is the code in c# to allow only one decimal point in a textbox..
if textbox5.text.contains(".") && e.keychar="." { e.handled=true }
i have to use it in vb.net 2003 version..how can i use it..it does not allows to use conatins property.. how to do it..