Change some part in URL as per Id using C# -


i using url rewriting making url better using c#. retrieving data base on id , display title in url.

i.e. lets take url of stackoverflow only.

http://stackoverflow.com/questions/24422364/flattened-out-a-mixed-type-of-list 

it fetch data using id 24422364. now, if change id manually in url , enter fetch data, automatically change title (in url title means - flattened-out-a-mixed-type-of-list).

if change id '24422315' example redirect url http://stackoverflow.com/questions/24422315/passing-java-script-function-result-to-angular-ng-table means has change title also.

in case, if user change id fetchs new data sure not changing title. so, how ?

please me this.

page url : www.example.com/projects/5/this-is-something.html, page project.aspx, 5 & this-is-something querystring.


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -