Inserting Multiline Text to Datagridview - VB.net 2008

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • evilson
    New Member
    • May 2009
    • 6

    Inserting Multiline Text to Datagridview - VB.net 2008

    Hi,

    I have two textbox, one of the textbx is is set to multiline. Problem is when i try to insert the value of the multiline textbox to the datagridview, it never work. The datagrid's warpmode is already set to true but the value doesnt change.

    this is the code:
    .DataGridView1. Rows(DataGridVi ew1.CurrentRow. Index).Cells(0) .Value = .txtemail.Text
    .DataGridView1. Rows(DataGridVi ew1.CurrentRow. Index).Cells(1) .Value = .txtremarks.Tex t

    Please responds immidiately...m y project must be working tomorow....plea se
Working...