How to get the value from datasource and display on textbox,
on database ValueM is double, when i want to select out the i need to convert, but the code below i get 0
input.ValueM = Double.Parse(txtMtextbox.Text.Trim());
Go to the complete details ...