Hi,
Perhaps this is a silly question, but I need to pass more than one variable in my URL, for example, my current URL uses only one variable and it looks like this:
http://localhost:49480/FIN/propDetails.aspx?pid=A002
What I need is to add more variables in the above URL. I need something in this format:
http://localhost:49480/FIN/propDetails.aspx/?Category=tools/?City=NJ/?pid=A002
I need to pass more than one variable in the link like the above example:
Variables:
Category, ID, City
Is that possible in ASP.Net?