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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T08:52:02+00:00 2026-05-29T08:52:02+00:00

I wish to set the datasource as my bound field item, but i failed

  • 0

I wish to set the datasource as my bound field item, but i failed to do so, my output is not as my expected

output

boundfield userName movieComment

expected output

boundfield


SqlConnection conn = new SqlConnection(ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString);

SqlCommand cmdReadComment = new SqlCommand("SELECT  [userName],[movieComment] FROM [movieCommentTable] WHERE [movieTitle]='" + lblHeadTitle.Text + "'", conn);

SqlDataReader dtrReadComment;
conn.Open();

dtrReadComment = cmdReadComment.ExecuteReader();

GridView2.DataSource = dtrReadComment;

GridView2.RowStyle.Height = 200;


BoundField userNameBF = new BoundField();
userNameBF.DataField = "userName";
userNameBF.ItemStyle.Width = 180;
GridView2.Columns.Add(userNameBF);        

GridView2.DataBind();
  • 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-29T08:52:03+00:00Added an answer on May 29, 2026 at 8:52 am

    Try this GridView2.AutoGenerateColumns = false;. Read more on MSDN.

    This way you tell GridView not to generate columns on its own.

    Another solution can be, change your query to

    SELECT  [userName] FROM [movieCommentTable] WHERE...
    

    And comment out your custom code for BoundField.

    Hope this works for you

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

Sidebar

Related Questions

basically i wish to set a session folo by button click, but i failed
In a url we wish to set 3 points for the trip, not just
I wish to set some properties in MyFilter with constructor injection but it seems
I wish to set items from a list to the selectonemenu in icefaces. But
I wish to set a usererror string before leaving a function, depending on the
I wish to set an attribute on a public property in .NET, however I
I wish to get a particular set of files and the only access I
I have an existing set of .net libraries that I wish to call from
If I have a UIDatePicker, and I wish to set the minimum and maximum
I am using Django and Postgresql as my DBMS. I wish to set a

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.