Search results for query: *

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

    Passing in an expression

    Hello. I have an application that I need to pass in an expression to from an external source (database). I have a value that needs to be tested via this external expression and I just want to return a boolean value based on the outcome. I have a good grasp on everything needed except how to...
  2. MattB

    Formatting a cell in a CheckBoxList

    I'm trying to make a cell that is part of a CheckBoxList have the Wrap property set to False. I've created a OnDataBinding event for this control, and am having trouble referring to the cells. I want to set them all to not wrap. Here's what I have in my event currently that does not work. I've...
  3. MattB

    Cannot create ActiveX object on Win2k3

    I'm trying to call a COM/COM+ dll from vb.net (tried both vbscript and a simple vb.net Windows Form) and I get a "ActiveX Component can't create object" error. Anyone know what needs to be done to fix this? Thanks! Matt
Back
Top