| Thread | Last Post | Replies |
|
| What is the hardware rquirement for web services application? | 26 Oct 2004 09:05 GMT | 3 |
If I want to build a web services application (not web application), what is the hardware requirement ? Does anyone have the experience?
|
| IBM AS400 DB2 Data connection driver for VB.NET (ADO.NET) | 26 Oct 2004 08:59 GMT | 2 |
Our company uses IBM AS400 and DB2 (version 4.5 I guess). I have to do some report but I donot know how to access the AS400 DB2. I search IBM unfortunately IBM site in mess. Can anyone tell me how to access AS400 DB2 so I can use VB.NET for my application to create a report?
|
| Urgent!! regarding Session management in WEbservice | 26 Oct 2004 08:51 GMT | 3 |
hi I wanted to know whether we can store something in Session objects in webservice.My windows application calls the webservice and i want the data to be stored in Session object so that each user can get its own
|
| VB Collection | 26 Oct 2004 08:51 GMT | 1 |
One of my team memebers wants to pass a VB Collection to use as a pick list for a drop down box on an aspx page. I have to use C# for the code behind for the aspx page. I can not find a collection object or any way to convert the collection to something that C# will use. I would ...
|
| What tools should I use? | 26 Oct 2004 08:36 GMT | 2 |
I'm going to be developing a small web interface that will be extending a Pervasive SQL application. Basically it will need to login with user's credentials and then query the Pervasive database app, play with the queried data, and then present the info on a web site for the ...
|
| print | 25 Oct 2004 23:25 GMT | 1 |
Like to print series of registry in printer dot matrix (32 columns) that it has installed drivers generico single text, if they could pass algun Link or example to me of like doing it. Franklin Marcano
|
| reg file | 25 Oct 2004 23:23 GMT | 1 |
i create a setup project from VS .NET. how do i run a reg file after finishing installing a program automatically?
|
| Web Service Extensions | 25 Oct 2004 22:41 GMT | 4 |
I'm playing around with an idea for an app that uses WSE (2.0) to communicate between client and server. Here's the deal - first I'm not using IIS or ASP.NET at all; just C# and WSE. The client and server will be Windows Forms apps. (It's hard finding info on Web Services that ...
|
| SDK download (and ATL) | 25 Oct 2004 19:42 GMT | 16 |
1) I've seen that you can download for free the .NET 2003 SDK, which seems to include everything you need to build apps from the command line, so you only have to actually pay for the development tools if you want the IDE, right?
|
| Simple SUM Aggregate Fuction Error | 25 Oct 2004 18:45 GMT | 2 |
I'm having an issue with an aggregate function in line 6 of the code below. The error is: "An aggregate may not appear in the set list of an UPDATE statement." How can i SUM this value successfully? Thanks experts.
|
| Populate a datagrid | 25 Oct 2004 18:07 GMT | 1 |
Was wondering if it is possible to take the contents of a row in a datagrid and use an event to copy over the details of the selected row into another datagrid. I'd like to be able to do the following: - I have a datagrid on my page which comes back as follows. The addresses are ...
|
| Deleting items from a Datagrid | 25 Oct 2004 17:59 GMT | 3 |
I've got a datagrid with a remove button and I would like to add some code in the code behind page so as whenthe button is clicked the corresponding row in the datagrid is removed. The Datagrid is populated by the items in an arraylist shown in the code below. When the button is ...
|
| Integration with source safe | 25 Oct 2004 17:28 GMT | 1 |
I am seeing an issue with visual studio and VSS i have not seen before. When i add a solution to source control that has a web project and a class project, it get added in an odd way. It adds .rro to the solution name and the projects in VSS do not match the structure on the disk ...
|
| How to unload the assembly? | 25 Oct 2004 16:21 GMT | 1 |
I have a problem... A webservice I built check the version of an assembly by using this code: app = [Assembly].LoadFrom(Server.MapPath(appName & "\" & assemblyName)) ' Return it's version
|
| add Node into XML file using XMLTextWriter without using XMLDocume | 25 Oct 2004 15:31 GMT | 5 |
I am trying to insert a node into an XMLFile. using XMLTextwriter. My Question is Is it possible to do without using XMLDocument. Because its loading all the the file into memory. I just want to insert in the front. My code is give
|