TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
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?
Reply
Answers (
3
)
How do you convert an integer to two bytes in C#?
How to show window using ajax to take input ?