Private Sub FillServiceCategory() cmbSrvCat.DataValueField = "SRVC_SUM_ID" cmbSrvCat.DataTextField = "SRVC_SUM_DESC" cmbSrvCat.DataSource = db.tbl_Service_Summary.OrderBy(Function(x) x.SRVC_SUM_DESC).ToList() cmbSrvCat.DataBind() cmbSrvCat.Items.Insert(0, New RadComboBoxItem("")) End Sub
Software engineering and business solutions blog featuring SaaS reviews, automation tools, and business insurance guides. Buyer-intent content designed to drive high-quality traffic and conversions.
Friday, June 28, 2013
LINQ VB.NET CODE SNIPPET
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment