Hi all, First off im a newbie to linq so please be kind! I have a datacontext class with tables on but more importantly it has 2 stored procedures on it 1 to get and 1 to update a table. The problem: On my form i have a datagrid with the datasourceid set to be a linqdatasource. The linqdatasource is assigned to my context class but i cant set tablename as i want to use a stored proc which i do on the selecing method all works fine so far and result as displayed in my grid. Now the problem is as i
Read More...