473,799 Members | 3,082 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).
2
4,739
thread by: Michael Bohman | last post Mar 9 '06 by: Michael Bohman
Hi, i have a small problem with assigning a database value to a RadioButtonList control. On my form i have 3 user admin=1, premium=2 and basic=3, theese values is stored in an access database in a text string. My problem is that when i'm loading my form, it uses a repeater control for each user by the way, I can't find a way to assign either...
2
1,053
thread by: Johannes Koch | last post Mar 9 '06 by: Johannes Koch
Hi, I want to process non-namespaced markup documents written in different languages. I use e.g. with Xerces' XNI XMLDocumentHandler. Unfortunately, some languages use the same element types. But I have to treat them differently. One approach would be to make the distinction by the root element type. Are there more suitable approaches?...
1
1,192
thread by: joshjbond | last post Mar 9 '06 by: joshjbond
Hello All, I am having some trouble deserializing some xml into a series of objects that are part of a web service proxy. I know the XML is valid, and the objects are up to date (the xml instance doc validates against the original scheme, which is current with the WSDL). The issue looks familiar, its identical to one that I have seen when...
3
2,427
thread by: Kerberos | last post Mar 9 '06 by: sadman
When I deliver a page as text/html, the javascripts work, but if delivered as application/xhtml+xml, the javascripts don't work: function OpenBrWindow(theURL,winName,features, myWidth, myHeight, isCenter) { //v3.0 if(window.screen)if(isCenter)if(isCenter=="true"){ var myLeft = (screen.width-myWidth)/2; var myTop =...
3
1,222
thread by: carrilho.paulo | last post Mar 9 '06 by: Peter Flynn
I've a project where the XML should be transformed. If a tag exists in Output and Parameters, the Parameters one should be replaced by the Output corresponding and its childs. Example: (XML In): <RESULT> <PARAMETERS> <CYCLE>
0
938
thread by: Martin Russ | last post Mar 9 '06 by: Martin Russ
Hi, I have a webbrowser on my form which I would like to stream a .pdf to. I've done this before with ASP.NET, but can't find a way to set the 'content.type' for the document. I've also tried saving the stream as a file (.pdf) and navigating to it, but unlike IE, you get a stupid 'download' dialog instead of it just loading the document.
0
1,274
thread by: Bob | last post Mar 9 '06 by: Bob
Hi Could anyone tell me if it is posible to change the width of the vertical scrollbar on a panel control who's autoscroll property is set to true. I'm producing a touch screen application and the standard size of a scrollbar is too small. Does anyone have any better solutions? Thanks in advance Rob
5
2,075
thread by: fkater | last post Mar 9 '06 by: Peter Flynn
Hi, we need to enter lots of data which are basicly descriptions of pc hardware configuration like this: Mainboard: vendor=... #of PCI slots=3 slot 1 graphic adapter
2
1,680
thread by: Speedydooo | last post Mar 9 '06 by: tjfdownsouth
Is it possible to print on the server using Web Services? I have a CE app that reads and writes to the database using Web Service. I would like to print a Summary of each transaction after it is done. Since I cannot print from the CE device, I would like to print it on the Server by passing the transaction number to the Web Service. I...
0
949
thread by: Alexander | last post Mar 9 '06 by: Alexander
Haw can i get name of *.msi (runnig setup file) in installer class?
0
1,124
thread by: wASP | last post Mar 9 '06 by: wASP
Hi, I'm having a problem with establishing breakpoints in DbgCLR Version 2.0. I've set breakpoints for statements in Page_Init, and they were never triggered when I loaded the webpage. I place my cursor over the breakpoint symbols, and I get the message: "The Breakpoint will not currently be hit. No Symbols have been loaded for this...
1
1,688
thread by: Nadagouda | last post Mar 9 '06 by: Josh Twist
if i build using visual studio no problem everything works great. if i use csc.exe to compile webservice, and everything works fine. except writing to log. i have some code in global.asax and also trace entire webservice which writes to the log global.asax
3
968
thread by: Steve Repp | last post Mar 9 '06 by: Josh Twist
Never seen anything like this. I have a C# app on the web that executes as expected, except for one subdirectory. In this particular subdirectory, the application fails to execute the C# code and just returns the code as static HTML. No compilation errors. No missing refs. No idea what could be wrong!
0
1,165
thread by: deepuk75 | last post Mar 9 '06 by: deepuk75
I need to extract embedded icons and other images from a Dll. How to do this in c# or vb.net.
0
1,124
thread by: leszekl | last post Mar 9 '06 by: leszekl
Hello everybody, I am looking for any tool that allows to convert between two XML-bassed standards: eBis-XML and EDIFACT. Any advise is greatly appreciated. Thank you and best regards Leszek Leszczynski
1
1,537
thread by: CLEAR-RCIC | last post Mar 9 '06 by: John Timney \( MVP \)
Does anyone know how to programatically force a user to change their password on next logon?
0
733
thread by: Filippo Bettinaglio | last post Mar 9 '06 by: Filippo Bettinaglio
Hi, How can I get the reference to the HTML page (DOM) in which my usercontrols (C# windows form) is embeded into? Many Thanks, Filippo
3
368
thread by: 1-crm | last post Mar 9 '06 by: Martin Honnen
Hi, i'd like to validate my XML file (see below) using XML Schema. Now my question: is it possible to limit the occurrence of the element b in the data element. I mean: data can contain up to 6 b elements, but it doesn't matter how the b elements are allocated in the elements a and c. Any help would be appreciated -- thank you!
3
1,375
thread by: | last post Mar 9 '06 by: Mike
Hi to everybody, I have the following situation: I have a lengthy operation inside a desktop application - something that has to be executed on the main thread of the app (this is a must) .... server.callLennghtyOperation(...) ....
1
1,280
thread by: Ivan | last post Mar 9 '06 by: William DePalo [MVP VC++]
Hello. I’m trying to capture standard output of the other process which is launched from my win app. I tried to do it with freopen function which captured content of the printf functions, but not the output of the other processes (even if it used printf function and launched with system function). How can I perform my task? How should...
5
2,294
thread by: Greg Allen | last post Mar 9 '06 by: Greg Allen
I am consuming a web service and using the generated Reference.cs to access the service and the objects associated with it. I have run into a problem where some inherited classes are not being deserialized. I have verified that the XML being returned by the service contains the tags I am expecting, but they don't show up in the resulting...
5
2,436
thread by: Chris Stankevitz | last post Mar 9 '06 by: William DePalo [MVP VC++]
My app reliably dies after a long time. I would like to dump core before it dies, and use that core as a starting point in debugging to save me from having to spend so much time waiting. Is this possible? I suppose I could run my entire IDE inside a vmware virtual machine? Thanks for your help, Chris
0
794
thread by: Doug | last post Mar 9 '06 by: Doug
Hello. Here's the problem.. User is running Windows 98 and Outlook 2000. Everytime the user opens Outlook the Internet Find dialogue box appears.. Ran spyware removal tool and everything came out okay? Any suggestions? Doug
0
901
thread by: HGJ | last post Mar 9 '06 by: HGJ
I am trying to develop a Document Management. I don’t like to reinvent the wheel. Can some guide me to find some source code to work from. Please help me Thanks Harry
0
905
thread by: Lamis | last post Mar 9 '06 by: Lamis
HI, I need an animation of a charging battery... any ideas where I can find the one we have on Ericssons mobiles??? -- LZ

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.