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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T07:26:22+00:00 2026-06-01T07:26:22+00:00

I have a problem here. Right now I’m doing my Web Based Application, my

  • 0

I have a problem here. Right now I’m doing my Web Based Application, my coding didn’t have any error but got problems. For example, after the user choose any data in combobox, dropdownlist and calendar from database, the user will click ‘Report’ button. After the user click ‘Report’ button, it will go to Report page.

Code studDetail.aspx.cs:

if (Date != "" && studNam != "ALL" && subject != "ALL")
{
  Response.Redirect("repStudReport.aspx?Date =" 
                    + Date + "&studNam =" + studNam + "&subject =" + subject);
}

When I debug the coding variable for Date, Student Name and Subject (in studDetail.aspx.cs) are not equal to null which mean that it has value.
My problem is, the value from Date, Student Name and Subject (studDetail.aspx.cs) didn’t pass to these code (repStudReport.aspx.cs):

Code for repStudReport :

string Date = Request.QueryString["Date"];
string studNam = Request.QueryString["studNam"];
string subject = Request.QueryString["subject"];

Date =null studNam=null and subject=null

  • 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-01T07:26:24+00:00Added an answer on June 1, 2026 at 7:26 am

    try this ?

    Response.Redirect("repStudReport.aspx?Date=" + Date + "&studNam=" + studNam + "&subject=" + subject);
    

    I think it is because of the space between your parameter name and “=”

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

Sidebar

Related Questions

I need a little push in the right direction. Here's my problem: I have
I'm having a strange problem here... I have an ASP.NET 3.5 application that has
I have a small problem here which I really am quite stuck in right
In have 3 models here: projects threads (project_id) thread_participations (thread_id, read boolean) Right now
I have a problem with some code I need to refactor. Right now it
Here is my problem: I have an <a> tag with data-role=button , now inside
I basically have this problem: right now, we have a system where it gets
I have a problem here. My Zend_Forms do not render in view script. Via
Using Rational ClearCase v. 7.0.1.1 with UCM, I have a problem here when using
I have an interesting problem here I've been trying to solve for the last

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.