QueryString problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My application redirect to a another page after the user click a button. The
url looks like this: http://localhost/WebApp/prtDelReq.aspx?prtindex=0

So in my prtDelReq page load codes, I try to get the prtindex by doing:
Dim prtindex As String = Request.QueryString("prtindex")

The problem is I don't get the correct prtindex. It's not null, not nothing,
I still get values for prtindex. But I get all dashes (-).

Does anyone know why? Thank you in advance.
 
Sorry. Please ignore this question. I've figured it out that those are not
dashes, just that the font size are so small that they look like dashes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top