query string question
-
how do i debug when i am not getting back the querystring parameters from the browser to the server? thank you.
---------------------------------------------------------- Lorem ipsum dolor sit amet.
-
what do you mean? you can't see your parameters in the querystring or it's not even there?
Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif
-
i am not receiving it on the server side. i am actually more asking of a debugging technique/tool.
---------------------------------------------------------- Lorem ipsum dolor sit amet.
You can always manually type in the url with parameters to a browser. However, where is the request coming from? Is it from your own page? Then you need to determine why the query string is not being supplied.
I know the language. I've read a book. - _Madmatt
-
You can always manually type in the url with parameters to a browser. However, where is the request coming from? Is it from your own page? Then you need to determine why the query string is not being supplied.
I know the language. I've read a book. - _Madmatt
yes you're right that's what i'm doing is typing the url on the address bar with the query string. and it is my page. is fiddler something that would be useful in this situation? i'm talking about trapping the request/response.
---------------------------------------------------------- Lorem ipsum dolor sit amet.
-
yes you're right that's what i'm doing is typing the url on the address bar with the query string. and it is my page. is fiddler something that would be useful in this situation? i'm talking about trapping the request/response.
---------------------------------------------------------- Lorem ipsum dolor sit amet.
You are going to have to elaborate. Are you using Visual Studio? You can't set a breakpoint and inspect the query string?
I know the language. I've read a book. - _Madmatt