I have stored an employee and salary details in the database tables. Now I have to retrieve all the details from database by using query string
But I'm not sure is it possible to get them using query string concept.
And I have taken the common column empid in both the tables
Please help in this