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 Mike Lewis 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: *

  1. markk609

    Restricting Access to a PDF Files Directory - thread41-479169

    Security on the Web site that I am working on is based on a SQL Server accounts database; it is not based in any way on NTFS or a Windows domain. All I wish to do is enable users to log in through a members portal and use a link to a PDF file which is specific to their portal account - without...
  2. markk609

    Placing 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)...
  3. markk609

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

    DateTime Displaying Without Time in Datagrid Control

    I think I can put that UDF to good use. Many thanks.
  5. markk609

    DateTime Displaying 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...
  6. markk609

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

    Moving a Solution from Development to Production Servers

    Thank you, dace. What I think I should further explain is that my access to remote network shares is limited to the ability to map (which requires authenticating) to individual shares. Although the VPN connection does permit this, it does not, for example, support any ability to build a new...
  8. markk609

    Moving a Solution from Development 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...
  9. markk609

    Updates Via Textbox Bound to a Dataset Field

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

    Passing a Parameter to WebMethod from a VB.NET client

    Thank you for your reply. Yes, I certainly have tried ws.GetNew(param). For some reason, entering a parameter in the ws.GetNew() call is immediately flagged as an error and is accompanied by the following build error message: "Class 'WindowsApplicationTPC2.localhost2.dsNew' cannot be indexed...
  11. markk609

    Passing a Parameter to WebMethod from a VB.NET client

    I have created a WebMethod (named GetNew()) which returns a dataset based on a parameterized query. This WebMethod is successfully exposed and can be successfully invoked through my IE browser, prompting me for the query's parameter value before returning the dataset. All I want to do is be...

Part and Inventory Search

Back
Top