Coding With a With in C# (sounds like I'm lithping, doesn't it?)
I've been coding in C# for, oh, a good year now, but I started my .NET journey in VB. There are things I miss from VB, but one thing I definitely miss is the WITH statement, as in
with DropDown
.DataSource = dt.defaultview
.DataValueField = "id"
.DataTextField = "desc"
.DataBind()
end with
“And that's all I've got to say about that.” -- Forest Gump