hello friends leave east error to me, know as I can solve it? Cannot convert type 'string' to 'double' Thanks Ronald Saavedra
You have to parse the string into a double using the Double.Parse(), or Double.TryParse() methods.
Laugh, and the world laughs with you. Cry, and you just water down your vodka. Take credit, not responsibility
Also the Convert.ToDouble(MyString) should do the trick.
KrisSiegel.com - My Personal Website with my blog and portfolio Don't Forget to Rate Posts! Free Icons: FamFamFam, VBCorner, VBAccelerator Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes
From the help topic for Convert.ToDouble(String): Remarks The return value is the result of invoking the Double.Parse method on value.
Why is my data not saved to my database? | MSDN Data Walkthroughs VBForums Database Development FAQ My CodeBank Submissions: VB | C# My Blog: Data Among Multiple Forms (3 parts) Beginner Tutorials: VB | C# | SQL
Forum Rules