Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6600417
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T18:37:10+00:00 2026-05-25T18:37:10+00:00

I’ve got a custom Data access layer in my ASP.NET project. It goes to

  • 0

I’ve got a custom Data access layer in my ASP.NET project. It goes to the db and retrieves all data required and returns it as DataTable objects.
I want to bind one of the DataTables to DevExpress ComboBox control:

var productsDal = DalProviderFactory.Instance.GetProductsDal();
cbProducts.DataSource = productsDal.GetAllProductNames(); //--> One-column DataTable object is returned here.
cbProducts.DataMember = "ProductName"; //--> Specifying name of the column.
cbProducts.DataBind(); 

This doesn’t work; it definitely binds something but doesn’t display it properly:

enter image description here

Ok. I found out that the ComboBox actually accepts SqlDataSource object as its DataSource. So I’ce tried to configure one:

<asp:SqlDataSource ID="dsProducts" runat="server" />

Now instead of having it connecting to the db itself, I want to use my DAL and somehow assign the datatable to the SqlDataSource. Is there any way of doing this?

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T18:37:11+00:00Added an answer on May 25, 2026 at 6:37 pm

    Bashir,

    use the TextField property of ASPxComboBox:

    <dx:ASPxComboBox runat="server" TextField="HERE" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have got a custom MembershipProvider in ASP.NET . Now there are 2 possible
I'm trying to access some custom data emitted into an SVG document by Visio
Suppose I got an external library bst that handles custom data types insertion in
I am considering using ADO.Net Data Services in a project for the purpose of
I've written my own custom data layer to persist to a specific file and
I've got an web app in ASP.NET 2.0 in which I need to do
I have an ASP.NET application that uses a custom MembershipProvider to allow users to
Alright, so here's my basic ASP.NET page setup: I've got a page with a
i have got various custom datatypes in my web application to map some data
I've got a custom control class in my project called CarSystemWindow. It descends from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.