473,408 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

textBox3.Text = (textBox1.Text) * (textBox2.Text) ;

1
why it is not working :/ like i cant multiply text i knew, i knew the expected value is string,
well the serious shit is, i don't even know how to convert string or double or int bla bla bla to my required type. i just want result :@@@
im newbie to C# , and i am retarded after reading implicit and explicit conversion articles available on MSDN or on other platforms....
is their any one who is ready to help me ?
pleaseeeeeeeeeeeeeeee
Oct 15 '13 #1
1 4051
r035198x
13,262 8TB
Expand|Select|Wrap|Line Numbers
  1. double result =  Convert.ToDouble(textBox1.Text) * Convert.ToDouble(textBox2.Text);
P.S please read http://bytes.com/faq.php?faq=posting...ask_a_question
Oct 16 '13 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: tanas | last post by:
Is there a way to convert lower case text to upper case text in PHP? Any help would be appreciated. Thanks
12
by: Eric Osman | last post by:
This text starts +---------------+ on the left but | | then when the box | some boxed | ends we see that | text | the text on the | | left is...
2
by: Roy Gourgi | last post by:
Hi, How could I append a text file to another text file. Let's say that I have a File1 and I want to append File2 at the end of File1, how would I do that? TIA Roy
0
by: S. Berwanger | last post by:
Hallo, I have a PDA (WinCE 4.2) application which using a XML-Webservice for data exchanging. Both parts are developed with VS2003. When I'm using IIS5.1 the system runs without problems. But...
6
by: monomaniac21 | last post by:
Hi all Is there a way to insert text into a mysql text field that already has text into it; without having first to extract the existing data and append the new text to that string variable and...
4
by: Mark | last post by:
I have written a PocketPC application that connects to a web service, and when im connected via the cable or via wireless then it pulls back the data correctly. However when connected to GPRS, i...
3
by: Venu gopal | last post by:
I am getting month and year in two text boxes but I want to both in one text boxe. I have tried using both ways but I have faield. Example: 012006 'MonthYear = "imonth" & "iyear" Month3.Text =...
4
by: Alaashamas | last post by:
Dear all , am facing a problem in Access 2003 , it may be easy but i couldnt find a solution to it , in a form when you move from one control to another the text in a text box is selected by default...
10
by: electric_r | last post by:
Hallo, I have 2 questions: with php and mysql : 1) How can I insert a text file into a TEXT field of a table ? 2) How can I insert a microsoft word file into a BLOB field of a table ?
3
by: Sheldon | last post by:
If I have the following string in a text field of a table: "This is a test" can I create an update query that will change, say, the string "is" to "xyz" in the two locations where it occurs or...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.