Lennie Kuah

Lennie Kuah

  • NA
  • 29
  • 0

C#NET2008 Coding using WITH

Oct 12 2010 7:49 PM

Dear Good Guys,
I need your help. Please help me.
I am very confused as how to use the command WITH  with C#NET2008. but in VB.NET this is how I used it:
With me.ListBoxCust
             .ColumnWidth = this.ListBoxCust.Width
             .DisplayMember = "Companyname" 
             .ValueMember  ="CustomerID"
            .DataSource = DS.Tables("Cust");
End With
-------------------------------------------------
How to use it in C#NEt2008?

Answers (3)