i am using linked severs and synonym in sql server 08
in vs08 webpage when i connect the sqldatasource to the db it doesnot show the linked server or the synonyms!! (i don't know why it doesnot show the linked severs).
so i write queries manually for the sql datasource like
select * from synonymname;
i would like to use the facilities given by sqldatasource when it binds to controls like like view etc.
from where can i learn how to program the sqldatasource and write queries for insert delete update such that when biding to any grid, it works perfectly offering all the features like paging deleting insert updating etc.