I have a gridview which I databind to EntityModel
This typically looks like
something a something b companyID
on Login I get and set the compnay which has the ID so what in essence I want to do is on databind set the Where clause of data source to what the server side paramter for company ID is.
I am sure this is super simple but it is driving me nuts