-
hi im trying to use and xml page to conatin a few bits of data so that i can read it from c#. here is the xml page <?xml version="1.0" encoding="utf-8" ?> <skintitle> Whatever title here </skintitle> then this is the c# page string path = Server.MapPath(""...
-
I have a repeater with data from a xml file, in front of wich row i inserted a htmlcheckbox, for the user to select rows, this repeater has paging. I saved in a hashtable the xml row id as the key, and the checkbox value, if is cheked i save 1, if is unchecked i save 0. However now i don´t know...
-
What's the best approach for merging data from a SQL Server database and an XML document? Basically, I have a database which holds courses running and occurences of these courses. I then have an XML file which contains the marketing information for these courses. I'd like to combine these for...
-
Hi I build an xml string dynamically in code . When I load this string into XmlDocument object an exception occurs --> "Invalid URI: The URI scheme is not valid." Thanks for your help Code is Below strXmlDoc = "<media xmlns=\"http://www.openmobilealliance.org/xmlns/dd\">"...
-
Hi guys!! I m almost done with my application, but giving me a final error. In Page_Load I am using: string userName; userName = ( string )User.Identity.Name; Response.Write( "*********" + userName + "*************" ); if (userName.Contains( "patel" )) { // do something...
-
I have been stuck on this for a day now. What I have is a string coming back from a web service that I do not have any control over, and am unable to get any changes made to it. So far I have tried the following code: Dim xmlDoc As New XmlDataDocument xmlDoc.LoadXml(strDoc) dsXML = xmlDoc.DataSet So...
-
I have the following code to update an RESX file. I wonder if there is a more clean way to do this, because I'm actually overwriting every value in it. ResXResourceReader rsReader = new ResXResourceReader ( "d:\\Tmp\\file.resx" ); ResXResourceWriter rsWriter = new ResXResourceWriter ( "d...
-
Our company is going to be releasing a global website and it needs to have various languages (German, Spanish, Chinese, etc.) the end-user can select. What we are attempting to do is store those languages in an xml file, have them transformed (xsl) and displayed on our page via an xml control in aspx...
Posted to
XML and XmlDataSource Control
(Forum)
by
b@man
on
10-25-2006, 12:00 AM
Filed under: xml, xmll xmlreader dataset writexml, xml xsl xpath, xsl text cdata close html tag before start tag output html
-
I have a test webservice that is set up and working fine when called by ASP.net client. It's a simple one with one Function "greeting". It takes a string as input and outputs both the Input string plus the literal " It works!". <WebService( Namespace :="anyname")...
-
Well, nobody here seems to be able to help with this so I am moving my thread to here http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet.webservices/browse_thread/thread/4cfe5db58928f563/58ce032dfdcf0b25#58ce032dfdcf0b25 I put the source code there, but since this forum has a nice...
Posted to
XML Web Services
(Forum)
by
tomandlis
on
11-01-2006, 12:00 AM
Filed under: asp.net, C#, Web Services, Custom Functionality, Soap12, WSDL, cassini, XML, webservice