Search results for query: *

  1. S

    Question Unit Length Converter Calculation

    This is my first project for the Unit Length Converter. Please could you share me an example of lines of code that give results on the right Unit To as seen on the graphical example link. Thanks for the correction of 1 inch = 2.54 centimeters.
  2. S

    Question Unit Length Converter Calculation

    Thank you 22-degrees for your quick response. I tried with this following line of code on calculate button: Protected Sub btncalculate_Click(sender As Object, e As System.EventArgs) Handles btncalculate.Click Dim Num As Double Dim val1 As Double = TextBox1.Text Dim...
  3. S

    Question Unit Length Converter Calculation

    Hello Everyone, I am doing a project "Unit Length Converter" using VB.NET. I have two dropdownlist, 10 lines of textboxes (20 textboxes each side) and one Calculate button. Please see the graphical sample of my project I am doing right now: http://sdrv.ms/XMElf7 I selected the units of...
  4. S

    Display XML Select Node values in the asp.net label

    Hi All, I have a SQL table with XML Data Type (FormXML). Please see the attached picture 1 of the SQL table for your review. The SQL table displays data fields with values: Name: John Mark CodeNum: 88 Data: 3/19/2009 12:00:00 AM FormXML: <FormXML> <DocInfo> <Check>...
Back
Top