Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Justin115
  • Content: Threads
  • Order by date
  1. Justin115

    TemplateColumns disappearing from GridView

    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...
  2. Justin115

    Best practice for letting VB know that your method throws an exception

    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)...
  3. Justin115

    Can't debug unit tests of an ASP.NET project in VS 2005

    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...

Part and Inventory Search

Back
Top