In my Sample project i have used approach of session variable(where i stored id which is the primary key) and DataReader to populate data into a webform from database.Is there any other way to do it instead of using session variable?I have also heard of approach using querystring but not sure of how it works.so can you suggest other ways to do it with an example instead of using session variable(Beginner level).