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
This blog is about my history as a software engineer utilizing technologies C#, Java, React, JavaScript, .NET Core, SQL Server , Oracle, GIT, GitHub, Jira, Azure, AWS and HTML5. “I have not failed. I've just found 10,000 ways that won't work.” Thomas A. Edison. Please click on all my ADVERTISING links to help support this blog. Thank you.
Friday, June 28, 2013
LINQ VB.NET CODE SNIPPET
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment