There is a case. I have 4 compiled classes included in my ASP.net, (c#) project which as BO.dll (an application extension file) and BO (program debug database file) say for example of 1 class. I have no source for these classes. How can I amend source of this class or can see the complete class.? Any idea?? example:
using Ctrl;
its calling like.
List<CompanyLPO> list = qCtrl.GetCompanyLPOApprovals();
when I press F12 on GetCompanyLPOApprovals it taken me into the bellow.
public List<CompanyLPO> GetCompanyLPOApprovals();
now I want to see GetCompanyLPOApprovals() source. How can I??
Regards,
Raja