Posts
Sort by recent activity
Debugging .Net aasemblies like Sytem.Web
I am tring to debug the following statement
string temp2 = (string)HttpContext.GetLocalResourceObject("~/Samples/Samples/Index.aspx", "ButtonsTest");
It will step into the code for Controller and C...