I am trying to shorten url with its QueryString
I recently saw an article that encrypts a url. But I don't know if I should go with that.
However, May I please know I can create a code that will shorten this url in C#
For example, how can I shorten the below link?
Response.Redirect("RegPage.aspx?Id=" pageID);