please help me with this, i two tables named tblaccess(nID,nRoleID,nModuleID,cAccess) and tblmodule(nModuleID,cModuleName) and i have a datagrid which is bounded to tblaccess. the problem is, I want to display cModuleName from tblmodule instead of nModuleID. please tell me how.
please help me with this, i two tables named tblaccess(nID,nRoleID,nModuleID,cAccess) and tblmodule(nModuleID,cModuleName) and i
Share
You can get your desired output as below way, just get data by querying between the tables, please bind your datagrid using the data that retrieve from below query, thanks