J
jsingh2000
I was just browsing through Dell's website and saw usage of '/' after
the aspx page name(productdetails.aspx) in the url. e.g.:-
http://www.dell.com/content/products/productdetails.aspx/inspnnb_1720?c=us&cs=19&l=en&s=dhs&~ck=mn
I am only familiar with usage of the query strings using the following
format:-
'.../pagename.aspx?
<queryStringVariable1>=<Value1>&<queryStringVariable2>=<Value2>...'
Any idea about the usage of the former type? Does it has any specific
advantages?
Thanks in advance for the response.
the aspx page name(productdetails.aspx) in the url. e.g.:-
http://www.dell.com/content/products/productdetails.aspx/inspnnb_1720?c=us&cs=19&l=en&s=dhs&~ck=mn
I am only familiar with usage of the query strings using the following
format:-
'.../pagename.aspx?
<queryStringVariable1>=<Value1>&<queryStringVariable2>=<Value2>...'
Any idea about the usage of the former type? Does it has any specific
advantages?
Thanks in advance for the response.