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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:12:42+00:00 2026-05-26T05:12:42+00:00

This is a simple task that I want to acheive but ASP.NET makes it

  • 0

This is a simple task that I want to acheive but ASP.NET makes it quite difficult, next to impossible. I followed this question
Running a Stored Procedure in C# Button but found out ExecuteNonQuery does not return the output from query.

I tried this other approach but can’t seem to pass the paremeters in this way

SqlConnection myConnection = new SqlConnection(myconnectionString);

SqlCommand myCommand = new SqlCommand();
myCommand.CommandType = CommandType.StoredProcedure;
myCommand.CommandText = "usp_GetCustomer";

myCommand.SelectParameter <-- does not exist

Can someone write this simple code, how can I implement it? Basically I am passing a @username and @month (both character strings) to stored procedure and it returns a number that I want to capture and assign to a label control.

Thank you

The output from my query is this. It runs a complex query, create a temp table and then it runs

select @@rowcount

and I am capturing that.

  • 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-26T05:12:43+00:00Added an answer on May 26, 2026 at 5:12 am
    1. Don’t use SqlCommand.ExecuteNonQuery() if you actually want data from a result set.

    2. Make sure your procedure uses set nocount on

    3. Then use SqlCommand.ExecuteScalar()

      return (int)myCommand.ExecuteScalar(); // value of select @@rowcount
      

    Edit: As for your parameters:

    myCommand.Parameters.AddWithValue("@username","jsmith");
    myCommand.Parameters.AddWithValue("@month","January");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm interested in creating a plugin that does this simple task: Steps 1. User
I'm having difficulty doing this seemingly simple task. I want to load XML files
This is a homework task, but it's very simple. The task comes with a
I have this simple Ant task that lists all '.png' files in a folder:
I dont know whether this simple task or not, but I tried to search
I have the following issue whith this very simple task. I want to create
I am surprised that I can't find the answer to this simple task. I
This should be a very simple task, but for some reason I'm running into
I want to achieve a pretty simple task, but none of the solutions here
i Have been given this simple task , I want to connect to facebook

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.