Search results for query: *

  1. R

    Control Problem

    Hi, Managed to sort this soon after posting... turns out I had missed something else as well, although now I dont remember what or where. Regards
  2. R

    Control Problem

    Hi, I've created a menu which has categories created from an MS Access database, and have used the same code before with no problems, but this time, I get an error.... System.Web.HttpException: Control '_ctl0_ItemTypes__ctl0_ItemType' of type 'LinkButton' must be placed inside a form tag with...
  3. R

    Object reference not set to an instance of an object

    Hi, This is now sorted. Had someone more experienced than myself look at it. Turns out a few things were wrong, so lucky I got it checked over. Thanks for all your help.
  4. R

    Object reference not set to an instance of an object

    I'm not sure - It don't seem to highlight the problem when debugging. BasVehicles is a reference file which I have used. contents below: Module basVehicles Private mVehicles As DataSet Public Property getVehicles() As DataSet Get getVehicles = mVehicles End...
  5. R

    Object reference not set to an instance of an object

    I have a form which allows you to select the records. What I'm trying to do is be able to click a button which opens another form, and displays some parts of the selected record. I have tried the following code in the Form_Load event and the Form_Activated event, but wherever I put it, I get...
Back
Top