0
Reply

How to bind parameter values and pass the values to a URL?

Pranam Bhat

Pranam Bhat

3y
1.4k
1
Reply

Consider a scenario:

https://www.xyz.com/forums/AddPost.aspx?TSource=AddPost

Here AddPost.aspx seems to be a Backend file and “TSource=AddPost” basically kind of key-value pair to get the response over webpage.

How this can be achieved for a particularset of key-value pairs. Consider I’m having a page and page has data depending on set of URLS(key-value pair)

Like:

1) https://www.xyz.com/forums/AddPost.aspx?TSource=AddPost

2) https://www.xyz.com/forums/AddPost.aspx?TSource=DisplayPage

3) https://www.xyz.com/forums/AddPost.aspx?AData=UserInfo