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...
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)...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.