Search results for query: *

  • Users: Mark
  • Content: Threads
  • Order by date
  1. M

    Nesting a List Inside a Data Table Cell

    My objective is to build a representation of a weekly work assignment schedule with a row for each employee and a column for each day of the week. Accordingly, each cell in the associated data table might need to contain a list of assignments (for the specified employee on the specified day)...
  2. M

    Raising an Event

    What I am trying to do is so simple that I have to think I am missing something quite basic. Nevertheless, here goes.... Suppose that there is a command button control (butn1) on a Windows form which simply opens a message box. What would need to be done to add another command button control...
  3. M

    DateTime Displays Without Time in Datagrid Control

    I have a Windows Form application with a datagrid that is populated with a dataset based on a query of a SQL Server table. Access to the SQL Server database is by way of Web services. Some of the fields in the underlying SQL Server table are of the DateTime data type and they display properly...
  4. M

    Moving to Production Environment

    Using VB.NET, I have built a Windows client application which accesses data in a SQL Server database by way of Web services. Everything works well in my development environment. Now I am trying to place Web services on a remote IIS box in a Data Center. I have arrived at a point at which I am...
  5. M

    Moving a Solution to Production Servers

    I have created a VB.NET solution based on a Windows Form user interface, middle tier Web services, and a SQL backend. This was all created on a single local development system. I now need to deploy this solution for some preliminary beta testing in a remote data center environment in which I...
  6. M

    Updates from Windows form textbox

    I have placed both a group of textbox controls and a datagrid control on a Windows form. The fields in the datagrid are the same as those which populate the textbox controls. This form connects to a SQL Server database via Web services. All of the form's controls (both text boxes and...
Back
Top