Search results for query: *

  1. V

    Object reference not set to an instance of an object

    Our customers get an unahndled exception as stated above. Can you tell me how to trap the error on customer applicaiton? Customer does not know when the error comes so i want to know what causes the error. Please can someone help urgently?
  2. V

    deploy to shared network drive

    I have vb.net (2003) application that needs to be deployed. Backend is SQL server 2000. I created this app on local drive of my machine. Now it needs to be used by users on the network. SO I need to move the entire project folder onto network. The network drive 'P' maps to a server 'Server1'. I...
  3. V

    datagrid row colour

    I have a datagrid that gets its rows from a resultset of a sql stored procedure. I want to make few rows of the datagrid different coloured based on a condition? Could someone please tell how to do this? Using datagrid.forecolour will give a colour to all rows in datagrid. I just want to change...
  4. V

    Get NT logon

    How to get windows nt login username of the user using my application?
  5. V

    Delete all rows from datatable

    How to delete all rows from a datatable?
  6. V

    datagrid - new row

    I have a vb.net form that has a datagrid. New rows are to datagrid by click of a button. Code to add rows into datagrid is in the click event of the button and has datagrid linked to a datatable. So datagrid.datasource is datatable. The button click event calls a SQL stored procedure that gets...
Back
Top