| Thread | Last Post | Replies |
|
| how to learn ASP.NET????? | 11 Oct 2003 17:41 GMT | 2 |
Thank you for your reply!!
|
| File upload and page PostBack. | 10 Oct 2003 18:27 GMT | 1 |
In my project I am uploading file using File control. After browsing file user needs to select other values from DropdownList to determine uploading path. After selection in couple of drop down lists page needs to postback. The problem is File input field becomes clear
|
| Enumerated Types | 10 Oct 2003 13:34 GMT | 2 |
In my web service I have a enumerated type as follows Enum ProductType as Integer Household = 765 Outdoor = 9
|
| Deployment and testing from another computer | 09 Oct 2003 19:35 GMT | 2 |
I need to create a web service. This web service should be installed on my machine, and accessed by other PCs, so my PC should become a server, how can I achieve this? I was able to create a web service and tested it successfully on my machine,
|
| Returning Dataset | 09 Oct 2003 15:02 GMT | 1 |
I have been working on a .NET application architecture for a client for the past several months based on many of the patterns & practices described by Microsoft and other major .NET sites on the Web. In a nut shell I have a Data Access Layer which access the database through
|
| extracting an entire node from XML file | 09 Oct 2003 12:18 GMT | 1 |
i have a file which i have to write in C#. i want to extract an entire node by itself at once ( wherever it occurs in the file .. as ) <?xml version="1.0"?> <book>
|
| DIME Attachment from Client to Server | 08 Oct 2003 17:22 GMT | 2 |
I need to write an application which needs to transfer a binary file from client to server. I will be able to send it as DIME attachment along with the SOAP message. This example which uses WS Attachments from Webservice to
|
| WebServices : Notification is not supported. | 08 Oct 2003 08:29 GMT | 1 |
When binding to a WDSL description I receive the following warning. "Custom tool warning: At least one import Operation is an unsupported type and has been ignored." In the resulting code in reference.vb I get
|
| Data intensive web services | 07 Oct 2003 20:17 GMT | 4 |
I am developing a web service for a customer hosting an online job application form. The customer has about 200 input fields ( mostly boolean values of Yes / No questions , string and integers ) which he will be sending
|
| Dynamic page generation page examples? | 07 Oct 2003 06:41 GMT | 1 |
Hoping to add a "generate your own web service" feature to my application. I have been searching MSDN and other places for an example of .NET code that dynamically writes, compiles, and deploys an ASMX or ASPX page. Maybe I just do not know what to search for. Does anyone know of ...
|
| Webservice on XP | 06 Oct 2003 17:34 GMT | 3 |
I've got a webservice which is called from javascript in asp. This has been installed on various Win2000 machines and is working fine. Now I installed it on a WinXP machine and get the following error: System.Web.Services.Protocols.SoapException: Server was unable to read
|
| Passing around encryption keys... | 06 Oct 2003 17:27 GMT | 2 |
I have a need to encrypt data coming from and to a server. I've decided to use custom soap headers and attributes to do this (Not using the WSE). I'm the first one to admit. I'm a poon when it comes to encryption. This is a little flowchart of what I need to do...
|
| Create dataset in ASP .net from Results of a WebService | 06 Oct 2003 15:43 GMT | 1 |
I am consuming a web service from an ASP.net web page. The webservice returns an array of customer objects. I want to display the customer details in a Datagrid. How do I convert the array of customer objects into a Dataset (which I can then use as the datasource of the
|
| Interfaces And Web Services | 06 Oct 2003 14:04 GMT | 4 |
Im having a little trouble with the fiollowing in a web service Public Interface IBookAttribute Property Description() As String End Interface
|
| what is the benefits of using web services? | 06 Oct 2003 14:00 GMT | 1 |
We have beeen developing database application in C# .net. what is the benefits of using web services when accesing data, instead of accessing data with out using a web services.
|