User Profile

Collapse

Profile Sidebar

Collapse
rony08
rony08
Last Activity: Nov 21 '12, 07:49 AM
Joined: Oct 29 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rony08
    replied to calculated column in datagridview
    in .NET
    Hi
    Thanks for your reply, I have figured out on adding expression column another way but now having difficulty to get the correct out put . any bit of info would be helpful
    Code:
            Dim dt As New DataTable
            dt.Columns.Add("col1")
            dt.Columns.Add("col2")
            dt.Columns.Add("col3")
            dt.Columns.Add("col4")
            dt.Columns.Add("total")
    ...
    See more | Go to post

    Leave a comment:


  • rony08
    started a topic calculated column in datagridview
    in .NET

    calculated column in datagridview

    Hi friends
    I am new to vb.net , I am having difficulty to add a calculated column to calculate
    amount = salesPrice*qty in the code below
    please help me

    Code:
      
     DataGridView1.ColumnCount = 5
            DataGridView1.Columns(0).Name = "Product ID"
            DataGridView1.Columns(1).Name = "Product Name"
            DataGridView1.Columns(2).Name = "salesPrice"
    ...
    See more | Go to post
No activity results to display
Show More
Working...