Greetings sir,
Assuming I want to search for a record from a list. When I put the search criteria like 1
When I click the submit, The URL will be like this https://Localhost/Home/Search
The record is retrieved no doubt with added security I think but for learning purposes
How can I change it to look like this
Https://Localhost/Home/Search?SearchTerm = 1
Search is the View, The textbook is SearchTerm
Thanks Sir for all your good work.