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 8267385
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T05:30:22+00:00 2026-06-08T05:30:22+00:00

I have a problem in WPF using DataGrid, I am using SQLDataReader and when

  • 0

I have a problem in WPF using DataGrid, I am using SQLDataReader and when I populate record from Datatable to Datagrid there are no record but it hasRows my Code is this.

try
{
    string commandText = "dbo.sp_select_survey";
    SqlConnection conn = new SqlConnection("Data Source=IT-PC1;Initial Catalog=gcserp;User ID=test;Password=test;Initial Catalog=gcserp;Integrated Security=True");

    SqlCommand cmd = new SqlCommand(commandText, conn);
    cmd.CommandType = System.Data.CommandType.StoredProcedure;
    cmd.CommandTimeout = 600;

    conn.Open();

    SqlDataReader objRDR = cmd.ExecuteReader((CommandBehavior.CloseConnection));

    DataTable dt = new DataTable();
    dt.Load(objRDR);

    dataGrid1.ItemsSource=dt.DefaultView;            
}
catch
{           
}
  • 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-06-08T05:30:24+00:00Added an answer on June 8, 2026 at 5:30 am

    not sure what your aspx page looks like and what setting you have in you datagrid, but I would first test the datagrid without defining any boundcolumns or customtemplate columns and make sure the autogeneratecolumns is set to true. Just something basic like to see if your data will bind to the grid:

    <asp:datagrid id="dataGrid1" runat="server" />
    

    Also make sure you are not returning any null values and include ISNULL(field,”) in you query.

    Finally in .net framework 4 you should be using gridview instead of datagrid…not sure if that is a typo.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a persistent problem with textboxes in WPF, using .NET 3.5. With a
I have problem with WPF - I'm quiet new in this smart technology. So
I have a problem with my WPF application. I have a datagrid (Wpf Toolkit),
I have some strange problem in my WPF app. I'm using a MVVM pattern
I have a WPF Datagrid populated using a Dataset. I am trying to change
I have a performance problem with the (WPF Toolkit) DataGrid. It contains about 1.000
I am using the WPF DataGrid component from the .NET 4 framework, it is
I have a datagrid in my wpf application and I have a simple problem.
This an C# WPF application with SQL CE as DataSource: I have a DataTable
I'm sure this is easy, but new to me for WPF using C#. I

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.