473,772 Members | 2,478 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET Framework Forum

Microsoft . NET Framework - Ask questions about Windows Communication Foundation(WCF), Windows Workflow Foundation(WF), applications (web, server, smart clients, console and database).
7
1,409
thread by: John Salerno | last post Mar 5 '06 by: Peter Flynn
Hi everyone. I thought I might do a little experiment with XML and type up some rules for syntax formatting for a programming language. But I'm a little confused about how to format the XML file. My first thought was I might do this in HTML instead, and I think I sort of wrote the XML file with HTML syntax in mind. Needless to say, nothing is...
1
1,470
thread by: news.comcast.net | last post Mar 5 '06 by: steve_marjoribanks
after reading soap specification at w3c i have a few questions 1) you can't use soap-envelope namespace with application specific <element>? since soap schema have not define namespace (env) can use with <MyElement> inside soap schema --> targetNamespace=http://www.w3.org/2003/05/soap-envelope
1
1,091
thread by: | last post Mar 5 '06 by: steve_marjoribanks
namespace is used for extending XML document that's define by another / different people? for example soap, someone defined soap envelope which is the basic structure / framework <HEADER> then user of soap can add his own elements inside the framework --> inside <HEADER> tag or but the new user elements is defined by different people...
0
1,261
thread by: | last post Mar 5 '06 by:
i just read through Axis user doc, but all sample app it mention doesn't show how to use the <HEADER> tag inside soap request / response. 1 -- is <HEADER> tag not much a use when doing 1 - 1 host to host request /response? 2 -- <HEADER> is only useful when soap massage need to pass multiple endpoints / hosts ? 3 -- Why most of the web...
0
1,051
thread by: | last post Mar 5 '06 by:
For the applications i worked on, it's only client / server - request / response, one - one communication. But when i read SOAP specification, it may have many intermediaries between the web service client and server Here is my question - 1 -- Does Aixs support intermediaries and what is intermediaries used for? 2 -- Does use of...
0
927
thread by: d# | last post Mar 5 '06 by: d#
Does anyone know of a way to clear the cookie cache in .Net via c#? Thanks, Yosh
1
2,041
thread by: arnold | last post Mar 5 '06 by: arnold
Hi, I've been knocking my head against the wall trying to create an XSL transform to perform "normalizations" of a set of XML files that have a common structure. % XML file before transform
2
5,860
thread by: zhengwt | last post Mar 5 '06 by: Don Roby
I used JDOM.jar to process xml-based document. Recently, I meet such a problem that I can not solve. First, I use the following code generate xml text: Element root = new Element("Root"); Document doc = new Document(root); ... // add some elements appended to root XMLOutputter out = new XMLOutputter();
1
1,150
thread by: Travis | last post Mar 5 '06 by: Christopher Reed
Hi , I have a two aspx page created to handle the report. 1) 1.ascx 2) 2.ascx 1.ascx contain the filtering of report parameter and 2.ascx contain the CR Viewer. how can I refer to the CR Viewer to 2.ascx from 1.ascx ?
1
1,103
thread by: tanveerkhalid2003 | last post Mar 5 '06 by: Christopher Reed
I got this error when i deployed my application on client machine, client machine has .net framework 1.1 and crystal Reports 9, and the same s/w are on my machine it is working fine here on my machine but when i deploayed it on client machine i got this error. I just need to resolve this as soon as possible, so plz help me if any one...
1
1,163
thread by: riyaz | last post Mar 5 '06 by: Christopher Reed
hi all i am new programmer to .net, i actually want to use crystal report in ASP.net as i create the report using the wizard & connected with data in sql server after that i dont know how to run the report in webpage plz provide me sugestions for this
2
1,371
thread by: Dave Lee | last post Mar 5 '06 by: Dave Lee
My apologies for probably being in the wrong group, but there does seem to be some discussion possibly related to my problem. I have a typical, personalized "my.yahoo" page and recently most all of the newsfeeds are no longer updated. It happens on IE and Firefox, doesn't matter if I am looking at my personalized page or if I log out and go to...
4
1,414
thread by: Ohad Redlich | last post Mar 5 '06 by: Ohad Redlich
hi i have my web service. i want its WSDL to expose, in addition to all the methods and structs, some const-s (ints). can i do that? thanks, Ohad -- visit my photography exhibition at www.pbase.com/ohadr
0
1,352
thread by: Guy | last post Mar 5 '06 by: Guy
Hi, I have a serialized object which looks like: <List> <ItemName="a"> <ItemName="b"> <Node Name="c" /> </Item> </Item>
0
1,268
thread by: Guy Soffer | last post Mar 5 '06 by: Guy Soffer
Hi, I have a serialized object which looks like: <List> <ItemName="a"> <ItemName="b"> <Node Name="c" /> </Item> </Item>
2
904
thread by: Abubakar | last post Mar 5 '06 by: Abubakar
Hi, I'm using WTL, and I want to know the path of my exe. How do i do that? Regards, Ab.
0
1,080
thread by: Hardik Shah | last post Mar 5 '06 by: Hardik Shah
Hi, Is there any article , which indicates order of forms events. I want to know that in which order form loaded .. i.e. Initialize, load , paint, gotfocus Thanks in advance.
0
981
thread by: erik | last post Mar 5 '06 by: erik
Hi! Does anyone know if I can bind a XML file directly to the tableLayoutPanel control to decide how many rows and colums the table shoul contain. And how should the XML in that case look like? Regards Erik
1
1,828
thread by: r2destini | last post Mar 5 '06 by: AHadiA
Hi Friends, I am new to .Net. So I don't know much. I am facing a problem in updating database through ADO.Net I am creating the dataset and there is no problem in the updation and deletion or insertion in the dataset but when I am updating the database through adaptor error occures (Coloured Red).
1
869
thread by: Ryan Liu | last post Mar 5 '06 by: AHadiA
Hi, Is that possible to make a property to be set only at design time, not later in code. I need this function is because that for a self definded control, if I want to use it on a form, the auto-generated code only take the constructor which with no parameters.
1
1,038
thread by: pitt | last post Mar 5 '06 by: AHadiA
i have datetimepicker with showup on form and customer must select time for reservation but if customer click on up or down button datetimepicker must raise(up) orlowering(down) minute on my clock. Only selected value can be something like that: 00:00 00:30 01:00
6
22,105
thread by: Giovanni | last post Mar 5 '06 by: Giovanni
Hi Guys, Really strange problem I am experiencing... I have setup a virtual directory with Read Only permissions on an ISA/IIS server (SBS 2003). In that virt. dir., I placed 1 file (setup.exe). I then use WebClient.DownloadFileAsync (.NET 2.0 Pro.) and all downloads well including progress bar indicator, bytes received, etc... Here is...
11
1,378
thread by: justin.creasy | last post Mar 5 '06 by: justin.creasy
Hello, a lab that I help manage just got Visual Studio 6 for its computer science class. We're having problems even getting simple projects to compile on the computers in VS 6. We think one problem might be that we're running .NET 2.0 framework on the same computers for some applicaitons we're testing. Has anyone heard of compatibility issues...
3
3,305
thread by: gdelfino | last post Mar 4 '06 by: gdelfino
I have an XML file which I transform into XHTML using stylesheetA.xsl. I also have stylesheetB.xsl which transforms my XML file into an Excel XML document. As both Excel and most new browsers have a built in XSTL engine, I decided to add the stylesheet information to the original XML file. Like this <?xml version="1.0" encoding="utf-8"...
2
1,528
thread by: enantiomer | last post Mar 4 '06 by: enantiomer
I have a question about web services and .NET 2.0. My question is how you can maintain type fidelity of objects returned from your web service. This would be useful for me so that objects returned from my web service would be interchangable with objects returned from remoting. My coworker was saying that he knows that this is possible with...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.