Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
How to pass the Query String Parameter to the Data Acess Layer
posted

Hi 

I get the id of a page in the query string, like  page.aspx?porID=3, I have a webdatagrid on this page. I am using Object datasource to define select,update,delete,insert methods.

I need the porID inside the Data Access Layer insert,update,delete,select functions

Can you please suggest me how to get the porID inside these functions.

 

Thanks,