I'm dynamically adding columns to a GridView which contains two declaratively-defined TemplateFields which each contain a LinkButton. When I add the new columns after the TemplateColumns, everything works fine. But when I insert the columns into the beginning of the GridView's columns...
In my SQL data access layer in a VB 2005 class library, I have a few blocks which fit the following pattern:
try
execute SQL command
catch DataException
process exception (log it, etc.)
generate and throw new DataException
(with the original exception as an inner exception)...
I'm trying to use the debugger to step through some unit tests I wrote for an ASP.NET 2.0 web service. Unfortunately, I can't get the debugger to hit any of my breakpoints. It flys right by breakpoints in both the unit test code and the code in the web service project. If it matters, I'm not...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.